Age | Commit message (Collapse) | Author |
|
"kernel_words" console command, as it's exactly the same as "parser_words"
svn-id: r41065
|
|
"set_vismap" command - we can view the different maps with "show_map", but it doesn't make much sense to redirect the game's graphics output to another screen map on demand
svn-id: r41048
|
|
"status_bar" and "track_mouse"
svn-id: r41043
|
|
"fill_screen"
- Removed some FreeSCI-specific variables for checking of the on-screen console
- Removed the Control-1 key combo - the console command "visual_state" can be used for the same reason
svn-id: r41040
|
|
console.cpp
- Removed the unused gfx driver debug flags
svn-id: r41036
|
|
"show_map") and removed the GFXWC macro. Some cleanup
svn-id: r41032
|
|
"dynamic_views", "dropped_views", "gc" and "gc_objects". Removed the "gfx_free_widgets" and "sleep" commands (they weren't really useful)
svn-id: r41030
|
|
"redraw_screen", "save_game", "restore_game", "restart_game", "class_table", "parser_words", "current_port" and "parse_grammar"
svn-id: r41029
|
|
console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
|
|
resource_types, sci0_palette and exit
- Removed the "man" command
- Removed the commands which set the SCI01 priority table flags and the crossblit alpha threshold (they're too specific, and not really useful anymore)
- Removed some leftover debug code from gfxop_clear_box()
svn-id: r41010
|
|
svn-id: r40978
|
|
- Added a new console command, "room", which shows the current room
svn-id: r40943
|
|
selectors & kernelnames debugger commands
svn-id: r40919
|
|
them to "hexdump" and "dissect_script" respectively
svn-id: r40818
|
|
- Moved /scicore/sciconsole.h into /engine, and renamed /engine/scriptconsole.cpp to /engine/sciconsole.cpp
svn-id: r40608
|
|
- "words" -> "kernelwords"
svn-id: r40474
|
|
svn-id: r40473
|
|
of now, because printf output is not yet redirect to the GUI console)
svn-id: r40459
|
|
console (as commands "selectors" and "kernelnames", respectively)
svn-id: r40457
|
|
- Replaced c_version by its corresponding ScummVM equivalent command
svn-id: r38775
|
|
svn-id: r38700
|
|
svn-id: r38674
|
|
svn-id: r38623
|