Age | Commit message (Expand) | Author |
2016-05-28 | PARALLACTION: Cleanup object initialization | Eugene Sandulenko |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-18 | ENGINES: Remove a bunch of unused private member variables | Max Horn |
2012-09-28 | PARALLACTION: Add a workaround for the end credits of NS | Filippos Karapetis |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-09-02 | PARALLACTION: Add Graphics Debug Output. Minor Whitespace Fixes. | D G Turner |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn |
2010-06-13 | Fixed clipping when drawing sprites at small scale factors (this fixes the ba... | Nicola Mettifogo |
2010-06-13 | Support for vertical scrolling. Patch 3005933 by fuzzie. | Nicola Mettifogo |
2009-06-12 | * Final version of the IFF parsing code. | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer exists... | Travis Howell |
2009-03-15 | Added missing initializations. | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-03 | Fixed support for walking zones in BRA: | Nicola Mettifogo |
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed be... | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2008-12-30 | Another change I forgot to do in revision 35447. | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo |
2008-12-13 | Some more restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all... | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
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 |