aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat
AgeCommit message (Collapse)Author
2010-08-07LOL: added english floppy versionFlorian Kagerer
svn-id: r51834
2010-08-05KYRA: Append newline in help string of create_kyradat.Johannes Schickel
svn-id: r51771
2010-08-05KYRA: Fix compilation of create_kyradat.Johannes Schickel
svn-id: r51769
2010-08-02KYRA: FM-Towns audio driver rewriteFlorian Kagerer
- FM-Towns euphony driver completely rewritten based on KYRA FM-Towns and LOOM towns disasm. - Split all the emu and driver code from sound_towns.cpp into different files to make things a bit less confusing. - Move the driver code to common space since the exact same euphony driver is used by LOOM which means we could get rid of the outdated and incomplete ym2612 driver/emu implementation (which doesn't even do things like instrument loading, pan position, etc). I haven't tried to add this to the Scumm engine yet, since I am not familiar with it and my priority was to get the driver finished first. But from the look of disasm it shouldn't be difficult to do. - Introduce a generic FM-Towns audio interface based on FM-Towns system file disasm which was necessary for the euphony driver rewrite. Every FM-Towns game I have seen so far seems to access the audio hardware via these system functions. This interface implementation will also allow reasonably simple creation of new FM-Towns audio drivers (e.g. this could be used for Kings Quest 5 FM-Towns or others). - Move the PC98 driver to common space, too, since I have a strong feeling that this driver is also used in the PC98 version of Future Wars - This also improves KYRA FM-Towns music quality, sound effects accuracy and music fading. svn-id: r51645
2010-05-08Fix possible out of bounds access.Johannes Schickel
svn-id: r48972
2010-05-08Cleanup.Johannes Schickel
svn-id: r48970
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-23Tools - Use standard headerArnaud Boutonné
svn-id: r47476
2009-11-29Use common/ headers in our trunk toolsMax Horn
svn-id: r46207
2009-11-29add missing varag paramMax Horn
svn-id: r46206
2009-11-28KYRA: added HOF PC-98 static data to kyra.datFlorian Kagerer
svn-id: r46180
2009-11-22- Store ID map for static resources in kyra.dat instead of hardcoding it in ↵Johannes Schickel
the main KYRA source - Changed how static resource types are specified - Rebuilt kyra.dat svn-id: r46091
2009-11-22Little cleanup.Johannes Schickel
svn-id: r46090
2009-11-21Fix mismatching resource type IDs for Lands of Lore in kyra.dat.Johannes Schickel
svn-id: r46051
2009-11-21Fix Kyrandia 1 FM-Towns credits entries in kyra.dat.Johannes Schickel
svn-id: r46050
2009-11-21Flag credits data for Kyrandia 1 as language specific data. (Fixes language ↵Johannes Schickel
of credits for Amiga versions.) svn-id: r46049
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-21Cleanup.Johannes Schickel
svn-id: r46041
2009-11-21Rename "kPaletteList#" to "kSpecialPalette#".Johannes Schickel
svn-id: r46039
2009-11-21Speed up extraction by only adding matching providers to search list.Johannes Schickel
svn-id: r46037
2009-11-21Fix various platform/language table entries.Johannes Schickel
svn-id: r46036
2009-11-21Add proper error messages, in case some entries aren't found.Johannes Schickel
svn-id: r46035
2009-11-21Merge multi language games into one entry.Johannes Schickel
svn-id: r46033
2009-11-21Cleanup.Johannes Schickel
svn-id: r46032
2009-11-20Changed kyra.dat to use a global "INDEX" file instead of INDEX files for ↵Johannes Schickel
every game variant. svn-id: r46025
2009-11-20Fix missing printf arguments.Johannes Schickel
svn-id: r46024
2009-11-20Cleanup.Johannes Schickel
svn-id: r46023
2009-11-20Flag Kyra3 as talkie version in kyra.dat.Johannes Schickel
svn-id: r46022
2009-11-20Readded output whether extraction succeeded or not.Johannes Schickel
svn-id: r46021
2009-11-20Cleanup.Johannes Schickel
svn-id: r46018
2009-11-20Add a nice message, when none of the input files is used for processing.Johannes Schickel
svn-id: r46017
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-20Some name consistency changes.Johannes Schickel
svn-id: r46014
2009-11-19LOL: add support for pc speaker sfxFlorian Kagerer
svn-id: r45992
2009-11-19Add newly added IDs to string table.Johannes Schickel
svn-id: r45991
2009-11-19Properly handle Kyra 2 Talkie demo in kyra.dat.Johannes Schickel
svn-id: r45990
2009-11-19Remove obsolete "k2DemoVersionTlk" special.Johannes Schickel
svn-id: r45989
2009-11-19More cleanup.Johannes Schickel
svn-id: r45988
2009-11-19Cleanup.Johannes Schickel
svn-id: r45987
2009-11-15LOL/PC-98: fixed regression (missing static data for pc98 version)Florian Kagerer
svn-id: r45927
2009-11-15Cleanup.Johannes Schickel
svn-id: r45910
2009-11-15KYRA: cleanupFlorian Kagerer
svn-id: r45908
2009-11-14KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵Florian Kagerer
still broken) svn-id: r45906
2009-11-10Fix compilation of create_kyradat (at least on Mac OS X it was broken ↵Max Horn
because 'uint' is not a valid type) svn-id: r45818
2009-11-01Add command line parameter to automatically create a search table entry from ↵Johannes Schickel
a given file + offset/size pair. svn-id: r45603
2009-10-14Add LoL PC98 credits entries to kyra.dat.Johannes Schickel
svn-id: r45082
2009-10-02Fix more cppcheck warnings/errors; some code formatting; and fixes to our toolsMax Horn
svn-id: r44539
2009-09-20- Add support for Kyrandia 1 German Amiga in create_kyradat.Johannes Schickel
- Increase kyra.dat version. - Rebuilt kyra.dat. - Some slight adaptions for Kyrandia 1 German in the ScummVM source. svn-id: r44215