Age | Commit message (Expand) | Author |
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-07-30 | GOB: Add Util::toCP850Lower() / toCP850Upper() | Sven Hesse |
2012-07-30 | GOB: Add support for entering non-ASCII CP850 characters | Sven Hesse |
2012-07-30 | GOB: Keep the mouse responsive while waiting for the frame to end | Sven Hesse |
2012-06-15 | GOB: Implement Util::getKeyState() for Little Red | Sven Hesse |
2011-09-03 | GOB: Move keyPressed() to Util | Sven Hesse |
2011-09-03 | GOB: Make Util::setExtension() not add an extension to an empty string | Sven Hesse |
2011-09-03 | GOB: Add Util::readString() | Sven Hesse |
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-14 | GOB: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-29 | GOB: Add setExtension() | Sven Hesse |
2011-01-29 | GOB: Add GobEngine::isCurrentTot() | Sven Hesse |
2011-01-29 | GOB: Change _curTotFile and _totToLoad into Common::String | Sven Hesse |
2011-01-19 | GOB: Implement "live" (non-blocking) videos | Sven Hesse |
2010-10-24 | GOB: Replace strncmp by scumm_stricmp when possible | Arnaud Boutonné |
2010-10-13 | GOB: Add Debug Console. | David Turner |
2010-09-30 | GOB: Remove dither stuff, commenting out most v6 drawing | Sven Hesse |
2010-08-15 | Gob - Follow cppcheck advices | Arnaud Boutonné |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-23 | Gob - Add a workaround for gob3 Sofa bug #2867294. It's now possible to exit ... | Arnaud Boutonné |
2009-10-03 | revert r44542: the fix reopens another previous bug | Arnaud Boutonné |
2009-10-02 | Fix for bug ref#2867294 (hopefully) | Arnaud Boutonné |
2009-08-08 | Changed the scroll-handling to be more like the original. This fixes bug #283... | Sven Hesse |
2009-08-02 | Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and d... | Sven Hesse |
2009-07-09 | Giving Font its own real class | Sven Hesse |
2009-07-05 | Renaming FontDesc::extraData to charWidths | Sven Hesse |
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse |
2009-07-05 | Commenting prepareStr a bit and renaming it to cleanupStr | Sven Hesse |
2009-07-05 | Adding an enum MouseButtons | Sven Hesse |
2009-06-14 | Fixed an animation speed regression that got introduced when I added a lag co... | Sven Hesse |
2009-06-06 | Demoplayer: | Sven Hesse |
2009-06-06 | Adding a pause mode | Sven Hesse |
2009-02-21 | Compensate small lags in Util::waitEndFrame(), so that the CD audio intro seq... | Sven Hesse |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-14 | Plugging leaks | Sven Hesse |
2008-12-14 | More modified collision stuff for Urban Runner. The hotspots are correctly re... | Sven Hesse |
2008-11-18 | Ooops :) | Sven Hesse |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-07 | Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #... | Sven Hesse |
2008-09-07 | Clipping setMousePos() parameters to sane values | Sven Hesse |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-08 | GOB works with the new GMM implementation | Christopher Page |
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page |
2008-05-08 | Restructured sound code | Sven Hesse |