Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-08 | gob - Fix a Valgrind warning occuring in CD games | Arnaud Boutonné | |
svn-id: r44774 | |||
2009-10-07 | Fix an assert in activeWin(). | Arnaud Boutonné | |
svn-id: r44746 | |||
2009-10-06 | gob - fix valgrind warning: invalid read when animKeysCount equals 0 | Arnaud Boutonné | |
svn-id: r44716 | |||
2009-10-03 | revert r44542: the fix reopens another previous bug | Arnaud Boutonné | |
svn-id: r44553 | |||
2009-10-02 | Fix for bug ref#2867294 (hopefully) | Arnaud Boutonné | |
svn-id: r44542 | |||
2009-10-01 | Fix 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-30 | Fascination - Suppress some warnings | Arnaud Boutonné | |
svn-id: r44504 | |||
2009-09-30 | Fascination - Fix a regression in intro (fix of R42171) | Arnaud Boutonné | |
svn-id: r44496 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-29 | Playtoons - implement some functions related to hotspot texts | Arnaud Boutonné | |
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472 | |||
2009-09-29 | Gob - Silence a Valgrind warning by initializing a variable | Arnaud Boutonné | |
svn-id: r44467 | |||
2009-09-24 | Reverted 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-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-09-18 | Fixed warning about missing newline | Andre Heider | |
svn-id: r44191 | |||
2009-09-16 | Playtoons - Add patterns to drawCircle | Arnaud Boutonné | |
svn-id: r44122 | |||
2009-09-16 | Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions. | Arnaud Boutonné | |
svn-id: r44120 | |||
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné | |
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103 | |||
2009-09-09 | Really 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-09 | Playtoons - Fix searchHotspot and suppress a forgotten debug warning | Arnaud Boutonné | |
svn-id: r44020 | |||
2009-09-09 | Playtoons - Add oPlaytoons_printText | Arnaud Boutonné | |
svn-id: r44018 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-09-04 | Playtoons - 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-04 | Some more int16->uint16 changes, to accommodate for Playtoons larger ↵ | Sven Hesse | |
variable space svn-id: r43950 | |||
2009-09-04 | Gob/Adi2 - In playtoons and later, there are 50 more sprite pointers | Arnaud Boutonné | |
svn-id: r43949 | |||
2009-09-04 | Add oPlaytoons_getObjAnimSize. It's uncomplete, but it allows to use some ↵ | Arnaud Boutonné | |
functionalities of the construction mode svn-id: r43948 | |||
2009-09-01 | Making another variable offset unsigned, since it overflows int16 | Sven Hesse | |
svn-id: r43900 | |||
2009-09-01 | Fixing warnings and adding a warning should the ID be something yet unknown, ↵ | Sven Hesse | |
just in case svn-id: r43899 | |||
2009-09-01 | Playtoons: 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-30 | Modify 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-30 | Making the Windows version of Little Red Riding Hood display something | Sven Hesse | |
svn-id: r43826 | |||
2009-08-30 | Add detection strings for multi-lang Windows version of Little Red Riding Hood | Arnaud Boutonné | |
svn-id: r43821 | |||
2009-08-28 | Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes ↵ | Arnaud Boutonné | |
the crash that occurred when exiting the game. svn-id: r43783 | |||
2009-08-28 | Playtoons - Save temp sprites. This fixes some of the Bambou graphical ↵ | Arnaud Boutonné | |
issues, and the Playtoons menu (history selection) svn-id: r43782 | |||
2009-08-28 | Suppress useless game type for Playtoons CK | Arnaud Boutonné | |
svn-id: r43781 | |||
2009-08-27 | Fixing a typo and copy-paste error | Sven Hesse | |
svn-id: r43773 | |||
2009-08-27 | Slight formatting and changed searchHotspot to be const. | Johannes Schickel | |
svn-id: r43770 | |||
2009-08-27 | code formatting | Arnaud Boutonné | |
svn-id: r43769 | |||
2009-08-27 | fix compilation | Joost Peters | |
svn-id: r43768 | |||
2009-08-27 | Playtoons - Modify oPlaytoons_F_1B so that it only warns when the functions ↵ | Arnaud Boutonné | |
is supposed to /really/ do something svn-id: r43767 | |||
2009-08-27 | Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. ↵ | Arnaud Boutonné | |
The long Id checked is ShortId plus 0xD000, 0xB000 or 0x4000. svn-id: r43766 | |||
2009-08-27 | Playtoons - delayed bgstop only when frame == -9 | Arnaud Boutonné | |
svn-id: r43765 | |||
2009-08-25 | Add ADI 2.0 'for Math Teacher' special pack | Arnaud Boutonné | |
svn-id: r43728 | |||
2009-08-25 | Fix game type for ADI2 games | Arnaud Boutonné | |
svn-id: r43726 | |||
2009-08-24 | Playtoons uses a variable space that exceeds 32767 bytes. Changing a few ↵ | Sven Hesse | |
variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) svn-id: r43713 | |||
2009-08-24 | Add ADI 2.6 FR detection | Arnaud Boutonné | |
svn-id: r43712 | |||
2009-08-24 | - Add game type ADI2 | Arnaud Boutonné | |
- Cleanup : suppress all the "not-so-gob" games referenced svn-id: r43710 | |||
2009-08-24 | Some modifications in o6_playVmdOrMusic: Less warnings in console Windows, ↵ | Arnaud Boutonné | |
and first animations on interface icons. still problematic : cursor should not disappear during animation, and animation should loop svn-id: r43709 | |||
2009-08-24 | Add another extension: SMD | Arnaud Boutonné | |
svn-id: r43707 | |||
2009-08-23 | Properly initialize _autoDouble, fixing demos that don't set a video mode on ↵ | Sven Hesse | |
their own (like the Inca II (bat)demo) svn-id: r43665 | |||
2009-08-22 | Properly fixing the Lost in Time temp sprite issue | Sven Hesse | |
svn-id: r43654 |