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
/
saga
/
gfx.cpp
Age
Commit message (
Expand
)
Author
2004-08-02
move static vars to private members
Jonathan Gray
2004-08-01
merge gfx_mod.h into gfx.h and stick functions into a class
Jonathan Gray
2004-08-01
merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...
Jonathan Gray
2004-07-31
update comment to relfect reality
Jonathan Gray
2004-07-31
remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes
Jonathan Gray
2004-06-25
clearnup
Max Horn
2004-06-25
Removed unused stuff; cleanup
Max Horn
2004-06-05
Set graphics cursor before using it, fixes segfault when launching ihnm from ...
Jonathan Gray
2004-05-05
Now cursor is really always shown.
Eugene Sandulenko
2004-05-02
Make sure cursor is always white
Eugene Sandulenko
2004-05-02
Made the cursor work a bit better in IHNM.
Torbjörn Andersson
2004-05-02
Got rid of r_softcursor by having the backend always draw the cursor
Torbjörn Andersson
2004-05-02
Merged sysgfx.cpp and gfx.cpp to gfx.cpp
Eugene Sandulenko
2004-05-01
Proper #includes everywhere
Eugene Sandulenko
2004-05-01
All graphics and input now is in OSystem.
Eugene Sandulenko
2004-05-01
Remove scalers, 16bpp code, unused functions.
Eugene Sandulenko
2004-05-01
indent
Paweł Kołodziejski
2004-04-30
Move from custom unsigned types to those provided by main config.h
Eugene Sandulenko
2004-04-28
Fixed crash. Original clip routine was more sane.
Eugene Sandulenko
2004-04-25
more cleanup
Max Horn
2004-04-25
More ScummVMification
Max Horn
2004-04-25
Fix many warnings; use C++ type system instead of C style typedefs; removed v...
Max Horn
2004-04-12
WIP for SAGA engine.
Eugene Sandulenko