Age | Commit message (Expand) | Author |
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-07-30 | GOB: const correctness in SoundBlaster::playComposition() | Sven Hesse |
2011-09-08 | GOB: Made some static data const. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-02 | GOB: Make flags optional in Video::initSurfDesc | Sven Hesse |
2011-02-02 | GOB: Remove the vidMode parameter from Video::initSurfDesc | Sven Hesse |
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse |
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse |
2010-08-08 | GOB: Play 23 frames backwards, not back to frame 23 | Sven Hesse |
2010-08-08 | GOB: Make the Bargon Attack intro use the new VideoPlayer interface | Sven Hesse |
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel |
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse |
2009-07-05 | Adding an enum MouseButtons | Sven Hesse |
2009-06-17 | Changed opcodeGob to be functor-based | Sven Hesse |
2009-06-17 | Changed opcodeFunc to be functor-based | Sven Hesse |
2009-06-17 | Changed opcodeDraw to be functor-based | Sven Hesse |
2009-06-06 | Renamed the evaluateStore opcodes to assign, because that's what they are | Sven Hesse |
2009-06-06 | GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe... | Max Horn |
2009-05-31 | Replacing NULL with 0, since that's normally the C++-way | Sven Hesse |
2008-12-18 | Preliminary save/load support for Urban Runner | Sven Hesse |
2008-12-15 | Script fix. Magnifier, Memory and Save/Load, while still not working correctl... | Sven Hesse |
2008-12-14 | Background "music" for Urban Runner, though only 8bit for now | Sven Hesse |
2008-12-04 | Changing the GobEngine to use its dirty rects also for OSystem-copies, instea... | Sven Hesse |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
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 |
2008-04-27 | Implemented support for VMDs substituting object animations. | Sven Hesse |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-30 | Restructured and cleaned-up IMD playing | Sven Hesse |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-05 | Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra... | Sven Hesse |
2007-04-02 | "char *" -> "byte *" where appropriate | Sven Hesse |
2007-03-20 | Major clean-up, including: | Sven Hesse |
2007-02-06 | Implemented vertical scrolling | Sven Hesse |
2007-02-04 | - Plugged some leaks and fixed some memory errors | Sven Hesse |