Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-05 | KYRA: (EOB) - improve debugger | athrxx | |
- added print_map command which prints a map of the current level - fixed open_door/close_door commands | |||
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion | |
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2014-05-27 | KYRA: Adpot debugger command function naming to match our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-27 | KYRA: (EOB) - cleanup last commit | athrxx | |
2013-04-27 | KYRA: (EOB) - add debugger functions | athrxx | |
(list_flags, set_flag, clear_flag) | |||
2013-04-23 | KYRA: (EOB) - minor changes to debugger | athrxx | |
- display some more info in show_position - remove unused variable | |||
2013-04-22 | KYRA: (EOB) - add debugger functions | athrxx | |
(open_door, close_door) | |||
2013-04-22 | KYRA: (EOB) - add some debugger functions | athrxx | |
(show_position, set_position) | |||
2013-04-21 | KYRA: (EOB) - add debugger function (list_monsters) | athrxx | |
2013-04-14 | KYRA: (EOB) - add debug function to export save files in original format | athrxx | |
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: Fix missing debug commands. | Johannes Schickel | |
This is a regression from cfac223cee7cc8136fdf43dea1465a1b060a803b. | |||
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
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) - add debugger, etc. | athrxx | |
- add basic debugger support - fix several minor bugs | |||
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-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-03 | KYRA: formatting | athrxx | |
2011-06-23 | KYRA: Allocate screen region buffer on the heap | Julien | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-11-01 | KYRA: Pause engine when the debugger is open. | Johannes Schickel | |
svn-id: r54032 | |||
2010-11-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn | |
svn-id: r54007 | |||
2010-08-24 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r52340 | |||
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn | |
* Remove _isAttached member var and isAttached method * Engines now always call the onFrame method; whether it does something is decided by the debugger class resp. its subclasses * Make detach() protected instead of private, so that subclasses can invoke it * Remove _detach_now member var (call detach() instead). * Rename _frame_countdown to _frameCountdown and properly document it. * Add more doxygen comments * Cleanup svn-id: r50963 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
2009-06-22 | - Changed the following Screen functions to take a reference to a Palette ↵ | Johannes Schickel | |
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743 | |||
2009-06-07 | Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use ↵ | Johannes Schickel | |
_flagsTable instead. svn-id: r41351 | |||
2009-06-02 | Fix bug #2799905 "WINCE: Compilation broken". | Johannes Schickel | |
svn-id: r41124 | |||
2009-06-01 | - Add some basic debugger for Lands of Lore. | Johannes Schickel | |
- Allow the "flags" command in all Kyra games to be working properly with 320x200 GUI. svn-id: r41113 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40491 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-05-23 | Added 'enter' command to kyra1 debugger again. | Johannes Schickel | |
svn-id: r32230 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-06 | Fixed possible crash in Debugger_v2 when using 'give'. | Johannes Schickel | |
svn-id: r31907 | |||
2008-05-04 | - Shared checkInput code between kyra2 and kyra3 | Johannes Schickel | |
- Debugger related cleanup svn-id: r31868 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-04-25 | Oops... fixes compiling. | Johannes Schickel | |
svn-id: r31724 | |||
2008-04-25 | - Committed slightly modified patch #1951735 "kyra3: debugger and "give" ↵ | Johannes Schickel | |
command" - Added some more commands to new kyra3 debugger - Cleaned up some debugger code svn-id: r31723 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-27 | Made some more former kyra1 specific debug commands available for HoF. | Johannes Schickel | |
svn-id: r31272 |