index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-06-23
Fixed AudioCDManager not having a public inheritance. Backend code cleanup.
Alejandro Marzini
2010-06-22
Created posix port subclassed from sdl backend. Removed unnecessary #include ...
Alejandro Marzini
2010-06-22
Fixed build order, sound/ needs to come after backends/.
Alejandro Marzini
2010-06-20
Created win32 port from sdl backend.
Alejandro Marzini
2010-06-20
Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/...
Alejandro Marzini
2010-06-20
Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.
Alejandro Marzini
2010-06-16
Fixed some disabled code that was with problems after modularization.
Alejandro Marzini
2010-06-15
Adapted null backend to ModularBackend.
Alejandro Marzini
2010-06-15
Improved ModularBackend and OSystem_SDL destructors.
Alejandro Marzini
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-15
Renamed abstract Manager files.
Alejandro Marzini
2010-06-14
Update build system
Max Horn
2010-06-13
Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...
Alejandro Marzini
2010-06-13
Updated makefiles.
Alejandro Marzini
2010-06-13
Added SdlEventManager.
Alejandro Marzini
2010-06-12
Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...
Alejandro Marzini
2010-06-12
Added virtual desctructor to MutexManager.
Alejandro Marzini
2010-06-11
Fixed compilation error on Mac.
Alejandro Marzini
2010-06-11
Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...
Alejandro Marzini
2010-06-11
Added missing virtual functions in abstract class GraphicsManager.
Alejandro Marzini
2010-06-10
Added ModularBackend base class for backends.
Alejandro Marzini
2010-06-10
Removed deleted DefaultMutexManager from makefile.
Alejandro Marzini
2010-06-10
Added an abstract version of MutexManager. Deleted DefaultMutexManager, now i...
Alejandro Marzini
2010-06-10
Made creation of SdlMutexManager earlier than other modules.
Alejandro Marzini
2010-06-10
Commented AudioCDManager
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-06-09
Added an abstract version of AudioCDManager.
Alejandro Marzini
2010-06-09
Created DefaultAudioCDManager and SdlAudioCDManager
Alejandro Marzini
2010-06-09
Added directives for avoiding compilation of sdl managers on platforms that d...
Alejandro Marzini
2010-06-09
Removed feature methods. Destructor made virtual.
Alejandro Marzini
2010-06-08
Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure v...
Alejandro Marzini
2010-06-08
Merged from trunk.
Alejandro Marzini
2010-06-08
Added Graphics and Mutex managers to makefile.
Alejandro Marzini
2010-06-08
Made Mixer to subclass from Common::NonCopyable.
Alejandro Marzini
2010-06-08
Deleted DefaultAudioManager.
Alejandro Marzini
2010-06-07
SCI: slight cleanup on processPatch, etc.
Martin Kiewitz
2010-06-07
SCI: fix regression from #49484, we were ignoring 65535 patches and this brok...
Martin Kiewitz
2010-06-07
Added support for SCI2+ base36 encoded patches (audio36 and sync36)
Filippos Karapetis
2010-06-07
Document the Groovie engine news and reorder in order to match the previous r...
Jordi Vilalta Prat
2010-06-07
Remove some extra spaces
Jordi Vilalta Prat
2010-06-07
Fix some typos in a comment
Jordi Vilalta Prat
2010-06-07
Groovie:
Jordi Vilalta Prat
2010-06-07
Fixed regression from commit #49465 - there are in fact two restAdjust variab...
Filippos Karapetis
2010-06-07
PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...
Yotam Barnoy
2010-06-07
Fix gcc warning about an comparison which is always false due to data type ra...
Johannes Schickel
2010-06-07
Allow for the other audio36 patch naming schemes (Mac and some Torin ones).
Matthew Hoops
2010-06-07
Added extra positioning and dummy depths surface so that the introduction cut...
Paul Gilbert
2010-06-07
Changed a create call to setSize to fix compiler error
Paul Gilbert
2010-06-07
Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...
Paul Gilbert
2010-06-07
Some initial code for audio36 and sync36 patch support
Filippos Karapetis
[next]