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
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2008-08-30
Removed global g_system.
Nicola Mettifogo
2008-08-20
* Enlarged buffer for frame decoding. Crashes in the introduction were caused...
Nicola Mettifogo
2008-08-18
* Split up blt routine (there is room for a ton of improvements)
Nicola Mettifogo
2008-08-16
Fixed label positioning in BRA.
Nicola Mettifogo
2008-08-15
Updated layer calculation: animations are now hidden properly by background e...
Nicola Mettifogo
2008-08-15
Made coordinates and frame number protected into Zone and Animation, and chan...
Nicola Mettifogo
2008-07-31
Made changing of background more flexible, in that the engine can now configu...
Nicola Mettifogo
2008-07-31
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...
Nicola Mettifogo
2008-07-29
Added dialogue text rendering for BRA.
Nicola Mettifogo
2008-07-28
Inventory is now properly rendered. Item selection is not yet working.
Nicola Mettifogo
2008-07-26
BRA now parses path data from the scripts.
Nicola Mettifogo
2008-07-24
* Moved end intro and end game sequences code to gui.
Nicola Mettifogo
2008-07-23
More decoupling of inventory code.
Nicola Mettifogo
2008-07-15
Made frame unpacking buffer dynamic (this frees some BSS space).
Nicola Mettifogo
2008-07-09
Fixed leaks in NS and BRA.
Nicola Mettifogo
2008-07-07
Fixed regression after label code refactoring.
Nicola Mettifogo
2008-07-04
- Moved dialogue balloon management code from Gfx to its own class
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
Changed all remaining code to use the GfxObj class to keep frames data. This ...
Nicola Mettifogo
2008-06-04
Return to menu after introduction has played (with glitches).
Nicola Mettifogo
2008-05-14
- Moved input code to its own class.
Nicola Mettifogo
2008-04-17
Replaced unpackBlt with a more general version that can also unpack animation...
Nicola Mettifogo
2008-02-07
Implemented scroll command and added a couple more debug variables.
Nicola Mettifogo
2008-02-06
Silence MSVC warning about uninitialized variables
Filippos Karapetis
2008-02-06
Enabled moving projector in Nippon Safes. This should fix long standing bug #...
Nicola Mettifogo
2008-02-06
Fixed broken halfbrite implementation from some time ago (nobody complained!!!).
Nicola Mettifogo
2008-02-06
Made font handling stateless.
Nicola Mettifogo
2008-02-06
Added experimental debug feature: variables influencing the rendering that ca...
Nicola Mettifogo
2008-02-05
Fix compilation
Eugene Sandulenko
2008-02-05
Fixed size of temporary buffer for unpacking animation frames.
Nicola Mettifogo
2008-02-03
Fixed maximum token length for the parser.
Nicola Mettifogo
2008-02-03
Added code to unpack and render animations in BRA.
Nicola Mettifogo
2008-02-02
Reworked menu in BRA (now functioning).
Nicola Mettifogo
2008-02-02
Allowed BackgroundInfo to display bitmaps smaller than the screen and other s...
Nicola Mettifogo
2008-02-02
Some more integration of background code into BackgroundInfo.
Nicola Mettifogo
2008-02-02
Moved depth buffer and palette rotation data into BackgroundInfo.
Nicola Mettifogo
2008-01-29
More cleanup: kBit2 is now replaced by the BackgroundInfo structure.
Nicola Mettifogo
2008-01-29
Cleanup (step 2). No code outside Gfx reference screen buffers anymore.
Nicola Mettifogo
2008-01-28
Replace lock/unlock/lock/unlock by lock/unlock for efficency
Max Horn
2008-01-28
Cleanup (step 1).
Nicola Mettifogo
2008-01-28
Fixed warning.
Torbjörn Andersson
2008-01-28
Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...
Nicola Mettifogo
2008-01-28
Made halfbrite work again.
Nicola Mettifogo
2008-01-28
Move low level background management into Gfx.
Nicola Mettifogo
2008-01-28
Fixed animation sorting: everything should be drawn like before revision 3067...
Nicola Mettifogo
2008-01-28
All interactive objects are now drawn in the framebuffer instead of using the...
Nicola Mettifogo
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-22
Some refactoring of text drawing routines.
Nicola Mettifogo
[prev]
[next]