aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise_main.cpp
AgeCommit message (Collapse)Author
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
svn-id: r39063
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
svn-id: r38995
2009-02-19Initial work on correct engine pausingPaul Gilbert
svn-id: r38541
2009-02-14Changed the list of language dependant strings from being hard-coded to ↵Paul Gilbert
dynamically being loaded from the 'delphine.lng' file svn-id: r36317
2009-02-11Added debugger consolePaul Gilbert
svn-id: r36259
2009-02-10Cleaned up the input loop, using ScummVM keycode constants and some newly ↵Paul Gilbert
defined constants svn-id: r36255
2009-02-09Changed the save/load process to use a common serialiserPaul Gilbert
svn-id: r36253
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-25Introduced a static string list for language dependant strings, and changed ↵Paul Gilbert
the options and inventory menus to use it svn-id: r36051
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
svn-id: r35542
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
svn-id: r34622
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-27Early pathfindingVincent Hamm
svn-id: r30012
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-24Fix background save/restoreVincent Hamm
svn-id: r29979
2007-12-24-Fade in/fade outVincent Hamm
-Implement background mode 5 svn-id: r29968
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-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
2007-11-10Fix relocation of objects relationsVincent Hamm
svn-id: r29472
2007-11-10Muting the compiler :PSven Hesse
svn-id: r29470
2007-11-10Fix boggus object stateVincent Hamm
svn-id: r29469
2007-11-10Muting the compiler :PSven Hesse
svn-id: r29468
2007-11-10-Cleanup stringsVincent Hamm
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
svn-id: r29453
2007-11-05Muting the compiler :PSven Hesse
svn-id: r29425
2007-11-05Implement polygon and sprite maskingVincent Hamm
svn-id: r29422
2007-11-04Some code formating fixesSven Hesse
svn-id: r29409
2007-11-04Some more script functionsVincent Hamm
svn-id: r29408
2007-11-04Click on polygon detectionVincent Hamm
Object menu fix for doors svn-id: r29395
2007-10-29Implement more object inputVincent Hamm
svn-id: r29317
2007-10-29Commenting out the unused variables x and y to mute GCC :PSven Hesse
svn-id: r29314
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-10-28Early implementation of object menuVincent Hamm
svn-id: r29296
2007-10-28Find object fixVincent Hamm
Walk fix svn-id: r29291
2007-10-28Implement cursor by objectVincent Hamm
Fix walk cursor svn-id: r29288
2007-10-28Implement cursorsVincent Hamm
svn-id: r29286
2007-10-27Muting GCC warningsSven Hesse
svn-id: r29268
2007-10-27Hooked inputsVincent Hamm
Cleanup & fix in input management code svn-id: r29267
2007-10-27Add fast forward modeVincent Hamm
svn-id: r29265
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945