aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dropdown2.cpp
AgeCommit message (Expand)Author
2013-09-02AVALANCHE: Repair drop-down menu, so the already implemented functions are wo...uruk
2013-09-02AVALANCHE: Upgrade drop-down menu. (Now it's complete.) Fix Trip::neardoor().uruk
2013-09-02AVALANCHE: Upgrade the drop-down menu.uruk
2013-09-02AVALANCHE: Implement drop-down menu. (Only with mouse control yet.)uruk
2013-09-01AVALANCHE: Start implementation of the drop-down menu.uruk
2013-08-16AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(),...uruk
2013-08-11AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it fr...uruk
2013-07-27AVALANCHE: Rename little[] to characters[] and current to inputText in Gyro.uruk
2013-07-26AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix().uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro 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: 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-18AVALANCHE: Stub Dropdown::lightup().uruk
2013-07-01AVALANCHE: Add Dropdown.uruk