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
/
touche
/
menu.cpp
Age
Commit message (
Expand
)
Author
2019-11-09
TOUCHE: Fix Missing Default Switch Cases
D G Turner
2019-09-15
TOUCHE: Remove Various Fixed Sized String Buffer Usage
D G Turner
2014-05-25
TOUCHE: Move some enums and struct definition to header file, get rid of some...
Strangerke
2014-02-18
TOUCHE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-14
TOUCHE: Use keycodes for hotkey handling.
Johannes Schickel
2012-12-16
Merge branch 'toucheExtMusic'
D G Turner
2012-12-13
COMMON: Add wrapper for isprint.
Johannes Schickel
2012-12-12
TOUCHE: Add generic music functions to wrap MidiPlayer usages.
D G Turner
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-18
COMMON: Rename Error to ErrorCode, introduce new Error class
Max Horn
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2008-12-13
disable GMM save/load when original quit/options dialogs is displayed
Gregory Montoir
2008-12-07
reduced saveload code dup
Gregory Montoir
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-11-03
Patch #2122869: ALL: Common load dialog
Max Horn
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-13
TOUCHE works with the new GMM implementation
Christopher Page
2008-06-26
Touche now uses the new _quit flag
Christopher Page
2008-01-10
add virtual keyboard show/hide calls
Kostas Nakos
2007-11-25
don't expose the Common::drawLine implementation details in client code, keep...
Gregory Montoir
2007-11-25
Switch to our common drawLine routine
Eugene Sandulenko
2007-09-27
simplified touche savegame listing
Gregory Montoir
2007-09-26
rename ui.cpp to menu.cpp for consistency with other engines
Gregory Montoir