aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-17SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat ↵Max Horn
nodePtr & cantBeHere special) svn-id: r44154
2009-09-17SCI: Get rid of the not_register() hackMax Horn
svn-id: r44153
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
svn-id: r44152
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
svn-id: r44151
2009-09-17SCI: cleanupMax Horn
svn-id: r44150
2009-09-17Handle platform specific extraction via platform settings instead of special ↵Johannes Schickel
id where possible. svn-id: r44149
2009-09-17- Got rid of special id "kAmigaVersion"Johannes Schickel
- Changed handling of platform settings via game platform settings and not via special id svn-id: r44148
2009-09-17Add platform information to game need table.Johannes Schickel
svn-id: r44147
2009-09-17Consisteny change.Johannes Schickel
svn-id: r44146
2009-09-17Cleanup includes.Johannes Schickel
svn-id: r44145
2009-09-17Cleanup provider access.Johannes Schickel
svn-id: r44144
2009-09-17- Cleanup multi language game processingJohannes Schickel
- Vast move of static data tables to new files - Other cleanup svn-id: r44143
2009-09-17Cleanup.Johannes Schickel
svn-id: r44142
2009-09-17Corrected the size of one of the Italian fan-translated versions of ITE (bug ↵Filippos Karapetis
report #2845399) svn-id: r44141
2009-09-17Made script_lookup_export() a method of SegManagerFilippos Karapetis
svn-id: r44140
2009-09-17Added the CD version of Jones (bug report #2813795) and another version of ↵Filippos Karapetis
RAMA (bug report #2850645) svn-id: r44139
2009-09-17Changed the way object selectors are accessed, by removing the relevant ↵Filippos Karapetis
defines and adding appropriate methods to the Object structure svn-id: r44138
2009-09-17Commit rebuilt version of kyra.dat.Johannes Schickel
svn-id: r44137
2009-09-17- Augment detection tables as much as possibleJohannes Schickel
- Change some extraction processing logic to work with the newly agumented tables svn-id: r44136
2009-09-17- Augment all executable entries with platformJohannes Schickel
- Augment all search data tables with platform and language, where required svn-id: r44135
2009-09-17Change extraction function signature.Johannes Schickel
svn-id: r44134
2009-09-17Move extraction functionality to new file "extract.cpp".Johannes Schickel
svn-id: r44133
2009-09-17Remove superfluous special id specification for english Amiga intro strings.Johannes Schickel
svn-id: r44132
2009-09-17SCI: Change SegmentId from int to uint16; consistently use segment 0 to ↵Max Horn
indicate an invalid segment svn-id: r44131
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
svn-id: r44130
2009-09-17SCI: More cleanupMax Horn
svn-id: r44129
2009-09-16SCI: cleanupMax Horn
svn-id: r44128
2009-09-16SCI: Turn some SegManager methods into Script methodsMax Horn
svn-id: r44127
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
svn-id: r44126
2009-09-16Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a ↵Johannes Schickel
hacky patch level. svn-id: r44125
2009-09-16Handle extraction of "k2IngameSfxFiles" via a special extraction routine, ↵Johannes Schickel
instead of a hacky patch level. svn-id: r44124
2009-09-16Make create_kyradat print out the filename, which is currently processed.Johannes Schickel
svn-id: r44123
2009-09-16Playtoons - Add patterns to drawCircleArnaud Boutonné
svn-id: r44122
2009-09-16Remove ugly hack.Johannes Schickel
svn-id: r44121
2009-09-16Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions.Arnaud Boutonné
svn-id: r44120
2009-09-16Increase kyra.dat version.Johannes Schickel
svn-id: r44119
2009-09-16Adapted create_kyradat to use an automatic offset search. (Hopefully no ↵Johannes Schickel
regressions). svn-id: r44118
2009-09-16Kyra/LoL: fix pc98 audio driver destructorFlorian Kagerer
svn-id: r44117
2009-09-16LOL/Floppy: fixed outroFlorian Kagerer
svn-id: r44116
2009-09-15reviewed all callbacks from the first part of the game, added missing ↵Vladimir Menshakov
sounds, synchronized dialog animation and colors. svn-id: r44115
2009-09-15commented out noisy debugVladimir Menshakov
svn-id: r44114
2009-09-15allowed actor animation be visible even if actor was not, minor cleanupsVladimir Menshakov
svn-id: r44113
2009-09-15Add link to gcc bug report, in the comment for the gcc aimed workaround for ↵Johannes Schickel
AMD64. svn-id: r44112
2009-09-15fixed animation pausing/restarting when only one of animations presentVladimir Menshakov
svn-id: r44111
2009-09-15allow processing one more render cycle when walk ends (fixed wait animations ↵Vladimir Menshakov
glitches) svn-id: r44110
2009-09-15renamed constants to comply with the code convention.Vladimir Menshakov
svn-id: r44109
2009-09-15implemented proper dialog positioningVladimir Menshakov
svn-id: r44108
2009-09-15return bounding boxes from the render(), slightly changed internal events ↵Vladimir Menshakov
arguments. svn-id: r44107
2009-09-15gob - Suppress not-yet committed fileArnaud Boutonné
svn-id: r44105
2009-09-15Fix crash when 'mass add' doesn't find any gamesWillem Jan Palenstijn
svn-id: r44104