aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise.h
AgeCommit message (Expand)Author
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-08-24Added code to launch the GMM save/load dialogues from the in-game Player menu...Paul Gilbert
2009-08-09Removed redundant code related to Midi handlingPaul Gilbert
2009-06-30Made the music/sfx volume settings actually affect the in-game music/sfx volumePaul Gilbert
2009-06-14Beginnings of music support for Cruise, based on the cine engine sound code (...Paul Gilbert
2009-06-06Bugfix to show the title screen at the correct speed when restarting the gamePaul Gilbert
2009-05-31Slowed down the game to match the original, and introduced the ability to alt...Paul Gilbert
2009-05-28Replaced the original implementation of walk box handling with a cleaner, str...Paul Gilbert
2009-05-12Changed the hardcoded 'Parler de..' string in the conversation dialog to use ...Paul Gilbert
2009-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-05Created stub manager class for sound effectsPaul Gilbert
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-03-16Code formatting, added further constant references, and corrected method sign...Paul Gilbert
2009-03-07Fixed some method parameters, changed the main loop to a method of the engine...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-02-19In progress work on cleaning up the font system - giving proper variable name...Paul 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-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
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Add cruise source code for scummvmVincent Hamm