Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | TOOLS: Remove superflous pointer dereference in create_kyradat. | Johannes Schickel | |
svn-id: r54183 | |||
2010-10-30 | TOOLS: Enable use of forbidden symbols | Max Horn | |
svn-id: r53965 | |||
2010-10-24 | KYRA/PC98: workaround for missing delay opcodes | Florian 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-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-08-07 | LOL: added english floppy version | Florian Kagerer | |
svn-id: r51834 | |||
2010-08-05 | KYRA: Append newline in help string of create_kyradat. | Johannes Schickel | |
svn-id: r51771 | |||
2010-08-05 | KYRA: Fix compilation of create_kyradat. | Johannes Schickel | |
svn-id: r51769 | |||
2010-08-02 | KYRA: FM-Towns audio driver rewrite | Florian 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-08 | Fix possible out of bounds access. | Johannes Schickel | |
svn-id: r48972 | |||
2010-05-08 | Cleanup. | Johannes Schickel | |
svn-id: r48970 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Tools - Use standard header | Arnaud Boutonné | |
svn-id: r47476 | |||
2009-11-29 | Use common/ headers in our trunk tools | Max Horn | |
svn-id: r46207 | |||
2009-11-29 | add missing varag param | Max Horn | |
svn-id: r46206 | |||
2009-11-28 | KYRA: added HOF PC-98 static data to kyra.dat | Florian 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-22 | Little cleanup. | Johannes Schickel | |
svn-id: r46090 | |||
2009-11-21 | Fix mismatching resource type IDs for Lands of Lore in kyra.dat. | Johannes Schickel | |
svn-id: r46051 | |||
2009-11-21 | Fix Kyrandia 1 FM-Towns credits entries in kyra.dat. | Johannes Schickel | |
svn-id: r46050 | |||
2009-11-21 | Flag 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.dat | Johannes Schickel | |
- Synced static resource definitions between KYRA main codebase and create_kyradat - Rebuilt kyra.dat svn-id: r46047 | |||
2009-11-21 | Naming consistency. | Johannes Schickel | |
svn-id: r46043 | |||
2009-11-21 | Resolve TODO. | Johannes Schickel | |
svn-id: r46042 | |||
2009-11-21 | Cleanup. | Johannes Schickel | |
svn-id: r46041 | |||
2009-11-21 | Rename "kPaletteList#" to "kSpecialPalette#". | Johannes Schickel | |
svn-id: r46039 | |||
2009-11-21 | Speed up extraction by only adding matching providers to search list. | Johannes Schickel | |
svn-id: r46037 | |||
2009-11-21 | Fix various platform/language table entries. | Johannes Schickel | |
svn-id: r46036 | |||
2009-11-21 | Add proper error messages, in case some entries aren't found. | Johannes Schickel | |
svn-id: r46035 | |||
2009-11-21 | Merge multi language games into one entry. | Johannes Schickel | |
svn-id: r46033 | |||
2009-11-21 | Cleanup. | Johannes Schickel | |
svn-id: r46032 | |||
2009-11-20 | Changed kyra.dat to use a global "INDEX" file instead of INDEX files for ↵ | Johannes Schickel | |
every game variant. svn-id: r46025 | |||
2009-11-20 | Fix missing printf arguments. | Johannes Schickel | |
svn-id: r46024 | |||
2009-11-20 | Cleanup. | Johannes Schickel | |
svn-id: r46023 | |||
2009-11-20 | Flag Kyra3 as talkie version in kyra.dat. | Johannes Schickel | |
svn-id: r46022 | |||
2009-11-20 | Readded output whether extraction succeeded or not. | Johannes Schickel | |
svn-id: r46021 | |||
2009-11-20 | Cleanup. | Johannes Schickel | |
svn-id: r46018 | |||
2009-11-20 | Add a nice message, when none of the input files is used for processing. | Johannes Schickel | |
svn-id: r46017 | |||
2009-11-20 | Merge two file game entries into one game entry, this allows for better ↵ | Johannes Schickel | |
input file validation. svn-id: r46015 | |||
2009-11-20 | Some name consistency changes. | Johannes Schickel | |
svn-id: r46014 | |||
2009-11-19 | LOL: add support for pc speaker sfx | Florian Kagerer | |
svn-id: r45992 | |||
2009-11-19 | Add newly added IDs to string table. | Johannes Schickel | |
svn-id: r45991 | |||
2009-11-19 | Properly handle Kyra 2 Talkie demo in kyra.dat. | Johannes Schickel | |
svn-id: r45990 | |||
2009-11-19 | Remove obsolete "k2DemoVersionTlk" special. | Johannes Schickel | |
svn-id: r45989 | |||
2009-11-19 | More cleanup. | Johannes Schickel | |
svn-id: r45988 | |||
2009-11-19 | Cleanup. | Johannes Schickel | |
svn-id: r45987 | |||
2009-11-15 | LOL/PC-98: fixed regression (missing static data for pc98 version) | Florian Kagerer | |
svn-id: r45927 | |||
2009-11-15 | Cleanup. | Johannes Schickel | |
svn-id: r45910 | |||
2009-11-15 | KYRA: cleanup | Florian Kagerer | |
svn-id: r45908 | |||
2009-11-14 | KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵ | Florian Kagerer | |
still broken) svn-id: r45906 | |||
2009-11-10 | Fix 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 |