aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2009-03-02Bugfix for frequent freezes when doing actions - the main movement state swit...Paul Gilbert
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
2009-03-01Added an explicit clearing of all animation fields for new animations - this ...Paul Gilbert
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-03-01Formatting fixesPaul Gilbert
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
2009-03-01Cleaned up parts of the font display system. Note: Cruise used two almost ide...Paul Gilbert
2009-03-01Moved mouse cursor definition data into staticres.cppPaul Gilbert
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
2009-02-19Initial work on correct engine pausingPaul Gilbert
2009-02-19In progress work on cleaning up the font system - giving proper variable name...Paul Gilbert
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul Gilbert
2009-02-14Changed the list of language dependant strings from being hard-coded to dynam...Paul Gilbert
2009-02-11Added debugger consolePaul Gilbert
2009-02-11Removed deprecated methodPaul Gilbert
2009-02-10Cleaned up the input loop, using ScummVM keycode constants and some newly def...Paul Gilbert
2009-02-09Changed the save/load process to use a common serialiserPaul Gilbert
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-25Introduced a static string list for language dependant strings, and changed t...Paul Gilbert
2009-01-25Minor cleanup and changed g_cruise to _vm for consistencyPaul Gilbert
2009-01-16Fixed class indentionMax Horn
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2009-01-16Mark cruise save/load code as not endian safeMax Horn
2009-01-02Add German, Italian and Spanish VGA versions of Cruise for a Corpse.Travis Howell
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
2008-09-03Silence MSVC warning about uninitialized variablesFilippos Karapetis
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-06-29adding a fixmeKostas Nakos
2008-06-03Removed the now empty files stringSupport.cpp/.hFilippos Karapetis
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-27Muting the compiler (Sorry again, yaz0r :P)Sven Hesse