aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24AVALANCHE: Graphics: double screen height.uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _pingo into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _logger into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _enhanced into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _timeout into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Get rid of parts of the engine I don't use yet.uruk
2013-07-24AVALANCHE: Change _avalot into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _graphics into a pointer, modify the rest of the code accor...uruk
2013-07-24AVALANCHE: Fix indents in avalanche.cpp.uruk
2013-07-24AVALANCHE: Implement triptype::walk().uruk
2013-07-24AVALANCHE: Rename Graph to Graphics. Update everything accordingly.uruk
2013-07-24AVALANCHE: Remove unnecessary indents from avalanche.cpp.uruk
2013-07-24AVALANCHE: rename constants to follow our code formatting conventions.uruk
2013-07-24AVALANCHE: Add comments to Avalot:handleKeyDown().uruk
2013-07-24AVALANCHE: Implement Trip::handleMoveKey(), update Avalot::handleKeyDown().uruk
2013-07-24AVALANCHE: Move handleMoveKey() from Avalot to Trip.uruk
2013-07-24AVALANCHE: Fix commas.uruk
2013-07-24AVALANCHE: Add event handling.uruk
2013-07-24AVALANCHE: Modify Avalot::run() to don't exit after a single loop, comment ou...uruk
2013-07-24AVALANCHE: Modify comment in Dropdown::chalk().uruk
2013-07-23AVALANCHE: Cosmetic correction in Dropdown::chalk().uruk
2013-07-23AVALANCHE: Remove warning from menuset::update().uruk
2013-07-23AVALANCHE: Dropdown: Repair menuset::update(), implement Dropdown:chalk().uruk
2013-07-23AVALANCHE: Implement menuset::update().uruk
2013-07-20AVALANCHE: Add comments to Graph::drawSprite().uruk
2013-07-20AVALANCHE: Update Graph::flesh_colours().uruk
2013-07-20AVALANCHE: Move flesh_colours() from Lucerna to Graph. Implement it.uruk
2013-07-20AVALANCHE: Add some blank lines in Trip.uruk
2013-07-20AVALANCHE: Change computing method of picnum in triptype::andexor().uruk
2013-07-20AVALANCHE: Graph: change 'becouse' to 'because' in comments...uruk
2013-07-20AVALANCHE: Finish implementation of Graph::drawSprite().uruk
2013-07-20AVALANCHE: Update Graph::drawPicture().uruk
2013-07-20AVALANCHE: Repair Graph::drawSprite().uruk
2013-07-19AVALANCHE: Partially implement Graph::drawSprite().uruk
2013-07-19AVALANCHE: Trip: repair triptype:init(), remove unnecessary data field from d...uruk
2013-07-19AVALANCHE: Rename copySurface() to drawPicture(), add some comment to it.uruk
2013-07-19AVALANCHE: Incorporate Graph::readImage() into Grap::copySurface(), update Lu...uruk
2013-07-19AVALANCHE: Remove Graph::drawLine().uruk
2013-07-18AVALANCHE: Implement Lucerna::showrw().uruk
2013-07-18AVALANCHE: Lucerna:load() - put the background lower, making space for the to...uruk
2013-07-18AVALANCHE: Update Graph::drawSprite(), update Trip::axendor() accordingly, fi...uruk
2013-07-18AVALANCHE: Add refreshScreen() to every iteration of the main loop in Avalot:...uruk
2013-07-18AVALANCHE: Fix Gyro::newgame().uruk
2013-07-18AVALANCHE: Replace Pingo::copy03() with Graph::refreshScreen().uruk
2013-07-18AVALANCHE: Add Graph::drawSprite().uruk
2013-07-18AVALANCHE: Implement/repair multiple functions in Trip.uruk
2013-07-18AVALANCHE: Repair build errors due to the introduction of _info in Trip::trip...uruk
2013-07-18AVALANCHE: Add class SpriteInfo to graph.h, use it in Trip.uruk