aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat
AgeCommit message (Collapse)Author
2009-08-11- Yet another minor difference in seq_winterScroll2Johannes Schickel
- Fix wrong offsets of flasks strings for Kyrandia 1 Amiga in kyra.dat - Increase kyra.dat version svn-id: r43274
2009-08-11Finally fixed the string extraction for Kyrandia 1 Amiga. This should make ↵Johannes Schickel
the intro/outro strings work fine again. svn-id: r43246
2009-08-10- Fix extraction of Kyra 1 amiga string tables in kyra.datJohannes Schickel
- Fix "taken" string offsets in kyra.dat - Add temporary workaround for only one "taken" string being present in Kyra 1 amiga. - Update kyra.dat svn-id: r43208
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
svn-id: r42235
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-23LOL: implemented fireball spellFlorian Kagerer
svn-id: r40813
2009-05-21LOL: - implemented Lightning SpellFlorian Kagerer
svn-id: r40776
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is ↵Florian Kagerer
wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm. - added support for monsters with distance attacks (like those orcs in front of roland's house) - lots of small bug fixes - Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong. svn-id: r40144
2009-04-03LOL: - added support for magic atlasFlorian Kagerer
- fixed minor palette bug svn-id: r39818
2009-03-16LOL: - implemented item throwingFlorian Kagerer
svn-id: r39455
2009-03-15LOL: - added some missing animations for the shopsFlorian Kagerer
- added support for dropping/picking up items (no throwing yet) svn-id: r39422
2009-03-14LOL: - complete support for the three "special rooms" in the castleFlorian Kagerer
svn-id: r39391
2009-03-01LOL: implemented some monster related code (monsters now get placed in the ↵Florian Kagerer
maze, but they still don't do anything) svn-id: r39039
2009-02-21LOL: some work on inventory/item handlingFlorian Kagerer
svn-id: r38711
2009-02-15LOL: fix bug in kyra.datFlorian Kagerer
svn-id: r38246
2009-02-15Fixed warnings.Johannes Schickel
svn-id: r38191
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵Florian Kagerer
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190
2009-02-14LOL:Florian Kagerer
- implemented some input code - you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing - processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here. svn-id: r36320
2009-01-18LOL: basic music support and some cleanupFlorian Kagerer
svn-id: r35917
2009-01-18LOL: fix some valgrind warningsFlorian Kagerer
svn-id: r35910
2009-01-18LOL: Some drawing code and some opcodes so that the first scene will show ↵Florian Kagerer
up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-08-20Fixed warning.Johannes Schickel
svn-id: r34072
2008-08-20- add support for Italian floppy versionFlorian Kagerer
- more work on fm-towns music tempo svn-id: r34067
2008-08-03Removed comment.Johannes Schickel
svn-id: r33581
2008-08-03fix last commit (invalid kyra.dat game features for HOFCD)Florian Kagerer
svn-id: r33580
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
svn-id: r33578
2008-08-02add non-interactive lol demoFlorian Kagerer
svn-id: r33556
2008-05-18add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵Florian Kagerer
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
svn-id: r32075
2008-05-12fix for kyra 3 sfx (broken by last commit)Florian Kagerer
svn-id: r32061
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
svn-id: r31929
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-04-18update kyradat toolFlorian Kagerer
svn-id: r31562
2008-04-10- Fixed missing static data for kyra1 demoJohannes Schickel
- Fixed some warnings in create_kyradat - Updated kyra.dat for new data for kyra1 demo svn-id: r31463
2008-04-06improved static res handling (sequence data, shape animation data)Florian Kagerer
svn-id: r31429
2008-03-15update for kyra.dat toolFlorian Kagerer
svn-id: r31124
2008-02-25Moved tools to all-C++ code (ensures consistency of all code during ↵Max Horn
compilation, and allows us to use advanced stuff, like code from common/, in the tools) svn-id: r30963
2008-02-25Extended rules.mk with code for building extra (tool) executables, and ↵Max Horn
changed some of the tools to make use of this svn-id: r30962
2008-02-16patch 1891492 for the CreateKyradat tool (.dlg and .tim file support)Florian Kagerer
svn-id: r30881
2008-02-10Oops forget to commit updated create_kyradat from patch #1885629 "KYRA: HoF ↵Johannes Schickel
missing talkie credits and demo support". svn-id: r30847
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-27Commit patch #1870149 "KYRA: kyradat tool update (hof ingame sfx)". ↵Johannes Schickel
(slightly modified) svn-id: r30646
2008-01-10Changed enum to match engine code exactly.Johannes Schickel
svn-id: r30396
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30393
2007-09-29Added a hack for the tools to allow building on MinGW with SDL backend. (see ↵Johannes Schickel
bug #1800764 "TOOLS: MinGW tools building broken") svn-id: r29131
2007-09-22Fixed const warningMax Horn
svn-id: r29021
2007-09-22Set svn:keywordsTorbjörn Andersson
svn-id: r29013