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_resource.h
Age
Commit message (
Expand
)
Author
2009-04-21
Restored the ability to change the active port bound, by moving it inside gfx...
Filippos Karapetis
2009-04-21
Removed per-picture port bounds, which were set to the global port bounds
Filippos Karapetis
2009-04-18
Fix outdated comments
Willem Jan Palenstijn
2009-04-03
Merged the SCI1 and SCI11 cel drawing functions
Filippos Karapetis
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-14
Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...
Filippos Karapetis
2009-03-10
Reverted some of the changes of commit #39192. The cursor reading code has be...
Filippos Karapetis
2009-03-08
Use new Palette class to manager pixmap palettes.
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
Merged all the different cursor drawing functions inside gfxr_interpreter_get...
Filippos Karapetis
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-23
Replaced get_uint_16() with READ_LE_UINT16()
Filippos Karapetis
2009-02-22
SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn