aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
AgeCommit message (Expand)Author
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2017-11-10ALL: Fix misuse of comma operatorColin Snover
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: Make Util::setExtension() not add an extension to an empty stringSven Hesse
2011-09-03GOB: Add Util::readString()Sven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-14GOB: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-29GOB: Add setExtension()Sven Hesse
2011-01-29GOB: Add GobEngine::isCurrentTot()Sven Hesse
2011-01-29GOB: Change _curTotFile and _totToLoad into Common::StringSven Hesse
2011-01-19GOB: Implement "live" (non-blocking) videosSven Hesse
2010-10-24GOB: Replace strncmp by scumm_stricmp when possibleArnaud Boutonné
2010-10-13GOB: Add Debug Console.David Turner
2010-09-30GOB: Remove dither stuff, commenting out most v6 drawingSven Hesse
2010-08-15Gob - Follow cppcheck advicesArnaud Boutonné
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-23Gob - Add a workaround for gob3 Sofa bug #2867294. It's now possible to exit ...Arnaud Boutonné
2009-10-03revert r44542: the fix reopens another previous bug Arnaud Boutonné
2009-10-02Fix for bug ref#2867294 (hopefully) Arnaud Boutonné
2009-08-08Changed the scroll-handling to be more like the original. This fixes bug #283...Sven Hesse
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-05Renaming FontDesc::extraData to charWidthsSven 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-06-06Adding a pause modeSven Hesse
2009-02-21Compensate small lags in Util::waitEndFrame(), so that the CD audio intro seq...Sven Hesse
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-14Plugging leaksSven Hesse
2008-12-14More modified collision stuff for Urban Runner. The hotspots are correctly re...Sven Hesse
2008-11-18Ooops :)Sven Hesse
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-07Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #...Sven Hesse
2008-09-07Clipping setMousePos() parameters to sane valuesSven Hesse
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08GOB works with the new GMM implementationChristopher Page