Age | Commit message (Expand) | Author |
2011-03-08 | SCI: Remove unused argument to said | Willem Jan Palenstijn |
2011-03-07 | SCI: Constify some code | Max Horn |
2011-03-04 | SCI: Fix reg_t ASCII printing in debugger for BE. | Walter van Niftrik |
2011-02-26 | SCI: Cleanup | md5 |
2011-02-26 | SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside ... | md5 |
2011-02-12 | SCI: Don't limit the number of resources to 999 in hexgrep | Matthew Hoops |
2011-02-12 | SCI: Fix the console's hexgrep command | Matthew Hoops |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |
2011-01-22 | SCI: Added stub for playing robot audio from the console | Lars Skovlund |
2011-01-15 | SCI: Extended the bpk debug command so that it can also disable a breakpoint ... | Filippos Karapetis |
2011-01-07 | SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru... | Filippos Karapetis |
2011-01-07 | SCI2/2.1: Improvements to the find_callk debug function, and some kernel func... | Filippos Karapetis |
2011-01-07 | SCI2.1: Show the kernel table used in the "version" console command | Filippos Karapetis |
2010-12-22 | SCI: VMD video related changes | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-25 | SCI: Fixed a bug in the show_instruments console command | Filippos Karapetis |
2010-11-24 | SCI: Some slight changes to get the "find_callk" console command working in KQ5 | Filippos Karapetis |
2010-11-21 | SCI: Fixed the "version" console command in SCI1.1 and earlier games | Filippos Karapetis |
2010-11-21 | SCI: kArray wasn't changed in late SCI2.1/SCI3 games (thanks to waltervn) | Filippos Karapetis |
2010-11-21 | SCI: Added the kString/kArray type in the "version" console command | Filippos Karapetis |
2010-11-17 | SCI: Added sanity checks for SCI3 scripts bigger than 64KB | Filippos Karapetis |
2010-11-17 | SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlun | Filippos Karapetis |
2010-11-17 | SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l... | Filippos Karapetis |
2010-11-17 | SCI: Specify that -1 means "all maps" when listing base36-encoded resources | Filippos Karapetis |
2010-11-17 | SCI: Unified the functionality and parameters of the disasm and disasm_addr c... | Filippos Karapetis |
2010-11-17 | SCI: Added the ability to display original script bytecode in the "disasm" co... | Filippos Karapetis |
2010-11-11 | SCI: Some video related changes | Filippos Karapetis |
2010-11-11 | SCI: Allow duck videos to be played from the console | Matthew Hoops |
2010-11-10 | SCI: Add missing new line | Matthew Hoops |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-11-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn |
2010-10-31 | SCI: Play time related changes | Filippos Karapetis |
2010-10-28 | SCI: Updated help page on the new console command "map_instrument" | Filippos Karapetis |
2010-10-28 | SCI: Fixed typo | Filippos Karapetis |
2010-10-28 | SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h | Filippos Karapetis |
2010-10-28 | SCI: Improved the description of the "map_instrument" console command a bit. ... | Filippos Karapetis |
2010-10-28 | SCI: Several changes related to MT-32 -> GM mapping | Filippos Karapetis |
2010-10-27 | SCI: Cleanup, invoking pauseEngine() on Console::preEnter() and Console::post... | Filippos Karapetis |
2010-10-27 | SCI: Proper pausing/resuming of MIDI music in SciEngine::pauseEngineIntern(),... | Filippos Karapetis |
2010-10-21 | SCI: Added the ability to filter out results of the "class_table" command | Filippos Karapetis |
2010-10-20 | SCI: Silence GCC warning | Torbjörn Andersson |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2010-10-03 | SCI: Allow multiple word groups in parser | Willem Jan Palenstijn |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-09-10 | SCI: Some changes regarding resources | Filippos Karapetis |
2010-09-09 | SCI/Debugger: Show class names in addition to addresses in class_table output. | Lars Skovlund |