Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-03-27 | Enabled gamespeed debug command also for Kyra1. | Johannes Schickel | |
svn-id: r31267 | |||
2008-03-27 | Fixed palette loading debug command for amiga version. | Johannes Schickel | |
svn-id: r31266 | |||
2008-03-27 | Added debugger command to set screen palette. | Johannes Schickel | |
svn-id: r31265 | |||
2008-03-21 | - improved timer information output in debugger | Johannes Schickel | |
- fixed timer data loading svn-id: r31215 | |||
2008-03-17 | - implement debugger commands: gamespeed and pass_codes | Florian Kagerer | |
- implement opcode 151: meanWhileScene() - fix dragon flight scene: this is still totally messed up, but at least the screen doesn't stay blank any more svn-id: r31152 | |||
2008-03-09 | - implemented cauldron handling for HoF (needs some more testing though) | Johannes Schickel | |
- fixed bug in updateCharFacing - added 'give' command to HoF debugger, which allows setting the hand item to a specified item svn-id: r31087 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-09-24 | - added a new generic debugger command 'facings' | Johannes Schickel | |
- added a few new kyra2 specific debugger commands svn-id: r29094 | |||
2007-09-24 | Added debugger support for kyra2. | Johannes Schickel | |
svn-id: r29092 | |||
2007-09-23 | Added command to enable screen debug functionallity. (instead of the old ↵ | Johannes Schickel | |
compile time enabling) svn-id: r29078 | |||
2007-09-23 | Added debugger command to list the birthstone gems. | Johannes Schickel | |
svn-id: r29077 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel | |
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297 | |||
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel | |
svn-id: r28296 |