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_driver.h
Age
Commit message (
Expand
)
Author
2009-09-06
Cleanup
Filippos Karapetis
2009-08-31
Removed many bogus return values in the SCI graphics functions - some functio...
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-30
- Moved the print_port, segment_info and segment_kill console commands to con...
Filippos Karapetis
2009-05-08
SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...
Max Horn
2009-04-24
SCI: Fixed mouse cursor hotspots in ECO1.
Walter van Niftrik
2009-03-18
Cleaned up graphics initialization a bit
Filippos Karapetis
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
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-24
SCI: Removed usec_sleep from gfx_driver_t (call OSystem::delayMillis directly...
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
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