Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-17 | Commit rebuilt version of kyra.dat. | Johannes Schickel | |
svn-id: r44137 | |||
2009-09-17 | - Augment detection tables as much as possible | Johannes Schickel | |
- Change some extraction processing logic to work with the newly agumented tables svn-id: r44136 | |||
2009-09-17 | - Augment all executable entries with platform | Johannes Schickel | |
- Augment all search data tables with platform and language, where required svn-id: r44135 | |||
2009-09-17 | Change extraction function signature. | Johannes Schickel | |
svn-id: r44134 | |||
2009-09-17 | Move extraction functionality to new file "extract.cpp". | Johannes Schickel | |
svn-id: r44133 | |||
2009-09-17 | Remove superfluous special id specification for english Amiga intro strings. | Johannes Schickel | |
svn-id: r44132 | |||
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to ↵ | Max Horn | |
indicate an invalid segment svn-id: r44131 | |||
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn | |
svn-id: r44130 | |||
2009-09-17 | SCI: More cleanup | Max Horn | |
svn-id: r44129 | |||
2009-09-16 | SCI: cleanup | Max Horn | |
svn-id: r44128 | |||
2009-09-16 | SCI: Turn some SegManager methods into Script methods | Max Horn | |
svn-id: r44127 | |||
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn | |
svn-id: r44126 | |||
2009-09-16 | Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a ↵ | Johannes Schickel | |
hacky patch level. svn-id: r44125 | |||
2009-09-16 | Handle extraction of "k2IngameSfxFiles" via a special extraction routine, ↵ | Johannes Schickel | |
instead of a hacky patch level. svn-id: r44124 | |||
2009-09-16 | Make create_kyradat print out the filename, which is currently processed. | Johannes Schickel | |
svn-id: r44123 | |||
2009-09-16 | Playtoons - Add patterns to drawCircle | Arnaud Boutonné | |
svn-id: r44122 | |||
2009-09-16 | Remove ugly hack. | Johannes Schickel | |
svn-id: r44121 | |||
2009-09-16 | Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions. | Arnaud Boutonné | |
svn-id: r44120 | |||
2009-09-16 | Increase kyra.dat version. | Johannes Schickel | |
svn-id: r44119 | |||
2009-09-16 | Adapted create_kyradat to use an automatic offset search. (Hopefully no ↵ | Johannes Schickel | |
regressions). svn-id: r44118 | |||
2009-09-16 | Kyra/LoL: fix pc98 audio driver destructor | Florian Kagerer | |
svn-id: r44117 | |||
2009-09-16 | LOL/Floppy: fixed outro | Florian Kagerer | |
svn-id: r44116 | |||
2009-09-15 | reviewed all callbacks from the first part of the game, added missing ↵ | Vladimir Menshakov | |
sounds, synchronized dialog animation and colors. svn-id: r44115 | |||
2009-09-15 | commented out noisy debug | Vladimir Menshakov | |
svn-id: r44114 | |||
2009-09-15 | allowed actor animation be visible even if actor was not, minor cleanups | Vladimir Menshakov | |
svn-id: r44113 | |||
2009-09-15 | Add link to gcc bug report, in the comment for the gcc aimed workaround for ↵ | Johannes Schickel | |
AMD64. svn-id: r44112 | |||
2009-09-15 | fixed animation pausing/restarting when only one of animations present | Vladimir Menshakov | |
svn-id: r44111 | |||
2009-09-15 | allow processing one more render cycle when walk ends (fixed wait animations ↵ | Vladimir Menshakov | |
glitches) svn-id: r44110 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
2009-09-15 | implemented proper dialog positioning | Vladimir Menshakov | |
svn-id: r44108 | |||
2009-09-15 | return bounding boxes from the render(), slightly changed internal events ↵ | Vladimir Menshakov | |
arguments. svn-id: r44107 | |||
2009-09-15 | gob - Suppress not-yet committed file | Arnaud Boutonné | |
svn-id: r44105 | |||
2009-09-15 | Fix crash when 'mass add' doesn't find any games | Willem Jan Palenstijn | |
svn-id: r44104 | |||
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné | |
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103 | |||
2009-09-15 | capitalized game title | Vladimir Menshakov | |
svn-id: r44102 | |||
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated ↵ | Max Horn | |
with astyle) svn-id: r44101 | |||
2009-09-15 | CINE: Turn some methods into const methods | Max Horn | |
svn-id: r44100 | |||
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis | |
svn-id: r44099 | |||
2009-09-15 | adapted code to comply code formatting conventions. | Vladimir Menshakov | |
svn-id: r44098 | |||
2009-09-15 | Slight cleanup of the resource palette modification code | Filippos Karapetis | |
svn-id: r44097 | |||
2009-09-15 | Moved the Broken Sword 1 entry to make the list alphabetical. | Torbjörn Andersson | |
svn-id: r44096 | |||
2009-09-15 | Fix valgrind warning inside "saturatedAddColor", when using the same palette ↵ | Johannes Schickel | |
object as both source and destination. svn-id: r44094 | |||
2009-09-14 | SCI: Misc cleanup | Max Horn | |
svn-id: r44093 | |||
2009-09-14 | LOL: fix some regressions | Florian Kagerer | |
svn-id: r44092 | |||
2009-09-14 | added PauseAnimation/ClearAnimations event, fixed dialogue animations in intro. | Vladimir Menshakov | |
svn-id: r44091 | |||
2009-09-14 | rewrote dialog parser, fixed color swapping. | Vladimir Menshakov | |
svn-id: r44090 | |||
2009-09-14 | fixed RGB chief face animation in intro | Vladimir Menshakov | |
svn-id: r44089 | |||
2009-09-14 | added color argument to displayMessage() | Vladimir Menshakov | |
svn-id: r44088 | |||
2009-09-14 | Wording. | Johannes Schickel | |
svn-id: r44086 | |||
2009-09-14 | Use struct packing for AdLib instruments like the SCUMM engine does. (And a ↵ | Johannes Schickel | |
comment about this change, which might be rather paranoia than having a real effect) svn-id: r44085 |