aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat
AgeCommit message (Collapse)Author
2019-06-22ALL: Fix -Wnewline-eof warningsCameron Cawley
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-03-06KYRA: (EOB1/Amiga) - add static resourcesathrxx
2019-03-06KYRA: (EOB) - fix unused stringathrxx
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
2018-12-26KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube)athrxx
2018-11-14KYRA: (EOB) - add support for FM-Towns version of EOB IIathrxx
2018-10-28KYRA: (LOL) - clean up sound map data formattingathrxx
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access).
2018-10-06DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool.D G Turner
This is part of the fix for bug Trac #10655.
2017-11-20KYRA: Fix crash due to missing palette data for OldFloppy versionColin Snover
Thanks to sergesv for the patch. Fixes Trac#9733.
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-07-30KYRA: Bump kyra.dat version for updated Italian EOB1 changesEugene Sandulenko
2016-07-30KYRA: Update eob1_dos_italian.h (#779)theruler
Minor translation changes from the creator of the original translation. Oldgamesitalia.net http://www.oldgamesitalia.net/forum/index.php?showtopic=21335&st=50
2016-05-15KYRA: Simplify Kyra1 audio track filename handlingJohannes Schickel
2015-11-10KYRA: (LOK/PC-98) - add missing string resourceathrxx
2014-10-11KYRA: (EOB) - add support for Italian fan translation of EOB Iathrxx
2014-03-17KYRA: fix static resources in Russian fan translationathrxx
(some messed up strings)
2014-03-03KYRA: Fix EoB 1 German rest string when monsters are nearby.Johannes Schickel
2014-03-03DEVTOOLS: Rewrite create_kyradat.Johannes Schickel
Now static data is directly stored inside source code files which allows the tool to generate kyra.dat without any additional input. This will make supporting fan translations easier, since only the localized strings have to be added and an appropriate game entry has to be added.
2014-02-24DEVTOOLS: Slight constant name cleanup in create_kyradat.Johannes Schickel
2014-02-18DEVTOOLS: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-13DEVTOOLS: Fix unimportant memory/resource leaksTorbjörn Andersson
CID 1022283, 1022284, 1022285
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx
2013-01-09KYRA: fix invalid mem access in kyradat toolathrxx
2012-08-01KYRA: update kyra.dat to match the last commit (added support for French LOL ↵athrxx
floppy)
2012-03-17DEVTOOLS: Include necessary headers for compilation.Christoph Mallon
2012-02-22DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat.Johannes Schickel
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
2012-02-21KYRA: (EOB) - fix EOB1 door clippingathrxx
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-01-07DEVTOOLS: Fix some warnings in create_kyradat.Johannes Schickel
2011-12-28KYRA: add support for another Russian HOF fan translationathrxx
2011-12-26KYRA: (EOB) - implement EOB1 party transferathrxx
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB) - rename some saving throw related dataathrxx
2011-12-26KYRA: (EOB) - lots of bug fixes, mostly for EOB IIathrxx
2011-12-26KYRA: (EOB) - fix some bugsathrxx
- fix monster movement - fix character level gain - add some static res for party transfer
2011-12-26KYRA: (EOB) - implement wall of force spellathrxx
2011-12-26KYRA: (EOB) - add EOB 1 introathrxx
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
2011-12-26KYRA: (EOB) - add some spellsathrxx
(shocking grasp, flame blade, vampiric touch etc.)
2011-12-26KYRA: (EOB) - implemented some spells and fixed more bugsathrxx
2011-12-26KYRA: (EOB) - lots of fixes towards EOB1 playabilityathrxx
also implement some new code (EOB1 portals, burning hands spell, etc.)
2011-12-26KYRA: (EOB) - some more sequence code and bug fixesathrxx
2011-12-26KYRA: (EOB) - implement npc sequences and fix some bugsathrxx
2011-12-26KYRA: (EOB) - add turn undead spell, add some screen fades, fix some bugsathrxx
2011-12-26KYRA: (EOB) - implement some gui functionality, some bug fixes, etc.athrxx
2011-12-26KYRA: (EOB) - implement party restingathrxx
2011-12-26KYRA: (EOB) - implement save menuathrxx
2011-12-26KYRA: (EOB) - implement memorize/pray spells menuathrxx
2011-12-26KYRA: (EOB) - add static resources for memorize/pray menuathrxx