aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
AgeCommit message (Expand)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-30GOB: Add Util::toCP850Lower() / toCP850Upper()Sven Hesse
2012-07-30GOB: Add support for entering non-ASCII CP850 charactersSven Hesse
2012-07-30GOB: Keep the mouse responsive while waiting for the frame to endSven Hesse
2012-06-15GOB: Implement Util::getKeyState() for Little RedSven Hesse
2011-09-03GOB: Move keyPressed() to UtilSven Hesse
2011-09-03GOB: Add Util::readString()Sven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-29GOB: Add setExtension()Sven Hesse
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-08-02Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and d...Sven Hesse
2009-07-09Giving Font its own real classSven Hesse
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-07-05Commenting prepareStr a bit and renaming it to cleanupStrSven Hesse
2009-07-05Adding an enum MouseButtonsSven Hesse
2009-06-14Fixed an animation speed regression that got introduced when I added a lag co...Sven Hesse
2009-06-06Demoplayer:Sven Hesse
2009-02-21Compensate small lags in Util::waitEndFrame(), so that the CD audio intro seq...Sven Hesse
2008-12-14Plugging leaksSven Hesse
2008-02-29Fixed some Lost in Time bugs:Sven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-06-23Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)Sven Hesse
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-28Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")Sven Hesse
2007-04-16Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ...Sven Hesse
2007-04-13Implemented fast modes: CTRL-f for double and CTRL-g for triple speedSven Hesse
2007-04-13The scrolling now works without cursor jittering...Sven Hesse
2007-03-20Major clean-up, including:Sven Hesse
2007-03-18GOB: use EventManager::getMousePos and some cleanupMax Horn
2007-02-06Implemented vertical scrollingSven Hesse
2007-02-01- Fixed the palette animationsSven Hesse
2007-01-29Added a proper workaround for the race condition in the script when opening t...Sven Hesse
2006-07-08- Fixed a few mistakes that added up to look correct, fixing bargon's cursorSven Hesse
2006-05-11- Sound! Still a bit glitchy, though:Sven Hesse
2006-02-11Moved engines to the new engines/ directoryMax Horn