Age | Commit message (Expand) | Author |
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-02 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-06-01 | Some fixes for saving/loading (still broken) | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-06-01 | Replaced kernel_oops with error(), and added an enum to clarify the cases whe... | Filippos Karapetis |
2009-06-01 | Removed the sci_max_allowed_unknown_kernel_functions array | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl... | Max Horn |
2009-05-31 | SCI: Fixed loading; added 'const' keywords to several Vocabulary methods | 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 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-31 | Typo. | Johannes Schickel |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-30 | Moved the "songlib" command to console.cpp and removed the non-working "set_v... | Filippos Karapetis |
2009-05-30 | SCI: Added constructor&destructor to SfxState | Max Horn |
2009-05-30 | SCI: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
2009-05-30 | Reverted the vocab loading function to be like it was before commit #40979 (b... | Filippos Karapetis |
2009-05-30 | Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "... | Filippos Karapetis |
2009-05-30 | SCI: Fix broken pointer after array re-allocation. | Willem Jan Palenstijn |
2009-05-30 | - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr... | Filippos Karapetis |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | - Fix various debugC calls (parameters passed were not correct) | Johannes Schickel |
2009-05-30 | - Moved the print_port, segment_info and segment_kill console commands to con... | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-30 | Moved more script debug commands to console.cpp: "visual_state", "dynamic_vie... | Filippos Karapetis |
2009-05-30 | Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre... | Filippos Karapetis |
2009-05-30 | Swapped the checks for suffixes and branches to first check for SCI1 resource... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into consol... | Filippos Karapetis |
2009-05-30 | Fixed a silly typo in commit #40979. Suffixes should be loaded correctly again | Filippos Karapetis |
2009-05-29 | - Added brief Doxygen comments to the ResourceSync and AudioResource classes ... | Filippos Karapetis |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | Fix warning about unused variable. | Johannes Schickel |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-29 | SCI: Revised code for listing savegames | Max Horn |
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | Filippos Karapetis |
2009-05-29 | Some WIP code on the speech used in KQ6CD | Filippos Karapetis |
2009-05-29 | Fixed a bug with the "size" console command | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn |
2009-05-29 | Fixed hopefully the last regression in kSetCursor. KQ5CD should work correctl... | Filippos Karapetis |
2009-05-29 | - Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy) | Filippos Karapetis |
2009-05-29 | Moved the "size" console debugger command to console.cpp and silenced a warning | Filippos Karapetis |
2009-05-29 | Cleanup | Filippos Karapetis |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |