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-08-18
* Split up blt routine (there is room for a ton of improvements)
Nicola Mettifogo
2008-07-31
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...
Nicola Mettifogo
2008-07-30
Reordered initialization lists to silence warning.
Nicola Mettifogo
2008-07-29
Added dialogue text rendering for BRA.
Nicola Mettifogo
2008-07-28
Added support for text in BRA DOS demo.
Nicola Mettifogo
2008-07-28
Add basic support for running Amiga and PC demos of BRA.
Travis Howell
2008-07-15
Made frame unpacking buffer dynamic (this frees some BSS space).
Nicola Mettifogo
2008-07-09
Fixed regression introduced with GfxObj: the character sprite was sometimes r...
Nicola Mettifogo
2008-07-09
Added a couple of NULLity checks.
Nicola Mettifogo
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