aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-15Renamed abstract Manager files.Alejandro Marzini
2010-06-14Update build systemMax Horn
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-13Updated makefiles.Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini
2010-06-12Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...Alejandro Marzini
2010-06-12Added virtual desctructor to MutexManager.Alejandro Marzini
2010-06-11Fixed compilation error on Mac.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-11Added missing virtual functions in abstract class GraphicsManager.Alejandro Marzini
2010-06-10Added ModularBackend base class for backends.Alejandro Marzini
2010-06-10Removed deleted DefaultMutexManager from makefile.Alejandro Marzini
2010-06-10Added an abstract version of MutexManager. Deleted DefaultMutexManager, now i...Alejandro Marzini
2010-06-10Made creation of SdlMutexManager earlier than other modules.Alejandro Marzini
2010-06-10Commented AudioCDManagerAlejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-09Added an abstract version of AudioCDManager.Alejandro Marzini
2010-06-09Created DefaultAudioCDManager and SdlAudioCDManagerAlejandro Marzini
2010-06-09Added directives for avoiding compilation of sdl managers on platforms that d...Alejandro Marzini
2010-06-09Removed feature methods. Destructor made virtual.Alejandro Marzini
2010-06-08Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure v...Alejandro Marzini
2010-06-08Merged from trunk.Alejandro Marzini
2010-06-08Added Graphics and Mutex managers to makefile.Alejandro Marzini
2010-06-08Made Mixer to subclass from Common::NonCopyable.Alejandro Marzini
2010-06-08Deleted DefaultAudioManager.Alejandro Marzini
2010-06-07SCI: slight cleanup on processPatch, etc.Martin Kiewitz
2010-06-07SCI: fix regression from #49484, we were ignoring 65535 patches and this brok...Martin Kiewitz
2010-06-07Added support for SCI2+ base36 encoded patches (audio36 and sync36)Filippos Karapetis
2010-06-07Document the Groovie engine news and reorder in order to match the previous r...Jordi Vilalta Prat
2010-06-07Remove some extra spacesJordi Vilalta Prat
2010-06-07Fix some typos in a commentJordi Vilalta Prat
2010-06-07Groovie:Jordi Vilalta Prat
2010-06-07Fixed regression from commit #49465 - there are in fact two restAdjust variab...Filippos Karapetis
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-06-07Fix gcc warning about an comparison which is always false due to data type ra...Johannes Schickel
2010-06-07Allow for the other audio36 patch naming schemes (Mac and some Torin ones).Matthew Hoops
2010-06-07Added extra positioning and dummy depths surface so that the introduction cut...Paul Gilbert
2010-06-07Changed a create call to setSize to fix compiler errorPaul Gilbert
2010-06-07Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...Paul Gilbert
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-07Moved destruction of globals and resource manager to common M4 engine base cl...Paul Gilbert
2010-06-07Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix l...Alejandro Marzini
2010-06-07Removed old subsystems design files. Removed graphics.cppAlejandro Marzini
2010-06-07Removed code that is now in managers. Added mutex and graphics manager initia...Alejandro Marzini
2010-06-07Added constructor, destructor. Made some variables and methods public. Remove...Alejandro Marzini
2010-06-07Removed setGraphicsMode(const char *name), as it is on OSystem already.Alejandro Marzini
2010-06-07SCI: Relax signature of kCreateTextBitmap.Walter van Niftrik
2010-06-07SCI: Adjust kGetSaveFiles for SCI32.Walter van Niftrik
2010-06-07Change some kString subops to use the raw string directly instead of through ...Matthew Hoops