Age | Commit message (Expand) | Author |
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 |
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 | 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-23 | Cleanup | Filippos Karapetis |
2009-03-23 | SCI: some avoidpath cleanup | Walter van Niftrik |
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-22 | SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa... | Max Horn |
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev.... | Max Horn |
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn |
2009-03-22 | SCI: Fix warnings | Max Horn |