index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
cruise
/
menu.cpp
Age
Commit message (
Expand
)
Author
2019-10-19
CRUISE: Fix Missing Default Switch Cases
D G Turner
2014-06-10
CRUISE: Remove some useless variables, use a boolean for a variable
Strangerke
2014-06-08
CRUISE: Directly use assert.
Johannes Schickel
2014-06-06
CRUISE: Reduce the scope of some more variables
Strangerke
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2012-06-10
GUI: Add helper to SaveLoadChooser, which uses the currently active target.
Johannes Schickel
2012-06-10
GUI: Get rid of SaveLoadChooser::setSaveMode.
Johannes Schickel
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-06-02
CRUISE: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-07
GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget
Max Horn
2010-09-12
i18n: Translate the Save and Load buttons in cruise
Thierry Crozat
2010-03-10
Silenced some harmless cppcheck warnings about unreachable code after a return.
Torbjörn Andersson
2009-10-09
Set up a basic tracing system for all memory allocations to help track down m...
Paul Gilbert
2009-08-24
Added code to launch the GMM save/load dialogues from the in-game Player menu...
Paul Gilbert
2009-07-26
Added a delay to the in-game menu loop to prevent 100% CPU usage
Paul Gilbert
2009-07-17
Added an explicit break out of the event processing loop for mouse buttons an...
Paul Gilbert
2009-06-20
Bugfix to fade out any currently playing music when the game is restarted
Paul Gilbert
2009-06-14
Beginnings of music support for Cruise, based on the cine engine sound code (...
Paul Gilbert
2009-06-06
Bugfix to show the title screen at the correct speed when restarting the game
Paul Gilbert
2009-05-17
Properly named the dialog menu item 'selected' field
Paul Gilbert
2009-04-18
Implemented the 'Start Again' menu option to properly restart the game
Paul Gilbert
2009-04-18
Changed the 'Exit' game menu option to exit gracefully, rather than using exit()
Paul Gilbert
2009-04-18
Added support for the global menu save/loading, and changed the savegame form...
Paul Gilbert
2009-04-01
Laid the basics for music handling
Paul Gilbert
2009-03-03
Formatting fixes
Paul Gilbert
2009-02-19
In progress work on cleaning up the font system - giving proper variable name...
Paul Gilbert
2009-02-14
Changed the list of language dependant strings from being hard-coded to dynam...
Paul Gilbert
2009-01-25
Introduced a static string list for language dependant strings, and changed t...
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2007-12-20
Multiple fix/cleanup
Vincent Hamm
2007-12-18
Fix loading savegame from original interpreter
Vincent Hamm
2007-11-11
Menu display fix
Vincent Hamm
2007-10-29
Add more object menu controls
Vincent Hamm
2007-10-27
Hooked inputs
Vincent Hamm
2007-09-18
Code formatting fixes
Max Horn
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
Several const correctness fixes
Max Horn
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Fixing more warnings
Max Horn
2007-04-27
Fixing lots of warnings
Max Horn
2007-04-27
Fixed loads of warnings with MSVC and gcc
Filippos Karapetis
2007-04-27
Add cruise source code for scummvm
Vincent Hamm