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
/
parallaction
/
gfxbase.cpp
Age
Commit message (
Expand
)
Author
2008-07-03
Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...
Nicola Mettifogo
2008-07-02
- Changed labels to be GfxObj's, thus removing the Label object altogether.
Nicola Mettifogo
2008-06-30
Small cleanup/shuffling of Gfx code.
Nicola Mettifogo
2008-06-29
Merged the three render lists (for animations, doors and objects) into a sing...
Nicola Mettifogo
2008-06-29
Changed all remaining code to use the GfxObj class to keep frames data. This ...
Nicola Mettifogo
2008-02-07
Implemented scroll command and added a couple more debug variables.
Nicola Mettifogo
2008-02-03
Animations are now displayed in the right spots in BRA.
Nicola Mettifogo
2008-02-03
Added code to unpack and render animations in BRA.
Nicola Mettifogo
2008-01-30
Changed the parameter types of setFlags() and clearFlags() to match their def...
Filippos Karapetis
2008-01-28
- make Common::sort supporting a function object to compare two entries inste...
Johannes Schickel
2008-01-28
Fixed animation sorting: everything should be drawn like before revision 3067...
Nicola Mettifogo
2008-01-28
Fix 'member var shadowed' warning
Max Horn
2008-01-28
Removed all job routines. Stubs have been left for future reference in the co...
Nicola Mettifogo
2008-01-28
Oops. Forgot ScummVM header in new source file.
Nicola Mettifogo
2008-01-28
All interactive objects are now drawn in the framebuffer instead of using the...
Nicola Mettifogo