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_pixmap_scale.cpp
Age
Commit message (
Expand
)
Author
2009-10-28
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...
Filippos Karapetis
2009-10-25
- Removed graphics options code from the old GUI. Almost all of them are not ...
Filippos Karapetis
2009-09-30
SCI: Some palette code cleanup
Max Horn
2009-09-07
Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul...
Filippos Karapetis
2009-09-06
Removed some unused variables
Filippos Karapetis
2009-09-06
Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors...
Filippos Karapetis
2009-09-04
Removed the "reverse alpha" flag from the graphics driver code. Alpha values ...
Filippos Karapetis
2009-09-04
Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...
Filippos Karapetis
2009-07-07
Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from
Travis Howell
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-06-26
SCI: starting to restore RGB color functionality
Willem Jan Palenstijn
2009-05-24
SCI: re-xlate pixmap when palette revision changed
Willem Jan Palenstijn
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-08
SCI: turn the various gfx filters from #define hacks into template funcs
Max Horn
2009-03-16
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
Filippos Karapetis
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
formating
Paweł Kołodziejski
2009-02-17
Update headers. gfx/
Eugene Sandulenko
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
Max Horn
2009-02-15
- Remove some unneeded files
Eugene Sandulenko