Age | Commit message (Expand) | Author |
2013-09-29 | AVALANCHE: Move debug display of magic lines to debugger | Strangerke |
2013-09-29 | AVALANCHE: Set drawArc private | Strangerke |
2013-09-29 | AVALANCHE: Rework calcHand, move another function to Graphics | Strangerke |
2013-09-29 | AVALANCHE: Move code from Menu to Graphics | Strangerke |
2013-09-29 | AVALANCHE: Rename Graphics to avoid confusion, add drawBackgroundSprite(), se... | Strangerke |
2013-09-29 | AVALANCHE: Scrolls is now set to private | Strangerke |
2013-09-29 | AVALANCHE: move some more functions to Graphics | Strangerke |
2013-09-29 | AVALANCHE: Add some more graphic functions | Strangerke |
2013-09-28 | AVALANCHE: Partially move drawScroll to Graphics | Strangerke |
2013-09-28 | AVALANCHE: More rework on Graphic code | Strangerke |
2013-09-28 | AVALANCHE: Set the Magic surface as private, some associated rework | Strangerke |
2013-09-28 | AVALANCHE: Move some more functions to Graphics | Strangerke |
2013-09-28 | AVALANCHE: Move mouse cursor display functions to Graphics | Strangerke |
2013-09-28 | AVALANCHE: Move Digits and Directions to Graphics | Strangerke |
2013-09-27 | AVALANCHE: Move background loading to Graphics | Strangerke |
2013-09-27 | AVALANCHE: Move Zoom to Graphics | Strangerke |
2013-09-27 | AVALANCHE: Use the Color enum, remove some magic values, identify some dead v... | Strangerke |
2013-09-21 | AVALANCHE: Revise Graphics::drawPicture(). | uruk |
2013-09-21 | AVALANCHE: Silence GCC warnings and repair Scrolls::scrollModeNormal(). | uruk |
2013-09-21 | AVALANCHE: More clean up, removement of dead code. | uruk |
2013-09-19 | AVALANCHE: Cosmetic modifications. | uruk |
2013-09-16 | AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding G... | uruk |
2013-09-07 | AVALANCHE: Janitorial - Remove trailing spaces, fix define names | Strangerke |
2013-09-05 | AVALANCHE: Do renaming/refactoring in Graphics. | uruk |
2013-09-05 | AVALANCHE: Fix GCC warning. | uruk |
2013-09-05 | AVALANCHE: Finish replacing C-style comments by C++-style | Strangerke |
2013-09-04 | AVALANCHE: Replace some British terms by American ones | Strangerke |
2013-09-02 | AVALANCHE: Implement drop-down menu. (Only with mouse control yet.) | uruk |
2013-09-01 | AVALANCHE: Start implementation of the drop-down menu. | uruk |
2013-08-23 | AVALANCHE: Upgrade Lucerna::enterroom(). Add r__yourhall to roomnums.h, handl... | uruk |
2013-08-21 | AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the tim... | uruk |
2013-08-11 | AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it fr... | uruk |
2013-08-11 | AVALANCHE: Remove unnecessary consts from Graphics. | uruk |
2013-08-11 | AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). M... | uruk |
2013-08-08 | AVALANCHE: Update comments connected to Graphics::drawArc(). | uruk |
2013-08-08 | AVALANCHE: Implement the clock in Lucerna, upgrade Graphics::drawArc() to wor... | uruk |
2013-08-08 | AVALANCHE: Introduce Graphics::drawPieSlice(), use it in Scrolls::drawscroll(). | uruk |
2013-08-07 | AVALANCHE: Introduce Graphics::drawArc(), use it in Scrolls::drawscroll(). | uruk |
2013-08-06 | AVALANCHE: Implement Scrolls::say(). Introduce Graphics::_scrolls, implement ... | uruk |
2013-08-05 | AVALANCHE: Introduce _screen in Graphics. | uruk |
2013-08-04 | AVALANCHE: Remove comment from Graphics, partially implement Scrolls::drawscr... | uruk |
2013-07-30 | AVALANCHE: Add _magics to Graphics, implement Lucerna::draw_also_lines(), upd... | uruk |
2013-07-29 | AVALANCHE: Modify Graphics and Lucerna, so the engine saves the background an... | uruk |
2013-07-27 | AVALANCHE: Cosmetic repairs in Graphics. | uruk |
2013-07-27 | AVALANCHE: Remove comment from Graphics. | uruk |
2013-07-26 | AVALANCHE: Remove Graphics::drawPicture_old(). | uruk |
2013-07-26 | AVALANCHE: Add comments to Graphics. | uruk |
2013-07-26 | AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in Grap... | uruk |
2013-07-25 | AVALANCHE: Add Graphics::drawFrame(). | uruk |
2013-07-24 | AVALANCHE: Change _graphics into a pointer, modify the rest of the code accor... | uruk |