Age | Commit message (Expand) | Author |
2009-05-31 | GOB: the Engine destructor already calls Mixer::stopAll() | Max Horn |
2009-05-31 | Extend self asignment test a bit more (both using internal and allocated stor... | Johannes Schickel |
2009-05-31 | Add unit tests for Common::String operators. These test cases will for exampl... | Johannes Schickel |
2009-05-31 | Add support for the Lands of Lore scrolling credits. | Johannes Schickel |
2009-05-31 | LOL: prevent saving/loading in inventory screen | Florian Kagerer |
2009-05-31 | GOB: Got rid of last traces of strdupcpy and strdupcat | Max Horn |
2009-05-31 | GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered ... | Max Horn |
2009-05-31 | GOB: Replaced many uses of strdupcpy by Common::String | Max Horn |
2009-05-31 | Document that debug level 11 turns on all special debug level messages (refer... | Filippos Karapetis |
2009-05-31 | Typos: Unkown -> Unknown | Matthew Hoops |
2009-05-31 | LOL: implemented magic viper attack (used by wraiths in white tower level 3) | Florian Kagerer |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl... | Max Horn |
2009-05-31 | SCI: Fixed loading; added 'const' keywords to several Vocabulary methods | Max Horn |
2009-05-31 | MADE: cleanup | Max Horn |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSX | Fabio Battaglia |
2009-05-31 | - Little bugfix for LoL outro TIM | Johannes Schickel |
2009-05-31 | Fix various memory leaks in Lands of Lore. | Johannes Schickel |
2009-05-31 | Further objectification of the SCI vocabulary functions. Removed the "kernel_... | Filippos Karapetis |
2009-05-31 | Slowed down the game to match the original, and introduced the ability to alt... | Paul Gilbert |
2009-05-31 | Merged the wait for mouse press event loop into the main loop, fixing animati... | Paul Gilbert |
2009-05-31 | Ooops, that's one "File::" too many | Sven Hesse |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | gob - Apply DrMcCoy modifications to the save system in the vcproj files. (st... | Arnaud Boutonné |
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 | Fixed compilation error | Filippos Karapetis |
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 |