aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2009-05-06Remove duplicate entry (sorry Strangerke, but this one was already in there, ...Sven Hesse
2009-05-06Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITAArnaud Boutonné
2009-05-05Gob - Fix Fascination CD file size thanks to joostp Arnaud Boutonné
2009-05-03Gob - Added detection for WinGob 1, 2 & 3 german, Last dynasty interactive de...Arnaud Boutonné
2009-05-03Add DOS French demo of Gobliiins.Travis Howell
2009-05-01Gob : Fascination - put back o1_freesprite and switch to o1_animPalInit after...Arnaud Boutonné
2009-05-01Gob - Add MD5 for Addy 4 basis CD (supposedly used by all Addy 4)Arnaud Boutonné
2009-04-30Adding a strdup-like inline functionSven Hesse
2009-04-30Plugging leaksSven Hesse
2009-04-29Moving the demo-related stuff into a demos-subdirectorySven Hesse
2009-04-29Playing half-sized videos fullscreen in the demoplayerSven Hesse
2009-04-29Fix buildSven Hesse
2009-04-29- Added a game_fascin skeletton, as specificities are now provenArnaud Boutonné
2009-04-29Gob- Add a fascination-specific (and yet unknown) renderflag vaueArnaud Boutonné
2009-04-29Gob - Add some MD5s for Win-Lost in time, Win-Inca2 and ADI/Adibou environmen...Arnaud Boutonné
2009-04-29Decreased the dithering LUT's depth to 5 bit per color component.Sven Hesse
2009-04-28Reorder :PSven Hesse
2009-04-28Added a Spanish Urban RunnerSven Hesse
2009-04-28The Playtoons game seem to be more like Last Dynasty than Urban Runner (palet...Sven Hesse
2009-04-28Added a small safeguard to play()Sven Hesse
2009-04-28Added some more non-interactive Playtoons demos (thanks jvprat!)Sven Hesse
2009-04-27Some minor clean-upSven Hesse
2009-04-27Fixed some silly warningsMax Horn
2009-04-27Added a German Urban Runner version, as supplied by goodoldgeorg in bug repor...Sven Hesse
2009-04-26Ooops, actually delete[] the correct pointer (yeah, syke, I should have valgr...Sven Hesse
2009-04-25FascinationArnaud Boutonné
2009-04-25Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ...Arnaud Boutonné
2009-04-24Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-upSven Hesse
2009-04-24Ooops, changing a const argument is evil, copying it nowSven Hesse
2009-04-24Removing the extra \n in warning()s. warning() already adds "!\n"Sven Hesse
2009-04-24Gob - Add entries for different Little Red Riding Hood languages selectionArnaud Boutonné
2009-04-24Gob - Add 12 dummy functions used for the OpcodeGoblinEntryFascination.Arnaud Boutonné
2009-04-24Added supported for BAT-based non-interactive demos, namely the Inca2 oneSven Hesse
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
2009-04-24Adding support for the non-interactive SCN-based Urban Runner demo. No image ...Sven Hesse
2009-04-24Added the Woodruff and Playtoons non-interactive demosSven Hesse
2009-04-24Added support for SCN-based non-interactive demosSven Hesse
2009-04-23Fixed a very stupid error in the RLE decoding function of the VMD frame decoderSven Hesse
2009-04-22Fixed compilation.Torbjörn Andersson
2009-04-21Patch #2725859 : Added some MD5 to the gob engine, modified the way the first...Arnaud Boutonné
2009-04-07Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectivelySven Hesse
2009-04-07GOB: Some more cleanupMax Horn
2009-04-07GOB: Gave tons of opcode explicit names. As a result, found potential bugs in...Max Horn
2009-04-07GOB: Some more code cleanup. My respect for the developers of the original GO...Max Horn
2009-04-07GOB: Gave some numerical constants a name. This codebase is a bit of a mess ;...Max Horn
2009-03-21Added an entry for the DOS version of Little Red Riding HoodSven Hesse
2009-03-19Adding detection and title music playback for Little Red Riding Hood (Amiga v...Sven Hesse
2009-03-19Adding simple support for protracker playbackSven Hesse
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn