aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/acci2.h
AgeCommit message (Collapse)Author
2013-08-21AVALANCHE: Rename special() to openBox() in Acci, implement it.uruk
2013-08-17AVALANCHE: Implement the rest of Lucerna::checkclick() and everything ↵uruk
connected to it. (Except sounds.)
2013-08-01AVALANCHE: Move pos() from Acci to Parser, update other code accordingly.uruk
2013-07-29AVALANCHE: Move wipeText() from Basher to Parser, implement it. Fix parts of ↵uruk
Acci::do_that().
2013-07-29AVALANCHE: Finish implementation of Acci::parse(), repair ↵uruk
Acci::displaywhat() and Acci::words[].
2013-07-28AVALANCHE: Repair parser, implement Acci::replace(), further implement ↵uruk
Acci:parse().
2013-07-28AVALANCHE: Revisions in acci2.h and lucerna2.cpp, partially implement ↵uruk
Acci::parse() and functions connected to it.
2013-07-28AVALANCHE: Partially implement Acci::parse(), add Acci::pos(), ↵uruk
Acci::clearwords(), reimplement Acci::wordnum(), implement Acci::punctustrip().
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-06-29AVALANCHE: Add Acci.uruk