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_tools.h
Age
Commit message (
Expand
)
Author
2009-10-06
- Unified the screen buffers that are used by the current and the new GUI
Filippos Karapetis
2009-09-30
- Removed some leftover 16/32bpp color code, as we're always using palette mo...
Filippos Karapetis
2009-09-04
- Removed the gfx error defines. When resources are not found, or are corrupt...
Filippos Karapetis
2009-09-04
Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...
Filippos Karapetis
2009-06-22
Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...
Max Horn
2009-05-29
- Moved some debug code into console.cpp, adding 3 console commands: resource...
Filippos Karapetis
2009-05-08
SCI: Folded line.h and crossblit.h into gfx_support.cpp
Max Horn
2009-04-18
Fix outdated comments
Willem Jan Palenstijn
2009-04-03
Some more FreeSCI <-> SCI changes
Filippos Karapetis
2009-04-03
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Filippos Karapetis
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-16
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
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-26
SCI: Modified gfx_new_mode to take a Graphics::PixelFormat
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-23
Removed unused antialiasing code (plus, we do antialiasing at the OSystem gra...
Filippos Karapetis
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn