aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.cpp
AgeCommit message (Collapse)Author
2013-07-17AVALANCHE: Add Graph::drawLine().uruk
2013-07-17AVALANCHE: Change the source of data in Graph::readImage() for further use. ↵uruk
Change existing use of the function accordingly in Lucerna.
2013-07-16AVALANCHE: Add new Graph::readImage(), implement Lucerna::thinkabout() using ↵uruk
it and use it in Lucerna::toolbar() as well.
2013-07-15AVALANCHE: Update Graph.uruk
2013-07-15AVALANCHE: implement Lucerna::toolbar(), revise Graph::copySurface() and ↵uruk
Graph::setPixel(), update Lucerna::load() accordingly.
2013-07-13AVALANCHE: Move the height-doubling part from Lucerna to Graph.uruk
2013-07-12AVALANCHE: Update Graph.uruk
2013-07-12AVALANCHE: Grap: rename drawToScreen to refreshScreen, add drawBar.uruk
2013-07-12AVALANCHE: Update Graph, leave a comment in Lucerna.uruk
2013-07-11AVALANCHE: Major update in the Engine (include Graph), minor updates in ↵uruk
Graph and Lucerna.
2013-07-11AVALANCHE: Add Graph.uruk