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_resmgr.cpp
Age
Commit message (
Expand
)
Author
2009-07-16
Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...
Filippos Karapetis
2009-07-11
Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)
Filippos Karapetis
2009-07-11
Removed the version parameter from GfxResManager
Filippos Karapetis
2009-07-10
Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."
Filippos Karapetis
2009-07-07
Silenced the very chatty song iterator console messages by converting them to...
Filippos Karapetis
2009-07-07
Improved the LSL1VGA workaround after talking with waltervn
Filippos Karapetis
2009-07-07
Added a workaround for incorrect font references in LSL1VGA (which was the or...
Filippos Karapetis
2009-07-07
- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...
Filippos Karapetis
2009-07-06
Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-07-04
- Merged the "early" and "late" SCI1 versions - these are functionally equiva...
Filippos Karapetis
2009-06-08
Replaced GFXWARN with warning and GFXDEBUG with debugC
Filippos Karapetis
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-07
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
Walter van Niftrik
2009-06-06
Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)
Filippos Karapetis
2009-06-06
Objectified the graphics driver
Filippos Karapetis
2009-05-28
Merged some of the SCI1 and SCI1.1 view and loop drawing functions
Filippos Karapetis
2009-05-23
Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...
Filippos Karapetis
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-14
Added a parameter to the graphics resource manager to determine if the runnin...
Filippos Karapetis
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-08
SCI: Got rid of code for endian adjusting pixmaps
Max Horn
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-02
pic_port_bounds was only set from command-line parameters it seems, so it's s...
Filippos Karapetis
2009-04-01
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...
Filippos Karapetis
2009-03-30
Initialize _staticPalette when creating the graphics resource manager. This a...
Filippos Karapetis
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-29
SCI: don't delete static palette twice
Willem Jan Palenstijn
2009-03-29
SCI: Merge static palette into global palette at startup
Willem Jan Palenstijn
2009-03-23
- Moved palette initialization inside the graphics resource manager
Filippos Karapetis
2009-03-22
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-18
Renamed resmgr.cpp -> gfx_resmgr.cpp
Filippos Karapetis