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
/
res_pic.cpp
Age
Commit message (
Expand
)
Author
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-06-22
Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...
Max Horn
2009-06-08
Replaced GFXWARN with warning and GFXDEBUG with debugC
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-30
Removed/replaced BREAKPOINT
Filippos Karapetis
2009-05-29
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...
Max Horn
2009-05-27
SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.
Willem Jan Palenstijn
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-17
SCI: LSL6 invalid selector workaround is now always active, not just at
Walter van Niftrik
2009-05-13
Fix some variable may be used uninitialized warnings.
Johannes Schickel
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-08
SCI: cleanup
Max Horn
2009-04-24
Changed an error to a warning, to make Longbow playable again
Filippos Karapetis
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-03
Merged the SCI1 and SCI11 cel drawing functions
Filippos Karapetis
2009-03-18
Renamed resmgr.cpp -> gfx_resmgr.cpp
Filippos Karapetis