Age | Commit message (Expand) | Author |
2009-03-25 | Added myself to the MADE engine credits | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-25 | Add French DOS version of Waxworks. | Travis Howell |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-03-24 | Add German DOS version of Waxworks. | Travis Howell |
2009-03-24 | Patch from bug #2710315: INDY3/FOA: bug in patch for series IQ with ScummVM GUI | Max Horn |
2009-03-24 | Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods. | Kari Salminen |
2009-03-24 | SCI: build fix. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik |
2009-03-24 | Fix smaller error introduced in r39671 refactoring (this check used to be "re... | Joost Peters |
2009-03-24 | remove unsigned qualifier, as byte already is unsigned. | Joost Peters |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu... | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-24 | SCI: Added workaround for duplicate polygons being passed to kAvoidPath. | Walter van Niftrik |
2009-03-24 | Updated the NEWS file | Filippos Karapetis |
2009-03-24 | Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl... | Filippos Karapetis |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn |
2009-03-24 | SCI: moved sci_strndup to menubar.cpp | Max Horn |
2009-03-24 | SCI: Fixed some leaks introduced by my previous changes | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-24 | cleanup | Max Horn |
2009-03-24 | CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't divi... | Max Horn |
2009-03-24 | Removed paranoia check. | Nicola Mettifogo |
2009-03-24 | Make sure that the currently buggy dirty rectangle handling code is not used.... | Filippos Karapetis |
2009-03-24 | * Pushed evaluation of 'following question' from dialogue parsing to dialogue... | Nicola Mettifogo |
2009-03-24 | LOL: - implemented lots of opcodes and fixed a few bugs | Florian Kagerer |
2009-03-24 | Finally fixed the Valgrind warning that was confusing me so yesterday. | Torbjörn Andersson |
2009-03-23 | Refactored the zone type parsers. | Nicola Mettifogo |
2009-03-23 | Patch #2676453: INDY3/FOA: series IQ with ScummVM GUI | Max Horn |
2009-03-23 | Turned ZoneTypes into a regular numeric id (no more a bitfield). | Nicola Mettifogo |
2009-03-23 | Oops. | Nicola Mettifogo |
2009-03-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty... | Nicola Mettifogo |
2009-03-23 | Added MSVC project files for the create_lure tool | Filippos Karapetis |
2009-03-23 | Silenced an MSVC warning | Filippos Karapetis |
2009-03-23 | Made the music and sound file names part of the class, instead of local | Torbjörn Andersson |
2009-03-23 | change debug output of script interpreter to more clearly print script number... | Joost Peters |
2009-03-23 | change debug levels to be less verbose | Joost Peters |
2009-03-23 | Initialise _fullRefresh. Fixes a Valgrind warning. | Torbjörn Andersson |
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo |
2009-03-23 | Distinguish between the native and the host executable extension, so that nas... | Andre Heider |
2009-03-23 | Fix compiler detection if CXX is preset to a working compiler but contains a ... | Max Horn |
2009-03-23 | Cleanup | Filippos Karapetis |
2009-03-23 | Fix pallete for label font in the Amiga version of BRA. | Travis Howell |
2009-03-23 | Implemented all variants of IF script instruction. Program class has been cha... | Nicola Mettifogo |
2009-03-23 | SCI: some avoidpath cleanup | Walter van Niftrik |
2009-03-23 | Correct label font used by Amiga version of BRA. | Travis Howell |
2009-03-23 | Correct the fonts used by Amiga version of BRA. | Travis Howell |
2009-03-23 | Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG method | Paul Gilbert |