aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-13KYRA: Silence some icpc warnings by making a member array of ↵Johannes Schickel
KyraRpgGUISettings non-const. All instances are const anyway, thus this should be a safe way to silence the warning.
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-01-30KYRA: (EOB) - fix typoathrxx
2012-01-29KYRA: Remove unnecessary semicolonTorbjörn Andersson
2012-01-29KYRA: Prevent unnecessary removal of const in some casts.Johannes Schickel
2012-01-21KYRA: Fix out of bounds access caused by a typo.Johannes Schickel
Thanks to dhewg for pointing this one out.
2012-01-16KYRA: Fix for bug #3474339 "KYRA1CD: Ingame animation missing".Johannes Schickel
This was a regression from 6a3d0e712940bf4560e5302c40f07f5f6eb8e0aa. This still assures that the workaround for bug #1498221 works.
2012-01-16KYRA: (EOB) - change behavior of safe game file importing codeathrxx
- The initial import of original save files will now use the next free available slots instead of moving the original files to the top of the save file list - add error check to loading routine for original saves - also limit debug console command to main menu, since it causes issues when used during the game or during character generation
2012-01-15KYRA: (EOB) - add support for original save game filesathrxx
The engine will try to import original save game files once per target (especially the "Quick Start Party"). Afterwards the user can manually import save files with the debug console.
2012-01-14KYRA: Make workaround for bug #1498221 work again.Johannes Schickel
The bug in question is "KYRA1: Glitches when meeting Zanthia". This is a regression from 0af418e7ea3a41f93fcc551a45ee5bae822d812a as far as I can tell.
2012-01-14KYRA: Fix missing debug commands.Johannes Schickel
This is a regression from cfac223cee7cc8136fdf43dea1465a1b060a803b.
2012-01-08KYRA: fix regression in non-playable HOF demoathrxx
(missing animated items)
2012-01-08KYRA: Cleanup v2 item animation a little bit.Johannes Schickel
2012-01-07KYRA: Fix LoL/EoB savegame typing issue with keymapperTarek Soliman
If you bind letters (e.g. WSAD) using the keymapper and then try to save using the in-engine dialog, the letters would get captured and make it impossible to name a save using those letters. Thanks LordHoto
2012-01-06KYRA: (EOB) - add basic distinction between music and sound effectsathrxx
(The original code of the DOS version does not distinguish here, but we do it anyway so as to make more sense of the GMM volume settings)
2012-01-06KYRA: (EOB) - cleanup eob/lol version of delayUntil()athrxx
2012-01-03KYRA: (EOB) - improved eob target detection in transfer party dialogathrxx
(parse domains instead of save files)
2012-01-03KYRA: (EOB) - improve keyboard control for spell book cursor with non QWERTZ ↵athrxx
keyboards
2011-12-31KYRA: Slight formatting fixes.Johannes Schickel
2011-12-31KYRA: Little cleanup.Johannes Schickel
2011-12-30KYRA: Clean up LoL keymap setup a bit.Johannes Schickel
2011-12-30KYRA: Add basic keymapper support to EoB 1+2.Johannes Schickel
2011-12-30KYRA: Fix typo bug and code cleanup in the keymapper game keymapTarek Soliman
2011-12-30KEYMAPPER: Simplify calling getKeymapTarek Soliman
2011-12-30KEYMAPPER: Make engine keymap init and cleanup more genericTarek Soliman
2011-12-29KYRA: (EOB) - fix warning about overloaded virtual function being only ↵athrxx
partially overridden
2011-12-29KYRA: (EOB) - fix EOB 1 intro sound bugathrxx
2011-12-29KYRA: (EOB) - fix some valgrind warningsathrxx
(overlapping source/dest)
2011-12-29KYRA: Fix format stringWillem Jan Palenstijn
2011-12-29KYRA: Some formatting fixes.Johannes Schickel
2011-12-29KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM".Johannes Schickel
2011-12-28KYRA: Slight cleanup in the transfer party code.Johannes Schickel
2011-12-28KYRA: Silence some valgrind warnings by doing a slight sanity check on ↵Johannes Schickel
savefile size.
2011-12-28KYRA: (EOB) - fix EOB1 intro glitchathrxx
2011-12-28KYRA: add support for another Russian HOF fan translationathrxx
2011-12-28KYRA: (LOL) - refactor item/monster structsathrxx
2011-12-28KYRA: (LOL) - minor reduction of save file sizeathrxx
2011-12-28KYRA: (LOL) - add support for loading original DOS version save filesathrxx
2011-12-28KYRA: (EOB) - fix spell book tab 5 in EOB1athrxx
2011-12-28KYRA: (EOB) - fix invalid string access in EOB 1athrxx
(when entering the memorize/pray menu without having a mage/cleric)
2011-12-28KYRA: (EOB) - fix minor color glitchathrxx
2011-12-28KYRA: (EOB) - cleanup dialog settings a bitathrxx
2011-12-28KYRA: (EOB) - fix 2 gcc (-Woverloaded-virtual) warningsathrxx
2011-12-28KYRA: (EOB) - fix signed/unsigned mismatchathrxx
2011-12-27KYRA: Remove unused/duplicated code.Johannes Schickel
2011-12-27KYRA: Fix compilation with clang.Johannes Schickel
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-27KYRA: Slight cleanup.Johannes Schickel
2011-12-27KYRA: Some formatting fixes.Johannes Schickel