Age | Commit message (Expand) | Author |
2013-10-04 | AVALANCHE: Fix static array names | Strangerke |
2013-10-04 | AVALANCHE: Remove file variable from AvalancheEngine | Strangerke |
2013-10-03 | AVALANCHE: Use memcpy in refreshScreen | Willem Jan Palenstijn |
2013-10-03 | AVALANCHE: Use Doxygen comments in Graphics | Strangerke |
2013-10-02 | AVALANCHE: Make _surface private | Strangerke |
2013-10-02 | AVALANCHE: Repair shadowed variable. | uruk |
2013-10-01 | AVALANCHE: some more work on variables | Strangerke |
2013-10-01 | AVALANCHE: Rename getIcon() to drawIcon(), move it to Graphics from Dialogs, ... | uruk |
2013-10-01 | AVALANCHE: Move drawSign() from Dialogs to Graphics. Implement it. | uruk |
2013-10-01 | AVALANCHE: Move some more variables out of Avalanche | Strangerke |
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: 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-19 | AVALANCHE: Cosmetic modifications. | uruk |
2013-09-18 | AVALANCHE: Janitorial - Clean up misc style glitches | Strangerke |
2013-09-16 | AVALANCHE: Review all for statements | Strangerke |
2013-09-16 | AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding G... | uruk |
2013-09-08 | AVALANCHE: Do not set pixels directly | Strangerke |
2013-09-07 | AVALANCHE: Janitorial - Remove trailing spaces, fix define names | Strangerke |
2013-09-07 | AVALANCHE: (Hopefully) fix some warnings reported by GCC and Clang | Strangerke |
2013-09-05 | AVALANCHE: Silence Valgrind warnings. | uruk |
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: Fix GCC warnings reported by GCC | Strangerke |
2013-09-04 | AVALANCHE: Fix coding style: ++ and -- | Strangerke |
2013-09-04 | AVALANCHE: Replace some British terms by American ones | Strangerke |
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-15 | AVALANCHE: Rename variables in Graphics::drawSprite(). | uruk |
2013-08-12 | AVALANCHE: Repair Graphics::drawText() and Scrolls::say(). | 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-09 | AVALANCHE: Implement switching between rooms (Trip::fliproom(), Lucerna::ente... | uruk |