Age | Commit message (Expand) | Author |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops |
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1... | Filippos Karapetis |
2009-10-26 | Removed unused variable. | Torbjörn Andersson |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-13 | Removed some leftover cursor code | Filippos Karapetis |
2009-10-09 | SCI: resmanager / include order change | Martin Kiewitz |
2009-10-07 | Implemented the SciGuiView destructor and plugged a memory leak in the curren... | Filippos Karapetis |
2009-10-07 | Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f... | Filippos Karapetis |
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ... | Filippos Karapetis |
2009-10-07 | More work on the view code wrapper. Now all SCI0-SCI11 views should be displa... | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-15 | Slight cleanup of the resource palette modification code | Filippos Karapetis |
2009-09-07 | Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul... | Filippos Karapetis |
2009-09-06 | Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors... | Filippos Karapetis |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-04 | Removed the "reverse alpha" flag from the graphics driver code. Alpha values ... | Filippos Karapetis |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-09-03 | - Re-added the SCI0 dithering code. Dithering is disabled by default. Added t... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-01 | Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ... | Filippos Karapetis |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-19 | SCI: Don't dither in SCI. | Walter van Niftrik |
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik |
2009-08-19 | SCI: Cleanup. | Walter van Niftrik |
2009-08-17 | Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-... | Travis Howell |
2009-08-16 | SCI: Fix regression in previous commit (QFG2). | Walter van Niftrik |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-16 | Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-... | Travis Howell |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-07-28 | Added missing initializer for member âSci::gfx_mode_t::format' | Max Horn |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-16 | Added a detection entry for Pepper's Adventures in Time, and fixed an issue w... | Filippos Karapetis |
2009-07-11 | Merged revisions 42382,42385-42387,42393-42394 via svnmerge from | Travis Howell |
2009-07-11 | Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1) | Filippos Karapetis |
2009-07-11 | Removed the version parameter from GfxResManager | Filippos Karapetis |
2009-07-10 | Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from | Travis Howell |
2009-07-10 | Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." | Filippos Karapetis |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | Silenced the very chatty song iterator console messages by converting them to... | Filippos Karapetis |
2009-07-07 | Improved the LSL1VGA workaround after talking with waltervn | Filippos Karapetis |