aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Collapse)Author
2010-01-03Fix a buffer overflow (thanks to syke) and modify the way the instruments ↵Arnaud Boutonné
are loaded (bytes instead of uint16). This (sadly) doesn't fix the MDY player. svn-id: r46936
2010-01-01Fix a buffer overflow, thanks to sykeArnaud Boutonné
svn-id: r46851
2009-12-31Make sure that enough data is read out of the scriptSven Hesse
svn-id: r46785
2009-12-30Fixing an out of array bounds readSven Hesse
svn-id: r46784
2009-12-19gob - Remove detection of a cracked version of Lost in TimeArnaud Boutonné
svn-id: r46423
2009-12-17gob - Split LiT part 2 detection in light / full. Arnaud Boutonné
svn-id: r46412
2009-12-17gob - Add MD5 for LiT floppy part 1 "full", part 1 "light" and part 2. Part ↵Arnaud Boutonné
2 still has to be properly separated between "full" and "light" svn-id: r46411
2009-12-09Change GOB engine so that not all its files depend on gui/dialog.h (and thus ↵Max Horn
tons of other headers in gui/ and graphics/) svn-id: r46317
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
svn-id: r46291
2009-12-01gob - Add cursor handling for Fascination windows (close and move at least)Arnaud Boutonné
svn-id: r46233
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly ↵Max Horn
without details; help filling these out is welcome) svn-id: r46128
2009-11-16Gob - Add MD5 for Adibou 1, a new SCN demo and some Adi2, Adi4 and Adibou2 ↵Arnaud Boutonné
titles svn-id: r45941
2009-11-16gob - Add 'adibou2', rename 'adibou4' into 'adi4', add several Gob1, Gob2, ↵Arnaud Boutonné
Gob3, Adi2, Adi4, and Adibou2 MD5s svn-id: r45938
2009-11-16gob - Preliminar saveload for FascinationArnaud Boutonné
svn-id: r45937
2009-11-14gob - Add MD5s of english Adi 4.10 and german Adi 2.6Arnaud Boutonné
svn-id: r45899
2009-11-14Gob - Add MD5s for Gobliins2 and Little Red Riding Hood included on an old ↵Arnaud Boutonné
AD2 CD. svn-id: r45887
2009-11-10Gob - Add detection for another win31 Lost in Time found on french ADI 2.6 ↵Arnaud Boutonné
Français-Maths 4e svn-id: r45821
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-28Add multilanguage EN+FR versions of gob2 and gob3 found on english Adi 4.10 ↵Arnaud Boutonné
English+Maths Year 8 svn-id: r45476
2009-10-28Fixing "graphical glitch in Bizoo level" (bug #2867361)Sven Hesse
svn-id: r45470
2009-10-28Adding another Windows Lost in Time version, German/FrenchSven Hesse
svn-id: r45469
2009-10-28Style fixesSven Hesse
svn-id: r45468
2009-10-28Removing trailing spacesSven Hesse
svn-id: r45467
2009-10-23Gob - Add a workaround for gob3 Sofa bug #2867294. It's now possible to exit ↵Arnaud Boutonné
the animation by clicking svn-id: r45353
2009-10-23Gob - Fix animations without extensionArnaud Boutonné
svn-id: r45352
2009-10-18gob - Cleanup of previous modificationArnaud Boutonné
svn-id: r45228
2009-10-18gob - "Windows" Gob3 has errors in scripts, calling .IMD videos instead of ↵Arnaud Boutonné
.VMD ones. This modification fixes that. svn-id: r45226
2009-10-15Give Gob1 CD-i its own platform.Matthew Hoops
svn-id: r45135
2009-10-13gob detection Arnaud Boutonné
- Add preliminary Gobliiins 1 CD-i detection.cpp - DOS CD is 2.01, not 1.02 svn-id: r45014
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-08Add a hack that fixes bug #2858887 and #2859606Arnaud Boutonné
svn-id: r44785
2009-10-08gob - Fix a Valgrind warning occuring in CD gamesArnaud Boutonné
svn-id: r44774
2009-10-07Fix an assert in activeWin(). Arnaud Boutonné
svn-id: r44746
2009-10-06gob - fix valgrind warning: invalid read when animKeysCount equals 0Arnaud Boutonné
svn-id: r44716
2009-10-03revert r44542: the fix reopens another previous bug Arnaud Boutonné
svn-id: r44553
2009-10-02Fix for bug ref#2867294 (hopefully) Arnaud Boutonné
svn-id: r44542
2009-10-01Fix a regression in the first part of the intro (gitches when the paper and ↵Arnaud Boutonné
the rat are moving). svn-id: r44518
2009-09-30Fascination - Suppress some warningsArnaud Boutonné
svn-id: r44504
2009-09-30Fascination - Fix a regression in intro (fix of R42171)Arnaud Boutonné
svn-id: r44496
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472
2009-09-29Gob - Silence a Valgrind warning by initializing a variable Arnaud Boutonné
svn-id: r44467
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵Filippos Karapetis
and issues in compilers which don't support NORETURN svn-id: r44314
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
svn-id: r44299
2009-09-18Fixed warning about missing newlineAndre Heider
svn-id: r44191
2009-09-16Playtoons - Add patterns to drawCircleArnaud Boutonné
svn-id: r44122
2009-09-16Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions.Arnaud Boutonné
svn-id: r44120
2009-09-15- Implement _pattern variableArnaud Boutonné
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103
2009-09-09Really fixing searchHotspot, syntax-wise at least. (Note: ↵Sven Hesse
Hotspots::Hotspot::left is unsigned, so a comparison with -1 will always yield false. And for left == 0xFFFF a method already exists, Hotspots::Hotspot::isEnd()) svn-id: r44022