Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-17 | SCI: fix warning | Max Horn | |
svn-id: r39483 | |||
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis | |
svn-id: r39450 | |||
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper ↵ | Filippos Karapetis | |
functions are used to easily change types between Common::Rect and rect_t, until rect_t is removed svn-id: r39449 | |||
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ↵ | Filippos Karapetis | |
are used svn-id: r39435 | |||
2009-03-14 | Removed the unused struct "internal" inside gfx_pixmap_t | Filippos Karapetis | |
svn-id: r39374 | |||
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn | |
There are some remaining regressions with text colour in SCI1 games, but overall it should fix more than it breaks. svn-id: r39242 | |||
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn | |
svn-id: r39211 | |||
2009-03-07 | Replaced gfxprintf | Filippos Karapetis | |
svn-id: r39190 | |||
2009-03-04 | SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks | Max Horn | |
svn-id: r39105 | |||
2009-02-26 | SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' | Max Horn | |
svn-id: r38908 | |||
2009-02-24 | Normalized guard #defines | Eugene Sandulenko | |
svn-id: r38842 | |||
2009-02-24 | SCI: Moved engines/sci/include/sci_memory.h and ↵ | Max Horn | |
engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file svn-id: r38832 | |||
2009-02-22 | The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ↵ | Filippos Karapetis | |
game menu, so they can be safely removed now svn-id: r38792 | |||
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
svn-id: r38783 | |||
2009-02-21 | SCI: Changed typedef struct -> struct | Max Horn | |
svn-id: r38752 | |||
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn | |
svn-id: r38746 | |||
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
svn-id: r38735 |