aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-06-03SCI: Added some of the missing pieces for speech support in CD games. It now ...Walter van Niftrik
2009-06-03Silence unused variable warning.Johannes Schickel
2009-06-03Moved some more console commands to ScummVM's consoleFilippos Karapetis
2009-06-03- Moved the engine state and the console to be private members of SciEngineFilippos Karapetis
2009-06-03Moved some more console commands to ScummVM's consoleFilippos Karapetis
2009-06-03- Sorted the console commands a bit more Filippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Fix warning.Johannes Schickel
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-06-02Removed some unused variables from the engine stateFilippos Karapetis
2009-06-01Some fixes for saving/loading (still broken)Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-06-01Replaced kernel_oops with error(), and added an enum to clarify the cases whe...Filippos Karapetis
2009-06-01Removed the sci_max_allowed_unknown_kernel_functions arrayFilippos Karapetis
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-31SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...Max Horn
2009-05-31SCI: Fixed loading; added 'const' keywords to several Vocabulary methodsMax Horn
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-31Typo.Johannes Schickel
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
2009-05-30SCI: Added constructor&destructor to SfxStateMax Horn
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Reverted the vocab loading function to be like it was before commit #40979 (b...Filippos Karapetis
2009-05-30Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...Filippos Karapetis
2009-05-30SCI: 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-30Removed 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 stateFilippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis
2009-05-30Moved more script debug commands to console.cpp: "visual_state", "dynamic_vie...Filippos Karapetis
2009-05-30Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...Filippos Karapetis
2009-05-30Swapped the checks for suffixes and branches to first check for SCI1 resource...Filippos Karapetis
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-30Fixed a silly typo in commit #40979. Suffixes should be loaded correctly againFilippos 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-29Fix warning about unused variable.Johannes Schickel
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-29SCI: Revised code for listing savegamesMax Horn
2009-05-29Merged res_view0.cpp and res_view1.cppFilippos Karapetis
2009-05-29Some WIP code on the speech used in KQ6CDFilippos Karapetis