aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.cpp
AgeCommit message (Collapse)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew 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-18KYRA: (LOL) - fix warning about possible out of bounds access in lol.cppathrxx
2013-01-09KYRA: (LOL) - remove unneeded static dataathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - add keyboard controlsathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2013-01-09KYRA: (LOL/FM-TOWNS) some startup codeathrxx
(let the FM-Towns version load up and run without errors/crashes)
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx
2013-01-09KYRA: 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-11KYRA: clean up audio resource handlingathrxx
(this was really ugly, now it's somewhat less ugly)
2012-11-11KYRA: move HOF sequence player into its own classathrxx
(also cleaning up and fixing things while doing that)
2012-05-06KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
(Vaelan's Cube should be able to remove illusionary walls)
2012-05-06KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
(experience points awarded after Knowles/Xeobs quest missing 1 point)
2012-02-24KYRA: (EOB) - cleanup CGA/EGA code a bitathrxx
2012-02-21KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB IIathrxx
(also fix various thing connected to CGA/EGA modes)
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2011-12-31KYRA: Slight formatting fixes.Johannes Schickel
2011-12-30KYRA: Clean up LoL keymap setup a bit.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-28KYRA: (LOL) - refactor item/monster structsathrxx
2011-12-28KYRA: (EOB) - cleanup dialog settings a bitathrxx
2011-12-26KYRA: Merge Screen_Rpg with Screen (for now).Johannes Schickel
This should(!) fix ARM compilation issues due to virtual inheritance.
2011-12-26KYRA: (EOB/LOL) - move eob/lol specific screen code to new classathrxx
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB/LOL) - cleanup common codeathrxx
(rename some stuff and move EOB/LOL common code to separate files)
2011-12-26KYRA: (EOB) - fix some valgrind warningsathrxx
2011-12-26KYRA: (EOB) - fix some bugsathrxx
- fix monster movement - fix character level gain - add some static res for party transfer
2011-12-26KYRA: (EOB) - implement npc sequences and fix some bugsathrxx
2011-12-26KYRA: (EOB) - some refactoringathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - add some static res (flight object data) to kyra.datathrxx
2011-12-26KYRA: (EOB) - minor code size reductionathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-12-12KYRA: Fix whitespaceTarek Soliman
2011-12-12KYRA: Use Common::KeyActionEntry table for LoL game keymapTarek Soliman
This is for the keymapper keymap
2011-11-18KYRA: "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-17Merge pull request #114 from tsoliman/keymapper2Eugene Sandulenko
KEYMAPPER: Keymapper improvements 2
2011-11-16COMMON: 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-30KYRA: Fix some copy paste error in LoL keymap keycodesTarek Soliman
2011-10-28KYRA: Remove usage of using namespace Common in the keymap codeTarek Soliman
thanks LordHoto
2011-10-28KYRA: Move kKeymapName to be inside LoLEngineTarek Soliman
Thanks LordHoto
2011-10-27KYRA: Cleanup game keymaps on RTLTarek Soliman
This fixes an RTL problem where the keymaps linger between same-engine games. Meaning the lol keymap shows up in kyra1
2011-10-27KYRA: Added basic game keymap for LoLTarek Soliman
2011-11-04KYRA: replace invalid memset call and add a warningathrxx
2011-11-03KYRA: fix minor bug in LoLEngine::playCharacterScriptChat()athrxx
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx