aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.cpp
AgeCommit message (Collapse)Author
2010-11-10TOOLS: Remove superflous pointer dereference in create_kyradat.Johannes Schickel
svn-id: r54183
2010-10-30TOOLS: Enable use of forbidden symbolsMax Horn
svn-id: r53965
2010-10-24KYRA/PC98: workaround for missing delay opcodesFlorian Kagerer
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have. svn-id: r53761
2010-05-08Fix possible out of bounds access.Johannes Schickel
svn-id: r48972
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-23Tools - Use standard headerArnaud Boutonné
svn-id: r47476
2009-11-28KYRA: added HOF PC-98 static data to kyra.datFlorian Kagerer
svn-id: r46180
2009-11-21Fix mismatching resource type IDs for Lands of Lore in kyra.dat.Johannes Schickel
svn-id: r46051
2009-11-21- Got rid of hardcoded filename list for kyra.datJohannes Schickel
- Synced static resource definitions between KYRA main codebase and create_kyradat - Rebuilt kyra.dat svn-id: r46047
2009-11-21Naming consistency.Johannes Schickel
svn-id: r46043
2009-11-21Resolve TODO.Johannes Schickel
svn-id: r46042
2009-11-21Merge multi language games into one entry.Johannes Schickel
svn-id: r46033
2009-11-20Cleanup.Johannes Schickel
svn-id: r46023
2009-11-20Cleanup.Johannes Schickel
svn-id: r46018
2009-11-20Merge two file game entries into one game entry, this allows for better ↵Johannes Schickel
input file validation. svn-id: r46015
2009-11-19More cleanup.Johannes Schickel
svn-id: r45988
2009-11-19Cleanup.Johannes Schickel
svn-id: r45987
2009-09-17Further cleanup of special id use.Johannes Schickel
svn-id: r44162
2009-09-17Cleanup special id usage.Johannes Schickel
svn-id: r44156
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-17Cleanup includes.Johannes Schickel
svn-id: r44145
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-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-17Change extraction function signature.Johannes Schickel
svn-id: r44134
2009-09-17Move extraction functionality to new file "extract.cpp".Johannes Schickel
svn-id: r44133