aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/tables.cpp
AgeCommit message (Collapse)Author
2010-10-30TOOLS: Enable use of forbidden symbolsMax Horn
svn-id: r53965
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-08-07LOL: added english floppy versionFlorian Kagerer
svn-id: r51834
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-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 Kyrandia 1 FM-Towns credits entries in kyra.dat.Johannes Schickel
svn-id: r46050
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-21Rename "kPaletteList#" to "kSpecialPalette#".Johannes Schickel
svn-id: r46039
2009-11-21Fix various platform/language table entries.Johannes Schickel
svn-id: r46036
2009-11-21Merge multi language games into one entry.Johannes Schickel
svn-id: r46033
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-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-10-14Add LoL PC98 credits entries to kyra.dat.Johannes Schickel
svn-id: r45082
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
2009-09-17- Add preliminary support for Lands of Lore PC98 in create_kyradatJohannes Schickel
- Increase kyra.dat version - Rebuilt kyra.dat svn-id: r44177
2009-09-17- Add missing k2SeqplaySeqData providers for Kyra2 floppy versionsJohannes Schickel
- Add missing k2SeqplayCredits provider for Kyra2 CD ITA fan translation svn-id: r44176
2009-09-17Reenable commented out providers for k2IngameTalkObjIndex.Johannes Schickel
svn-id: r44167
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