aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/menu.cpp
AgeCommit message (Expand)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
2014-06-10CRUISE: Remove some useless variables, use a boolean for a variableStrangerke
2014-06-08CRUISE: Directly use assert.Johannes Schickel
2014-06-06CRUISE: Reduce the scope of some more variablesStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02CRUISE: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2010-09-12i18n: Translate the Save and Load buttons in cruiseThierry Crozat
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-08-24Added code to launch the GMM save/load dialogues from the in-game Player menu...Paul Gilbert
2009-07-26Added a delay to the in-game menu loop to prevent 100% CPU usagePaul Gilbert
2009-07-17Added an explicit break out of the event processing loop for mouse buttons an...Paul Gilbert
2009-06-20Bugfix to fade out any currently playing music when the game is restartedPaul 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-17Properly named the dialog menu item 'selected' fieldPaul Gilbert
2009-04-18Implemented the 'Start Again' menu option to properly restart the gamePaul Gilbert
2009-04-18Changed the 'Exit' game menu option to exit gracefully, rather than using exit()Paul Gilbert
2009-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-03-03Formatting fixesPaul Gilbert
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-01-25Introduced a static string list for language dependant strings, and changed t...Paul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2007-12-20Multiple fix/cleanupVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-11-11Menu display fixVincent Hamm
2007-10-29Add more object menu controlsVincent Hamm
2007-10-27Hooked inputsVincent Hamm
2007-09-18Code formatting fixesMax Horn
2007-09-10Lots of source code formatting correctionsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Several const correctness fixesMax Horn
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Fixing more warningsMax Horn
2007-04-27Fixing lots of warningsMax Horn
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
2007-04-27Add cruise source code for scummvmVincent Hamm