index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gfx
/
gfx_system.h
Age
Commit message (
Expand
)
Author
2009-03-17
SCI: fix warning
Max Horn
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
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
Filippos Karapetis
2009-03-14
Removed the unused struct "internal" inside gfx_pixmap_t
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
Replaced gfxprintf
Filippos Karapetis
2009-03-04
SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks
Max Horn
2009-02-26
SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-22
The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ga...
Filippos Karapetis
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn