Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-13 | KEYMAPPER: Fix Action ctor args in most keymaps | Tarek Soliman | |
2012-02-13 | KYRA: 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-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman | |
2012-01-30 | KYRA: (EOB) - fix typo | athrxx | |
2012-01-29 | KYRA: Remove unnecessary semicolon | Torbjörn Andersson | |
2012-01-29 | KYRA: Prevent unnecessary removal of const in some casts. | Johannes Schickel | |
2012-01-21 | KYRA: Fix out of bounds access caused by a typo. | Johannes Schickel | |
Thanks to dhewg for pointing this one out. | |||
2012-01-16 | KYRA: 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-16 | KYRA: (EOB) - change behavior of safe game file importing code | athrxx | |
- 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-15 | KYRA: (EOB) - add support for original save game files | athrxx | |
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-14 | KYRA: 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-14 | KYRA: Fix missing debug commands. | Johannes Schickel | |
This is a regression from cfac223cee7cc8136fdf43dea1465a1b060a803b. | |||
2012-01-08 | KYRA: fix regression in non-playable HOF demo | athrxx | |
(missing animated items) | |||
2012-01-08 | KYRA: Cleanup v2 item animation a little bit. | Johannes Schickel | |
2012-01-07 | KYRA: Fix LoL/EoB savegame typing issue with keymapper | Tarek 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-06 | KYRA: (EOB) - add basic distinction between music and sound effects | athrxx | |
(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-06 | KYRA: (EOB) - cleanup eob/lol version of delayUntil() | athrxx | |
2012-01-03 | KYRA: (EOB) - improved eob target detection in transfer party dialog | athrxx | |
(parse domains instead of save files) | |||
2012-01-03 | KYRA: (EOB) - improve keyboard control for spell book cursor with non QWERTZ ↵ | athrxx | |
keyboards | |||
2011-12-31 | KYRA: Slight formatting fixes. | Johannes Schickel | |
2011-12-31 | KYRA: Little cleanup. | Johannes Schickel | |
2011-12-30 | KYRA: Clean up LoL keymap setup a bit. | Johannes Schickel | |
2011-12-30 | KYRA: Add basic keymapper support to EoB 1+2. | Johannes Schickel | |
2011-12-30 | KYRA: Fix typo bug and code cleanup in the keymapper game keymap | Tarek Soliman | |
2011-12-30 | KEYMAPPER: Simplify calling getKeymap | Tarek Soliman | |
2011-12-30 | KEYMAPPER: Make engine keymap init and cleanup more generic | Tarek Soliman | |
2011-12-29 | KYRA: (EOB) - fix warning about overloaded virtual function being only ↵ | athrxx | |
partially overridden | |||
2011-12-29 | KYRA: (EOB) - fix EOB 1 intro sound bug | athrxx | |
2011-12-29 | KYRA: (EOB) - fix some valgrind warnings | athrxx | |
(overlapping source/dest) | |||
2011-12-29 | KYRA: Fix format string | Willem Jan Palenstijn | |
2011-12-29 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-29 | KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM". | Johannes Schickel | |
2011-12-28 | KYRA: Slight cleanup in the transfer party code. | Johannes Schickel | |
2011-12-28 | KYRA: Silence some valgrind warnings by doing a slight sanity check on ↵ | Johannes Schickel | |
savefile size. | |||
2011-12-28 | KYRA: (EOB) - fix EOB1 intro glitch | athrxx | |
2011-12-28 | KYRA: add support for another Russian HOF fan translation | athrxx | |
2011-12-28 | KYRA: (LOL) - refactor item/monster structs | athrxx | |
2011-12-28 | KYRA: (LOL) - minor reduction of save file size | athrxx | |
2011-12-28 | KYRA: (LOL) - add support for loading original DOS version save files | athrxx | |
2011-12-28 | KYRA: (EOB) - fix spell book tab 5 in EOB1 | athrxx | |
2011-12-28 | KYRA: (EOB) - fix invalid string access in EOB 1 | athrxx | |
(when entering the memorize/pray menu without having a mage/cleric) | |||
2011-12-28 | KYRA: (EOB) - fix minor color glitch | athrxx | |
2011-12-28 | KYRA: (EOB) - cleanup dialog settings a bit | athrxx | |
2011-12-28 | KYRA: (EOB) - fix 2 gcc (-Woverloaded-virtual) warnings | athrxx | |
2011-12-28 | KYRA: (EOB) - fix signed/unsigned mismatch | athrxx | |
2011-12-27 | KYRA: Remove unused/duplicated code. | Johannes Schickel | |
2011-12-27 | KYRA: Fix compilation with clang. | Johannes Schickel | |
2011-12-27 | KYRA: Some formatting fixes. | Johannes Schickel | |