aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2010-01-03Fix a buffer overflow (thanks to syke) and modify the way the instruments are...Arnaud Boutonné
2010-01-01Fix a buffer overflow, thanks to sykeArnaud Boutonné
2009-12-31Make sure that enough data is read out of the scriptSven Hesse
2009-12-30Fixing an out of array bounds readSven Hesse
2009-12-19gob - Remove detection of a cracked version of Lost in TimeArnaud Boutonné
2009-12-17gob - Split LiT part 2 detection in light / full. Arnaud Boutonné
2009-12-17gob - Add MD5 for LiT floppy part 1 "full", part 1 "light" and part 2. Part 2...Arnaud Boutonné
2009-12-09Change GOB engine so that not all its files depend on gui/dialog.h (and thus ...Max Horn
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-12-01gob - Add cursor handling for Fascination windows (close and move at least)Arnaud Boutonné
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-16Gob - Add MD5 for Adibou 1, a new SCN demo and some Adi2, Adi4 and Adibou2 ti...Arnaud Boutonné
2009-11-16gob - Add 'adibou2', rename 'adibou4' into 'adi4', add several Gob1, Gob2, Go...Arnaud Boutonné
2009-11-16gob - Preliminar saveload for FascinationArnaud Boutonné
2009-11-14gob - Add MD5s of english Adi 4.10 and german Adi 2.6Arnaud Boutonné
2009-11-14Gob - Add MD5s for Gobliins2 and Little Red Riding Hood included on an old AD...Arnaud Boutonné
2009-11-10Gob - Add detection for another win31 Lost in Time found on french ADI 2.6 Fr...Arnaud Boutonné
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-28Add multilanguage EN+FR versions of gob2 and gob3 found on english Adi 4.10 E...Arnaud Boutonné
2009-10-28Fixing "graphical glitch in Bizoo level" (bug #2867361)Sven Hesse
2009-10-28Adding another Windows Lost in Time version, German/FrenchSven Hesse
2009-10-28Style fixesSven Hesse
2009-10-28Removing trailing spacesSven Hesse
2009-10-23Gob - Add a workaround for gob3 Sofa bug #2867294. It's now possible to exit ...Arnaud Boutonné
2009-10-23Gob - Fix animations without extensionArnaud Boutonné
2009-10-18gob - Cleanup of previous modificationArnaud Boutonné
2009-10-18gob - "Windows" Gob3 has errors in scripts, calling .IMD videos instead of .V...Arnaud Boutonné
2009-10-15Give Gob1 CD-i its own platform.Matthew Hoops
2009-10-13gob detection Arnaud Boutonné
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-08Add a hack that fixes bug #2858887 and #2859606Arnaud Boutonné
2009-10-08gob - Fix a Valgrind warning occuring in CD gamesArnaud Boutonné
2009-10-07Fix an assert in activeWin(). Arnaud Boutonné
2009-10-06gob - fix valgrind warning: invalid read when animKeysCount equals 0Arnaud Boutonné
2009-10-03revert r44542: the fix reopens another previous bug Arnaud Boutonné
2009-10-02Fix for bug ref#2867294 (hopefully) Arnaud Boutonné
2009-10-01Fix a regression in the first part of the intro (gitches when the paper and t...Arnaud Boutonné
2009-09-30Fascination - Suppress some warningsArnaud Boutonné
2009-09-30Fascination - Fix a regression in intro (fix of R42171)Arnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-29Gob - Silence a Valgrind warning by initializing a variable Arnaud Boutonné
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-18Fixed warning about missing newlineAndre Heider
2009-09-16Playtoons - Add patterns to drawCircleArnaud Boutonné
2009-09-16Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions.Arnaud Boutonné
2009-09-15- Implement _pattern variableArnaud Boutonné
2009-09-09Really fixing searchHotspot, syntax-wise at least. (Note: Hotspots::Hotspot::...Sven Hesse