Age | Commit message (Expand) | Author |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-08-10 | SCI: Added several debug command aliases. | Walter van Niftrik |
2009-08-10 | SCI: Fix vmvars debug command. | Walter van Niftrik |
2009-07-18 | SCI: Fix disasm_addr option parsing | Willem Jan Palenstijn |
2009-07-18 | SCI: don't leave debugger after bt | Willem Jan Palenstijn |
2009-07-18 | SCI: Fix stepping in debugger | Willem Jan Palenstijn |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-11 | Fixed regression in the script parser from commit 42260 | Filippos Karapetis |
2009-07-08 | - Moved printObject inside the Console class | Filippos Karapetis |
2009-07-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-07-07 | Removed the superfluous sci_version_types array (it's essentially the same as... | Filippos Karapetis |
2009-07-07 | Prevent a crash when the engine errors out before the game state is initialized | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | Removed validity check for atoi, which prevented console commands from intera... | Filippos Karapetis |
2009-07-04 | Added a new console command, "selector", which attempts to find a selector by... | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
2009-07-02 | Moved all the debug state variables in a separate struct and re-enabled sever... | Filippos Karapetis |
2009-06-21 | Cleanup | Filippos Karapetis |
2009-06-15 | Added aliases for the script/breakpoint related commands and added the debugf... | Filippos Karapetis |
2009-06-08 | Moved some more debug commands to ScummVM's console | Filippos Karapetis |
2009-06-07 | SCI: Got rid of g_EngineState | Max Horn |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Simplified SongLibrary code a bit | Max Horn |
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis |
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
2009-06-04 | SCI: cleanup | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-04 | Turned debug_weak_validations on by default again, as apparently some games l... | Filippos Karapetis |
2009-06-03 | Silence unused variable warning. | Johannes Schickel |
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis |
2009-06-03 | - Moved the engine state and the console to be private members of SciEngine | Filippos Karapetis |
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis |
2009-06-03 | - Sorted the console commands a bit more | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Fix warning. | Johannes Schickel |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-05-31 | SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl... | Max Horn |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | Further objectification of the SCI vocabulary functions. Removed the "kernel_... | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |