Age | Commit message (Expand) | Author |
2009-09-17 | - Augment all executable entries with platform | Johannes Schickel |
2009-09-17 | Change extraction function signature. | Johannes Schickel |
2009-09-17 | Move extraction functionality to new file "extract.cpp". | Johannes Schickel |
2009-09-17 | Remove superfluous special id specification for english Amiga intro strings. | Johannes Schickel |
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic... | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-17 | SCI: More cleanup | Max Horn |
2009-09-16 | SCI: cleanup | Max Horn |
2009-09-16 | SCI: Turn some SegManager methods into Script methods | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-16 | Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a ... | Johannes Schickel |
2009-09-16 | Handle extraction of "k2IngameSfxFiles" via a special extraction routine, ins... | Johannes Schickel |
2009-09-16 | Make create_kyradat print out the filename, which is currently processed. | Johannes Schickel |
2009-09-16 | Playtoons - Add patterns to drawCircle | Arnaud Boutonné |
2009-09-16 | Remove ugly hack. | Johannes Schickel |
2009-09-16 | Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions. | Arnaud Boutonné |
2009-09-16 | Increase kyra.dat version. | Johannes Schickel |
2009-09-16 | Adapted create_kyradat to use an automatic offset search. (Hopefully no regre... | Johannes Schickel |
2009-09-16 | Kyra/LoL: fix pc98 audio driver destructor | Florian Kagerer |
2009-09-16 | LOL/Floppy: fixed outro | Florian Kagerer |
2009-09-15 | reviewed all callbacks from the first part of the game, added missing sounds,... | Vladimir Menshakov |
2009-09-15 | commented out noisy debug | Vladimir Menshakov |
2009-09-15 | allowed actor animation be visible even if actor was not, minor cleanups | Vladimir Menshakov |
2009-09-15 | Add link to gcc bug report, in the comment for the gcc aimed workaround for A... | Johannes Schickel |
2009-09-15 | fixed animation pausing/restarting when only one of animations present | Vladimir Menshakov |
2009-09-15 | allow processing one more render cycle when walk ends (fixed wait animations ... | Vladimir Menshakov |
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov |
2009-09-15 | implemented proper dialog positioning | Vladimir Menshakov |
2009-09-15 | return bounding boxes from the render(), slightly changed internal events arg... | Vladimir Menshakov |
2009-09-15 | gob - Suppress not-yet committed file | Arnaud Boutonné |
2009-09-15 | Fix crash when 'mass add' doesn't find any games | Willem Jan Palenstijn |
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné |
2009-09-15 | capitalized game title | Vladimir Menshakov |
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated with... | Max Horn |
2009-09-15 | CINE: Turn some methods into const methods | Max Horn |
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-09-15 | adapted code to comply code formatting conventions. | Vladimir Menshakov |
2009-09-15 | Slight cleanup of the resource palette modification code | Filippos Karapetis |
2009-09-15 | Moved the Broken Sword 1 entry to make the list alphabetical. | Torbjörn Andersson |
2009-09-15 | Fix valgrind warning inside "saturatedAddColor", when using the same palette ... | Johannes Schickel |
2009-09-14 | SCI: Misc cleanup | Max Horn |
2009-09-14 | LOL: fix some regressions | Florian Kagerer |
2009-09-14 | added PauseAnimation/ClearAnimations event, fixed dialogue animations in intro. | Vladimir Menshakov |
2009-09-14 | rewrote dialog parser, fixed color swapping. | Vladimir Menshakov |
2009-09-14 | fixed RGB chief face animation in intro | Vladimir Menshakov |
2009-09-14 | added color argument to displayMessage() | Vladimir Menshakov |
2009-09-14 | Wording. | Johannes Schickel |
2009-09-14 | Use struct packing for AdLib instruments like the SCUMM engine does. (And a c... | Johannes Schickel |
2009-09-14 | Fix valgrind warning. | Johannes Schickel |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |