Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-22 | ALL: Fix -Wnewline-eof warnings | Cameron Cawley | |
2019-04-13 | KYRA: (EOB2/Amiga) - add static resources | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - add static resources | athrxx | |
2019-03-06 | KYRA: (EOB) - fix unused string | athrxx | |
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-26 | KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube) | athrxx | |
2018-11-14 | KYRA: (EOB) - add support for FM-Towns version of EOB II | athrxx | |
2018-10-28 | KYRA: (LOL) - clean up sound map data formatting | athrxx | |
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-20 | KYRA: Fix crash due to missing palette data for OldFloppy version | Colin Snover | |
Thanks to sergesv for the patch. Fixes Trac#9733. | |||
2016-07-30 | KYRA: 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-15 | KYRA: Simplify Kyra1 audio track filename handling | Johannes Schickel | |
2015-11-10 | KYRA: (LOK/PC-98) - add missing string resource | athrxx | |
2014-10-11 | KYRA: (EOB) - add support for Italian fan translation of EOB I | athrxx | |
2014-03-17 | KYRA: fix static resources in Russian fan translation | athrxx | |
(some messed up strings) | |||
2014-03-03 | KYRA: Fix EoB 1 German rest string when monsters are nearby. | Johannes Schickel | |
2014-03-03 | DEVTOOLS: 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. |