Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-06 | DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
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-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-07-30 | KYRA: Bump kyra.dat version for updated Italian EOB1 changes | Eugene Sandulenko | |
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. | |||
2014-02-24 | DEVTOOLS: Slight constant name cleanup in create_kyradat. | Johannes Schickel | |
2014-02-18 | DEVTOOLS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-07-13 | DEVTOOLS: Fix unimportant memory/resource leaks | Torbjörn Andersson | |
CID 1022283, 1022284, 1022285 | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew 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-09 | KYRA: (LOL/FM-TOWNS) - adapt static resources | athrxx | |
2013-01-09 | KYRA: fix invalid mem access in kyradat tool | athrxx | |
2012-08-01 | KYRA: update kyra.dat to match the last commit (added support for French LOL ↵ | athrxx | |
floppy) | |||
2012-03-17 | DEVTOOLS: Include necessary headers for compilation. | Christoph Mallon | |
2012-02-22 | DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat. | Johannes Schickel | |
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror". | |||
2012-02-21 | KYRA: (EOB) - fix EOB1 door clipping | athrxx | |
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different) | |||
2012-02-21 | KYRA: (EOB) - start work on CGA and EGA graphics modes | athrxx | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek 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-07 | DEVTOOLS: Fix some warnings in create_kyradat. | Johannes Schickel | |
2011-12-28 | KYRA: add support for another Russian HOF fan translation | athrxx | |
2011-12-26 | KYRA: (EOB) - implement EOB1 party transfer | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - rename some vars | athrxx | |
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon) | |||
2011-12-26 | KYRA: (EOB) - rename some saving throw related data | athrxx | |
2011-12-26 | KYRA: (EOB) - lots of bug fixes, mostly for EOB II | athrxx | |
2011-12-26 | KYRA: (EOB) - fix some bugs | athrxx | |
- fix monster movement - fix character level gain - add some static res for party transfer | |||
2011-12-26 | KYRA: (EOB) - implement wall of force spell | athrxx | |
2011-12-26 | KYRA: (EOB) - add EOB 1 intro | athrxx | |
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.) | |||
2011-12-26 | KYRA: (EOB) - add some spells | athrxx | |
(shocking grasp, flame blade, vampiric touch etc.) | |||
2011-12-26 | KYRA: (EOB) - implemented some spells and fixed more bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - lots of fixes towards EOB1 playability | athrxx | |
also implement some new code (EOB1 portals, burning hands spell, etc.) | |||
2011-12-26 | KYRA: (EOB) - some more sequence code and bug fixes | athrxx | |
2011-12-26 | KYRA: (EOB) - implement npc sequences and fix some bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - add turn undead spell, add some screen fades, fix some bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - implement some gui functionality, some bug fixes, etc. | athrxx | |
2011-12-26 | KYRA: (EOB) - implement party resting | athrxx | |
2011-12-26 | KYRA: (EOB) - implement save menu | athrxx | |
2011-12-26 | KYRA: (EOB) - implement memorize/pray spells menu | athrxx | |
2011-12-26 | KYRA: (EOB) - add static resources for memorize/pray menu | athrxx | |
2011-12-26 | KYRA: (EOB) - more work on ingame menus | athrxx | |
2011-12-26 | KYRA: (EOB) - update static resources (menu strings) | athrxx | |
2011-12-26 | KYRA: (EOB) - implement explodeObject() | athrxx | |
2011-12-26 | KYRA: (EOB) - add some static res (flight object data) to kyra.dat | athrxx | |
2011-12-26 | KYRA: (EOB) - update kyradat tool | athrxx | |
2011-09-02 | DEVTOOLS: Minor correction to remove GCC Warning. | D G Turner | |
2011-08-07 | COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x). | Christoph Mallon | |