aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Collapse)Author
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
2009-09-09Playtoons - Fix searchHotspot and suppress a forgotten debug warningArnaud Boutonné
svn-id: r44020
2009-09-09Playtoons - Add oPlaytoons_printTextArnaud Boutonné
svn-id: r44018
2009-09-08Fixed some (pedantic) warningsMax Horn
svn-id: r44015
2009-09-04Playtoons - Add workaround in order to ignore hardcoded paths in ↵Arnaud Boutonné
oPlaytoons_checkData. Useful for playtoons sticks found on deutsch Addy4 svn-id: r43951
2009-09-04Some more int16->uint16 changes, to accommodate for Playtoons larger ↵Sven Hesse
variable space svn-id: r43950
2009-09-04Gob/Adi2 - In playtoons and later, there are 50 more sprite pointers Arnaud Boutonné
svn-id: r43949
2009-09-04Add oPlaytoons_getObjAnimSize. It's uncomplete, but it allows to use some ↵Arnaud Boutonné
functionalities of the construction mode svn-id: r43948
2009-09-01Making another variable offset unsigned, since it overflows int16Sven Hesse
svn-id: r43900
2009-09-01Fixing warnings and adding a warning should the ID be something yet unknown, ↵Sven Hesse
just in case svn-id: r43899
2009-09-01Playtoons: Add support to IDs 65530, 65531, 65532, 65534, and renamed Id -1 ↵Arnaud Boutonné
into 65535 in Map_v2::loadMapObjects. This allows to start the contruction mode and "somehow" use it. (Thanks DrMcCoy for pointing out my errors) svn-id: r43896
2009-08-30Modify warning message for o5_deleteFile as it's not only used by Dynasty, ↵Arnaud Boutonné
and Add oPlaytoons_copyFile. The latest will need to be completed if a call requires it. For the moment, it only fixes the crash at the end of the 3rd video of the construction kit. svn-id: r43841
2009-08-30Making the Windows version of Little Red Riding Hood display somethingSven Hesse
svn-id: r43826
2009-08-30Add detection strings for multi-lang Windows version of Little Red Riding HoodArnaud Boutonné
svn-id: r43821
2009-08-28Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes ↵Arnaud Boutonné
the crash that occurred when exiting the game. svn-id: r43783
2009-08-28Playtoons - Save temp sprites. This fixes some of the Bambou graphical ↵Arnaud Boutonné
issues, and the Playtoons menu (history selection) svn-id: r43782
2009-08-28Suppress useless game type for Playtoons CKArnaud Boutonné
svn-id: r43781
2009-08-27Fixing a typo and copy-paste errorSven Hesse
svn-id: r43773