Age | Commit message (Expand) | Author |
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 |
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo |
2008-02-03 | Added code to unpack and render animations in BRA. | Nicola Mettifogo |
2008-02-02 | Cleanup of BRA menu code. | 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 | Cleanup (step 1). | Nicola Mettifogo |
2008-01-28 | Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to... | 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 | Fix compilation | Sven Hesse |
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 |
2008-01-21 | Merged low level blitting functions into one single routine. | Nicola Mettifogo |
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo |
2008-01-09 | Refactored some text drawing code. | Nicola Mettifogo |
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ... | Nicola Mettifogo |
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ... | Nicola Mettifogo |
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Removed now useless functions. | Nicola Mettifogo |
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ... | Nicola Mettifogo |
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami... | Nicola Mettifogo |
2007-12-15 | Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,... | Nicola Mettifogo |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-22 | * added (incomplete) explicit state machine handling in engine class (see _in... | Nicola Mettifogo |
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-01 | Added color-inversion effect in character selection screen. The effect doesn'... | Nicola Mettifogo |
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |