Age | Commit message (Expand) | Author |
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: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
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 | 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-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 | Some WIP code on the speech used in KQ6CD | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | 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 |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer after reallocation | Willem Jan Palenstijn |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-27 | SCI: Fix crash in seginfo debug command. | Walter van Niftrik |
2009-05-27 | Added a fix to get QFG3 working and changed an error to a warning to get EcoQ... | Filippos Karapetis |
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis |
2009-05-27 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis |
2009-05-27 | - Renamed the Audio commands to kSci*, from kSci1* (since they're pretty much... | Filippos Karapetis |
2009-05-27 | Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe... | Filippos Karapetis |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-26 | SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is | Walter van Niftrik |
2009-05-26 | Fixed regression in Longbow | Filippos Karapetis |
2009-05-26 | SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se... | Max Horn |
2009-05-26 | SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup | Max Horn |
2009-05-26 | SCI: Turned the global 'static MessageState state' variable into a member of ... | Max Horn |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-26 | Fix g++ warning. | Johannes Schickel |
2009-05-26 | Rewrote the Audio stream parser. The introduction of KQ6 should work more cor... | Filippos Karapetis |