Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | TOUCHE: Move some enums and struct definition to header file, get rid of ↵ | Strangerke | |
some void* parameters | |||
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 | |
This is done in the spirit of 658080deeda79d20ea40643569fbcb072573e7cf. | |||
2012-12-12 | TOUCHE: Add generic music functions to wrap MidiPlayer usages. | D G Turner | |
This is a precursor to adding code within these functions to select between MIDI and external digital music files. | |||
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy | |
This fixes a potential problem with passing char values that would be sign-extended and yield unexpected results. See http://msdn.microsoft.com/en-us/library/ms245348.aspx | |||
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 | |
svn-id: r48287 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2008-12-13 | disable GMM save/load when original quit/options dialogs is displayed | Gregory Montoir | |
svn-id: r35344 | |||
2008-12-07 | reduced saveload code dup | Gregory Montoir | |
svn-id: r35276 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵ | Christopher Page | |
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082 | |||
2008-07-13 | TOUCHE works with the new GMM implementation | Christopher Page | |
svn-id: r33046 | |||
2008-06-26 | Touche now uses the new _quit flag | Christopher Page | |
svn-id: r32795 | |||
2008-01-10 | add virtual keyboard show/hide calls | Kostas Nakos | |
svn-id: r30388 | |||
2007-11-25 | don't expose the Common::drawLine implementation details in client code, ↵ | Gregory Montoir | |
keep it local to graphics.cpp. svn-id: r29640 | |||
2007-11-25 | Switch to our common drawLine routine | Eugene Sandulenko | |
svn-id: r29635 | |||
2007-09-27 | simplified touche savegame listing | Gregory Montoir | |
svn-id: r29112 | |||
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir | |
svn-id: r29108 |