Age | Commit message (Expand) | Author |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |
2009-03-18 | Slight cleanup | Filippos Karapetis |
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-18 | Cleanup | Filippos Karapetis |
2009-03-17 | Cleanup | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Fix warning. | Johannes Schickel |
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis |
2009-03-17 | SCI: fix warning | Max Horn |
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI... | Filippos Karapetis |
2009-03-16 | It seems that the SCI GUI code tries to show rectangles with negative height.... | Filippos Karapetis |
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis |
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper fun... | Filippos Karapetis |
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | Filippos Karapetis |
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn |
2009-03-14 | SCI: Fixed warning | Max Horn |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-14 | Removed the unused struct "internal" inside gfx_pixmap_t | Filippos Karapetis |
2009-03-12 | Commited syke's patch as-is | Filippos Karapetis |
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ... | Max Horn |
2009-03-11 | Untangled the parameters in gfxr_interpreter_get_view() as well. Updated comm... | Filippos Karapetis |
2009-03-11 | Got rid of misc_payload and stopped passing the whole graphics state structur... | Filippos Karapetis |
2009-03-11 | ... | Max Horn |
2009-03-11 | SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed... | Max Horn |
2009-03-10 | Reverted some of the changes of commit #39192. The cursor reading code has be... | Filippos Karapetis |
2009-03-10 | - Renamed files inside gfx/resource | Filippos Karapetis |
2009-03-08 | Formatting. | Johannes Schickel |
2009-03-08 | Fix warning. | Johannes Schickel |
2009-03-08 | Fix missing return. | Willem Jan Palenstijn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | Fix boxes not blocking control/priority map. | Willem Jan Palenstijn |
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-07 | SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us... | Max Horn |
2009-03-07 | The ScummVM debug console is now working (though only the "version" command i... | Filippos Karapetis |
2009-03-07 | Merged all the different cursor drawing functions inside gfxr_interpreter_get... | Filippos Karapetis |
2009-03-07 | Replaced gfxprintf | Filippos Karapetis |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-04 | SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks | Max Horn |
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with transparen... | Greg Frieger |
2009-03-02 | Cleanup | Filippos Karapetis |
2009-03-01 | Text/window color matching improved by using an existing gfxop_set_color() in... | Greg Frieger |
2009-03-01 | SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi... | Max Horn |
2009-03-01 | Fixed windows and text drawing problem in SCI1 | Greg Frieger |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |