aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Collapse)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
svn-id: r35542
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
svn-id: r35062
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
svn-id: r34916
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
svn-id: r34622
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
svn-id: r34449
2008-09-03Silence MSVC warning about uninitialized variablesFilippos Karapetis
svn-id: r34298
2008-07-29Changed class File (and derived classes) to only support read-only access; ↵Max Horn
added a new class DumpFile for writing svn-id: r33412
2008-06-29adding a fixmeKostas Nakos
svn-id: r32844
2008-06-03Removed the now empty files stringSupport.cpp/.hFilippos Karapetis
svn-id: r32510
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-27Muting the compiler (Sorry again, yaz0r :P)Sven Hesse
svn-id: r30016
2007-12-27Nearly working pathfinderVincent Hamm
svn-id: r30015
2007-12-27Early pathfindingVincent Hamm
svn-id: r30012
2007-12-25Added FIXME regarding fopen usageMax Horn
svn-id: r29993
2007-12-25Muting the compiler :PSven Hesse
svn-id: r29991
2007-12-25Fix inputVincent Hamm
Fix timming svn-id: r29990
2007-12-25Fix palette issuesVincent Hamm
svn-id: r29989
2007-12-25Fix title screen regressionVincent Hamm
svn-id: r29988
2007-12-25Fix blinking characterVincent Hamm
svn-id: r29987
2007-12-25Bunch of gfx fixVincent Hamm
svn-id: r29986
2007-12-25Fix cell sortingVincent Hamm
Fix palette loading svn-id: r29985
2007-12-24Fix background save/restoreVincent Hamm
svn-id: r29979
2007-12-24Fix save/loadingVincent Hamm
svn-id: r29977
2007-12-24Fix sprite mode 5Vincent Hamm
Fix backgroundIncrust system svn-id: r29970
2007-12-24-Fade in/fade outVincent Hamm
-Implement background mode 5 svn-id: r29968
2007-12-20Fix palette manipulation codeVincent Hamm
Add one missing opcode svn-id: r29928
2007-12-20Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read.Torbjörn Andersson
svn-id: r29926
2007-12-20Fix title screen line drawing codeVincent Hamm
svn-id: r29925
2007-12-20Fix compiler warningsMax Horn
svn-id: r29922
2007-12-20Multiple fix/cleanupVincent Hamm
One bug remains before the game is completable without hack svn-id: r29920
2007-12-18Fix loading savegame from original interpreterVincent Hamm
svn-id: r29901
2007-12-17Fix dangling pointerVincent Hamm
Fix low color background Fix input svn-id: r29897
2007-12-17Fix glitchy cell sortingVincent Hamm
svn-id: r29895
2007-12-12simplify gfxModuleData_field_60, sync with cine codeGregory Montoir
svn-id: r29837
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
svn-id: r29829
2007-11-11Silencing some warningsMax Horn
svn-id: r29479
2007-11-11Menu display fixVincent Hamm
Linked objects implementation (barman) The gameplay is now kind of working and it is possible to play at least the first part of the game svn-id: r29478
2007-11-11Implement dialoguesVincent Hamm
Detect french 256 colors version svn-id: r29473