Age | Commit message (Expand) | Author |
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-02 | Removed the dirty rectangle option of updating one huge rectangle, and only l... | Filippos Karapetis |
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some functio... | Filippos Karapetis |
2009-08-30 | SCI: Add support for SetCursor with 4 args. | Walter van Niftrik |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-26 | SCI: starting to restore RGB color functionality | Willem Jan Palenstijn |
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @... | Max Horn |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-05 | Removed some unused code and performed some cleanup | Filippos Karapetis |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-04-28 | SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ... | Max Horn |
2009-04-27 | SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use... | Max Horn |
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn |
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-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-11 | Got rid of misc_payload and stopped passing the whole graphics state structur... | Filippos Karapetis |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-07 | SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us... | Max Horn |
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only include/engine.... | Max Horn |
2009-02-25 | cleanup | Max Horn |
2009-02-25 | SCI: Removed code for software rendered mouse cursor | Max Horn |
2009-02-25 | Interpret NONBLOCK as PEEK; poll while sleeping. | Willem Jan Palenstijn |
2009-02-24 | SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros... | Max Horn |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |