aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise_main.h
AgeCommit message (Collapse)Author
2009-07-30Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchainMax Horn
svn-id: r42950
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-06-06Bugfix to show the title screen at the correct speed when restarting the gamePaul Gilbert
svn-id: r41208
2009-06-01Replaced loadShort/saveShort functions with applicable endian macrosPaul Gilbert
svn-id: r41097
2009-05-15Removed standard library includes - they were marked with a FIXME to remove, ↵Paul Gilbert
and the current compilation under both MSVC8 and MinGW doesn't seem to need them. svn-id: r40586
2009-04-18Implemented the 'Start Again' menu option to properly restart the gamePaul Gilbert
svn-id: r39981
2009-04-01Laid the basics for music handlingPaul Gilbert
svn-id: r39786
2009-03-16Code formatting, added further constant references, and corrected method ↵Paul Gilbert
signatures svn-id: r39445
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
svn-id: r38995
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
svn-id: r38542
2009-02-19Initial work on correct engine pausingPaul Gilbert
svn-id: r38541
2009-02-10Cleaned up the input loop, using ScummVM keycode constants and some newly ↵Paul Gilbert
defined constants svn-id: r36255
2008-06-29adding a fixmeKostas Nakos
svn-id: r32844
2008-06-03Removed the now empty files stringSupport.cpp/.hFilippos Karapetis
svn-id: r32510
2007-12-27Early pathfindingVincent Hamm
svn-id: r30012
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-11-10Fix relocation of objects relationsVincent Hamm
svn-id: r29472
2007-11-10-Cleanup stringsVincent Hamm
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467
2007-11-05Implement polygon and sprite maskingVincent Hamm
svn-id: r29422
2007-10-29Implement more object inputVincent Hamm
svn-id: r29317
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-10-28Find object fixVincent Hamm
Walk fix svn-id: r29291
2007-10-28Implement cursorsVincent Hamm
svn-id: r29286
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-30Several const correctness fixesMax Horn
svn-id: r27011
2007-05-24sync resource unpacking code of cruise with cineGregory Montoir
svn-id: r26933
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27CleanupVincent Hamm
svn-id: r26624
2007-04-27Fixing lots of warningsMax Horn
svn-id: r26617
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605