aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources
AgeCommit message (Collapse)Author
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).
2017-11-20KYRA: Fix crash due to missing palette data for OldFloppy versionColin Snover
Thanks to sergesv for the patch. Fixes Trac#9733.
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.