Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-06-25 | KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94 | athrxx | |
The GMM mouse cursor bug has now been fixed inside the GMM and CursorMan code. | |||
2011-06-10 | LOL: fix so-called bug #3313950 | athrxx | |
(LoL support for Italian fan translation) | |||
2011-06-09 | KYRA: Get rid of most snprintf usages. | Johannes Schickel | |
Thanks to digitall for his initial patch, which I only altered slightly. | |||
2011-06-05 | LOL: cleanup | athrxx | |
- fix RTL during outro/credits - get rid of _animator - fix wrong memset | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Fix compilation when LoL is disabled. | Johannes Schickel | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn | |
2011-04-11 | KYRA: Add some assertion to prevent out of bounds access. | Johannes Schickel | |
2011-04-11 | KYRA: Constify static data table in LoL code. | Johannes Schickel | |
2011-02-16 | KYRA/LOL: add comments for last commit | athrxx | |
2011-02-16 | KYRA/LOL: fixed hand item cursor bug | athrxx | |
This fixes a bug when loading savegames with different active hand items via GMM. The mouse cursor was not set to the active hand item in these cases. |