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