aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2009-06-07Dropping the v1 parser functions in favour of the extended v2 onesSven Hesse
2009-06-06Fascination needs o1_assign. o2_assign breaks the DOS floppy versionSven Hesse
2009-06-06Renamed the evaluateStore opcodes to assign, because that's what they areSven Hesse
2009-06-06Setting the game type of the generic demoplayer to Urban so it can make use o...Sven Hesse
2009-06-06Fixing the demoplayer's auto double mode and added a REBASE0 option that sets...Sven Hesse
2009-06-06Fixing the Woodruff intro: Using a flag that's /not/ already used be the scriptsSven Hesse
2009-06-06GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect out-...Max Horn
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-06-06Demoplayer:Sven Hesse
2009-06-06Added GUI options for newly added gamesEugene Sandulenko
2009-06-06Disable load from the launcher button for AGOS and Gob games with use of GUI ...Eugene Sandulenko
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-06-06Adding a general coktelplayer.scn demo fileSven Hesse
2009-06-06Adding a pause modeSven Hesse
2009-06-06Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")Sven Hesse
2009-06-04gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperationArnaud Boutonné
2009-05-31Removing the helper-include where it's not used anymoreSven Hesse
2009-05-31Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077Sven Hesse
2009-05-31GOB: Resolve FIXMEsMax Horn
2009-05-31GOB: Got rid of GobEngine::_vmMax Horn
2009-05-31GOB: the Engine destructor already calls Mixer::stopAll()Max Horn
2009-05-31GOB: Got rid of last traces of strdupcpy and strdupcatMax Horn
2009-05-31GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered ...Max Horn
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-31Typos: Unkown -> UnknownMatthew Hoops
2009-05-31Ooops, that's one "File::" too manySven Hesse
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31Replacing NULL with 0, since that's normally the C++-waySven Hesse
2009-05-31public'ing some inner classes since some compilers don't seem to like nested ...Sven Hesse
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse
2009-05-29Adding my German versions of Playtoons 1 + 3Sven Hesse
2009-05-29Gob (Playtoon) :Arnaud Boutonné
2009-05-29atol -> atoiMax Horn
2009-05-29Add MD5 for another The Last Dynasty FRArnaud Boutonné
2009-05-26Gob - Add detection strings for Lost In Time (Hebrew), Fascination (3 disks, ...Arnaud Boutonné
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-05-21Ooops: Forgot to check in my changes in the detection array for the demo chan...Sven Hesse
2009-05-21Moved the Coktel video player into its own subdirectoryFilippos Karapetis
2009-05-20- Changed the demo player to allow playing directly inlined scripts using a n...Sven Hesse
2009-05-20Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V...Sven Hesse
2009-05-20Remove superfluous indeo3-includesSven Hesse
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-08Add detection for Adibù 2 Ambiente et pour Adibù prima elementare : Imparo ...Arnaud Boutonné
2009-05-08Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK)Arnaud Boutonné
2009-05-08"??)" is the trigraph for "]". That isn't what we want.Torbjörn Andersson
2009-05-08Added detection string for 'Adibou présente la Magie' (STK2.1), 'Adi França...Arnaud Boutonné
2009-05-06Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3Arnaud Boutonné
2009-05-06Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy ...Arnaud Boutonné
2009-05-06Const correctnessEugene Sandulenko