Age | Commit message (Expand) | Author |
2009-03-31 | Enabled 2 versions of Freddy Pharkas, and added the German version of QFG1 | Filippos Karapetis |
2009-03-31 | Added 2 more versions of GK1 (apparently, all versions of GK1 used the same i... | Filippos Karapetis |
2009-03-31 | Added 2 versions of Mixed-up Mother Goose and enabled RAMA and Shivers (appar... | Filippos Karapetis |
2009-03-31 | Added 2 versions of QFG4 and updated the information of the German version of... | Filippos Karapetis |
2009-03-31 | Added the German version of QFG3. Also, enabled Phantasmagoria 1 and 2, as ap... | Filippos Karapetis |
2009-03-31 | Added Mixed-Up Fairy tales, and corrected information on some versions of SQ4 | Filippos Karapetis |
2009-03-31 | Added another English version of SQ4 floppy and German versions of SQ3, SQ4 a... | Filippos Karapetis |
2009-03-31 | Added the German versions of PQ3 and PQ4 | Filippos Karapetis |
2009-03-31 | Fixed a typo in the German version of Eco Quest 1 and enabled the German vers... | Filippos Karapetis |
2009-03-31 | Added the German version of EcoQuest 1, and enabled a version of EcoQuest 2 w... | Filippos Karapetis |
2009-03-31 | Got rid of the gfx_res_mod_t struct | Filippos Karapetis |
2009-03-30 | Initialize _staticPalette when creating the graphics resource manager. This a... | Filippos Karapetis |
2009-03-30 | This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ... | Filippos Karapetis |
2009-03-30 | Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to use... | Filippos Karapetis |
2009-03-30 | Disabled some unused code | Filippos Karapetis |
2009-03-30 | Added another version of Quest for Glory, from bug report #2718784 | Filippos Karapetis |
2009-03-30 | Added another version of Hoyle 1, from bug report #2719227 | Filippos Karapetis |
2009-03-30 | Verified the SCI version of a version of Laura Bow 1 - The Colonel's Bequest,... | Filippos Karapetis |
2009-03-30 | Changed the SCI version of the French version of LSL3 to match the other ones... | Filippos Karapetis |
2009-03-30 | Fixed compilation | Filippos Karapetis |
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks... | Filippos Karapetis |
2009-03-29 | SCI: don't delete static palette twice | Willem Jan Palenstijn |
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn |
2009-03-29 | SCI: remove some debugging printfs | Willem Jan Palenstijn |
2009-03-29 | Added stubs for the missing palette effects in kPalette() | Filippos Karapetis |
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ... | Filippos Karapetis |
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis |
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis |
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis |
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik |
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis |
2009-03-26 | SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ... | Max Horn |
2009-03-25 | SCI: Cleaned up the decompressor comments and code a little bit | Max Horn |
2009-03-25 | Remove a workaround in the line drawing function - it shouldn't be necessary ... | Filippos Karapetis |
2009-03-25 | Added another version of Eco Quest 1 | Filippos Karapetis |
2009-03-25 | Changed the primitive equality check to not use Common::Rect, as the two prim... | Filippos Karapetis |
2009-03-25 | Use the default kernel vocabulary names for SCI1 games, instead of reading th... | Filippos Karapetis |
2009-03-25 | Changed the font flag defines to an enumeration | Filippos Karapetis |
2009-03-25 | Merged sciw_select_item() and sciw_unselect_item() | Filippos Karapetis |
2009-03-25 | Fixed compilation | Filippos Karapetis |
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem... | Filippos Karapetis |
2009-03-25 | Remove superfluous comma | Filippos Karapetis |
2009-03-25 | Changed some flags to enums | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
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 | 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 |