Age | Commit message (Expand) | Author |
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn |
2010-10-13 | GOB: Add Debug Console. | David Turner |
2010-09-30 | GOB: Remove dither stuff, commenting out most v6 drawing | Sven Hesse |
2010-09-30 | GOB: Stub setting up of 16bpp graphics | Sven Hesse |
2010-09-30 | GOB: Add kFeaturesTrueColor | Sven Hesse |
2010-09-30 | GOB: Rename kFeatures640 to kFeatures640x480 | Sven Hesse |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-01-22 | Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and Add... | Arnaud Boutonné |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-12-09 | Change GOB engine so that not all its files depend on gui/dialog.h (and thus ... | Max Horn |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-16 | gob - Add 'adibou2', rename 'adibou4' into 'adi4', add several Gob1, Gob2, Go... | Arnaud Boutonné |
2009-08-28 | Suppress useless game type for Playtoons CK | Arnaud Boutonné |
2009-08-24 | - Add game type ADI2 | Arnaud Boutonné |
2009-07-28 | More alignment-related changes | Sven Hesse |
2009-07-25 | Moved the decision whether subtitles should be displayed, so that the broken ... | Sven Hesse |
2009-07-24 | Adding subtitle support to Woodruff | Sven Hesse |
2009-07-07 | kFeatures800 -> kFeatures800x600 in order to have more meaningful name | Eugene Sandulenko |
2009-07-07 | Change SaveLoad_Playtoons case | Arnaud Boutonné |
2009-07-07 | - Add a new gametype for 'The Land of the Magic Stones' | Arnaud Boutonné |
2009-07-05 | Renaming the last occurences of "Collision" to "Hotspot" | Sven Hesse |
2009-06-22 | Renaming kDebugParser to kDebugExpression | Sven Hesse |
2009-06-22 | Removing the Parse object from GobEngine | Sven Hesse |
2009-06-06 | Adding a pause mode | Sven Hesse |
2009-05-31 | GOB: Got rid of GobEngine::_vm | Max Horn |
2009-05-31 | GOB: Replaced many uses of strdupcpy by Common::String | Max Horn |
2009-05-31 | - A new save system for the GobEngine, one that is not fundamentally broken a... | Sven Hesse |
2009-05-29 | Gob (Playtoon) : | Arnaud Boutonné |
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse |
2009-05-20 | - Changed the demo player to allow playing directly inlined scripts using a n... | Sven Hesse |
2009-04-30 | Adding a strdup-like inline function | Sven Hesse |
2009-04-29 | - Added a game_fascin skeletton, as specificities are now proven | Arnaud Boutonné |
2009-04-24 | Added supported for BAT-based non-interactive demos, namely the Inca2 one | Sven Hesse |
2009-04-24 | Added support for SCN-based non-interactive demos | Sven Hesse |
2009-04-21 | Patch #2725859 : Added some MD5 to the gob engine, modified the way the first... | Arnaud Boutonné |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-09-02 | Urban Runner stubs | Sven Hesse |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: GOB | Max Horn |
2008-08-30 | Added some The Last Dynasty stubs | Sven Hesse |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-23 | More savegame-endianness fixes :/ | Sven Hesse |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page |
2008-05-28 | Script variables are now always stored in the game version's native endianess. | Sven Hesse |
2008-05-23 | Removing test code | Sven Hesse |
2008-05-23 | Implemented GobEngine::pauseEngineIntern() | Sven Hesse |
2008-05-17 | Changing debug channels a bit | Sven Hesse |