Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
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-04-18 | KYRA: (LOL) - fix warning about possible out of bounds access in lol.cpp | athrxx | |
2013-01-09 | KYRA: (LOL) - remove unneeded static data | athrxx | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - add keyboard controls | athrxx | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc. | athrxx | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) some startup code | athrxx | |
(let the FM-Towns version load up and run without errors/crashes) | |||
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adapt static resources | athrxx | |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel | |
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g' | |||
2012-11-11 | KYRA: clean up audio resource handling | athrxx | |
(this was really ugly, now it's somewhat less ugly) | |||
2012-11-11 | KYRA: move HOF sequence player into its own class | athrxx | |
(also cleaning up and fixing things while doing that) | |||
2012-05-06 | KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(Vaelan's Cube should be able to remove illusionary walls) | |||
2012-05-06 | KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(experience points awarded after Knowles/Xeobs quest missing 1 point) | |||
2012-02-24 | KYRA: (EOB) - cleanup CGA/EGA code a bit | athrxx | |
2012-02-21 | KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB II | athrxx | |
(also fix various thing connected to CGA/EGA modes) | |||
2012-02-13 | KEYMAPPER: Fix Action ctor args in most keymaps | Tarek Soliman | |
2011-12-31 | KYRA: Slight formatting fixes. | Johannes Schickel | |
2011-12-30 | KYRA: Clean up LoL keymap setup a bit. | 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-28 | KYRA: (LOL) - refactor item/monster structs | athrxx | |
2011-12-28 | KYRA: (EOB) - cleanup dialog settings a bit | athrxx | |
2011-12-26 | KYRA: Merge Screen_Rpg with Screen (for now). | Johannes Schickel | |
This should(!) fix ARM compilation issues due to virtual inheritance. | |||
2011-12-26 | KYRA: (EOB/LOL) - move eob/lol specific screen code to new class | 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/LOL) - cleanup common code | athrxx | |
(rename some stuff and move EOB/LOL common code to separate files) | |||
2011-12-26 | KYRA: (EOB) - fix some valgrind warnings | 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 npc sequences and fix some bugs | athrxx | |
2011-12-26 | KYRA: (EOB) - some refactoring | athrxx | |
2011-12-26 | KYRA: (EOB) - more work on ingame menus | athrxx | |
2011-12-26 | KYRA: (EOB) - add some static res (flight object data) to kyra.dat | athrxx | |
2011-12-26 | KYRA: (EOB) - minor code size reduction | athrxx | |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-12-12 | KYRA: Fix whitespace | Tarek Soliman | |
2011-12-12 | KYRA: Use Common::KeyActionEntry table for LoL game keymap | Tarek Soliman | |
This is for the keymapper keymap | |||
2011-11-18 | KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK ↵ | Johannes Schickel | |
file". Now we can show such errors in the debugger, since we initialize and the screen resolution and the debugger before initializing the resource manager. This allows our error function to open up the debugger and show the error at least. A better feedback to the user might be desirable, but it is not really feasible with our current possibilites for error reporting. | |||
2011-11-17 | Merge pull request #114 from tsoliman/keymapper2 | Eugene Sandulenko | |
KEYMAPPER: Keymapper improvements 2 | |||
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel | |
This makes the name match with the name of the STL function with the same behavior. | |||
2011-10-30 | KYRA: Fix some copy paste error in LoL keymap keycodes | Tarek Soliman | |
2011-10-28 | KYRA: Remove usage of using namespace Common in the keymap code | Tarek Soliman | |
thanks LordHoto | |||
2011-10-28 | KYRA: Move kKeymapName to be inside LoLEngine | Tarek Soliman | |
Thanks LordHoto | |||
2011-10-27 | KYRA: Cleanup game keymaps on RTL | Tarek Soliman | |
This fixes an RTL problem where the keymaps linger between same-engine games. Meaning the lol keymap shows up in kyra1 | |||
2011-10-27 | KYRA: Added basic game keymap for LoL | Tarek Soliman | |
2011-11-04 | KYRA: replace invalid memset call and add a warning | athrxx | |
2011-11-03 | KYRA: fix minor bug in LoLEngine::playCharacterScriptChat() | athrxx | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-24 | LOL: add support for Russian CD-ROM version | athrxx | |
2011-07-24 | LOL: add support for Russian floppy version | athrxx | |