Age | Commit message (Expand) | Author |
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
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 | Fixed warnings | Max Horn |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-05 | Deleted unused declarations, sorted others, and removed some dead code. | Nicola Mettifogo |
2008-12-24 | Simplified destructions of Balloon objects. | 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-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo |
2008-12-14 | Removed some unused code. | Nicola Mettifogo |
2008-12-13 | Some more restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-12-07 | Fixed some more leaks and mismatched allocations/deallocations. | 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-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo |
2008-08-31 | Fixed leak with Input class, introduced in commit 34206. | Nicola Mettifogo |
2008-08-18 | * Split up blt routine (there is room for a ton of improvements) | Nicola Mettifogo |
2008-08-16 | Extended balloon manager to handle color constants and fixed color of text in... | Nicola Mettifogo |
2008-08-15 | Implemented raster operation for masks and postponed blitting of zones after ... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | 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-30 | Reordered initialization lists to silence warning. | 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-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-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 | 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-06-05 | Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,... | Christopher Page |
2008-06-04 | Return to menu after introduction has played (with glitches). | Nicola Mettifogo |
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ... | Christopher Page |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-02-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo |
2008-02-06 | Enabled moving projector in Nippon Safes. This should fix long standing bug #... | 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 |