aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/debug.cpp
AgeCommit message (Expand)Author
2018-08-26LASTEXPRESS: multiple fixes in NPC logicEvgeny Grechnikov
2014-06-16LASTEXPRESS: Check that the archive is loaded correctly in debug code. CID 10...Littleboy
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18LASTEXPRESS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-05LASTEXPRESS: Fix unchecked return value (CID1003854)Littleboy
2013-09-05LASTEXPRESS: Fix unchecked return value (CID1003850)Littleboy
2012-08-27LASTEXPRESS: Implement more savegame loadingLittleboy
2012-08-27LASTEXPRESS: Update Debug::loadArchive() to reduce castsLittleboy
2012-08-27LASTEXPRESS: Check for invalid cd number in debugger commandsLittleboy
2012-08-27LASTEXPRESS: Fix playsnd debugger commandLittleboy
2012-08-27LASTEXPRESS: Fix analysis warningsLittleboy
2012-08-01LASTEXPRESS: Fix typo preventing playing NIS animations from the debuggerLittleboy
2012-07-27LASTEXPRESS: More include re-organizationLittleboy
2012-07-14LASTEXPRESS: Remove duplicated include statementsLittleboy
2011-06-28LASTEXPRESS: Move Sound class to the sound folderLittleboy
2011-06-28LASTEXPRESS: Move sound queue related functions to a separate classLittleboy
2011-06-22LASTEXPRESS: Move Fight class to its own folderLittleboy
2011-06-03ENGINES: Remove some uses of g_engineMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-11LASTEXPRESS: Use SAFE_DELETE for class variablesJulien Templier
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2010-11-01GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warningsMax Horn
2010-10-27JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2010-10-27LASTEXPRESS: Implement game loading (last save entry only)Julien Templier
2010-10-27LASTEXPRESS: Add some missing casts and const qualifiersJulien Templier
2010-10-25LASTEXPRESS: Don't use NULL in arithmeticMatthew Hoops
2010-10-24LASTEXPRESS: Fix issues when copying debugger commandsJulien Templier
2010-10-23LASTEXPRESS: Add new dump command to dump the list of files in the archives (...Julien Templier
2010-10-22LASTEXPRESS: Reorganize and enhance some debug commandsJulien Templier
2010-10-22LASTEXPRESS: Add missing casts, fix warnings and correct typosJulien Templier
2010-10-18LASTEXPRESS: Merge in the engine.Eugene Sandulenko