Age | Commit message (Expand) | Author |
2009-05-30 | SCI: Added constructor&destructor to SfxState | Max Horn |
2009-05-30 | LOL: minor bug fix | Florian Kagerer |
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 | LOL: implemented some opcodes required for yvel city | Florian Kagerer |
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 | LOL: - implemented urbish mines gas explosion | Florian Kagerer |
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 | LOL: - fixed crash that occured when entering yvel city | Florian Kagerer |
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 | LOL: - added non-installed English floppy version to detection | Florian Kagerer |
2009-05-30 | LOL: - added English floppy version to detection | Florian Kagerer |
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-30 | Bugfix to keep ScummVM responsive even when the displayOn variable is set to ... | Paul Gilbert |
2009-05-29 | LOL: implemented opcode required for magic wands | Florian Kagerer |
2009-05-29 | Adding my German versions of Playtoons 1 + 3 | Sven Hesse |
2009-05-29 | - Added brief Doxygen comments to the ResourceSync and AudioResource classes ... | Filippos Karapetis |
2009-05-29 | Output a warning to the user, when he tries to play back MT32 MIDI tracks wit... | Johannes Schickel |
2009-05-29 | Implement "loadSfxFile" and "stopAllSoundEffects" for "MixedSoundDriver". | Johannes Schickel |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | Remove obsolete comment. | Johannes Schickel |
2009-05-29 | - Add new method "isVoicePresent" to "Sound". | Johannes Schickel |
2009-05-29 | Fix compilation | Willem Jan Palenstijn |
2009-05-29 | Some slight documentation. | Johannes Schickel |
2009-05-29 | Fix warning about unused variable. | Johannes Schickel |
2009-05-29 | Gob (Playtoon) : | Arnaud Boutonné |
2009-05-29 | atol -> atoi | Max Horn |
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 | More formatting. | Johannes Schickel |
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 | Formatting. | Johannes Schickel |
2009-05-29 | Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright. | Johannes Schickel |
2009-05-29 | Cleanup. | Johannes Schickel |
2009-05-29 | Enable autosaves in Lands of Lore. | Johannes Schickel |
2009-05-29 | Reduced the word spacing width by one pixel to precisely match the original game | Paul Gilbert |