Age | Commit message (Expand) | Author |
2009-05-31 | Replacing NULL with 0, since that's normally the C++-way | Sven Hesse |
2009-05-31 | public'ing some inner classes since some compilers don't seem to like nested ... | Sven Hesse |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-31 | - A new save system for the GobEngine, one that is not fundamentally broken a... | Sven Hesse |
2009-05-31 | LOL: - fix shape memory allocation/release issue | Florian Kagerer |
2009-05-31 | Typo. | Johannes Schickel |
2009-05-31 | - Add support for the Lands of Lore outro TIM file | Johannes Schickel |
2009-05-31 | LOL: fix some valgrind warnings | Florian Kagerer |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-30 | LOL: implemented opcode for white tower | Florian Kagerer |
2009-05-30 | Change more Lands of Lore in game voice code to use "_sound->isVoicePresent". | Johannes Schickel |
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 | 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 |