aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/acci2.cpp
AgeCommit message (Expand)Author
2013-08-01AVALANCHE: Move pos() from Acci to Parser, update other code accordingly.uruk
2013-08-01AVALANCHE: Implement rest of Acci::do_that().uruk
2013-07-30AVALANCHE: Repair Acci::parse().uruk
2013-07-30AVALANCHE: Implement Trip::checkfeet(), repair Trip::stopwalking(). Repair Ac...uruk
2013-07-30AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::ru...uruk
2013-07-29AVALANCHE: Partially implement Acci::stand_up(), repair Acci::parse().uruk
2013-07-29AVALANCHE: Move wipeText() from Basher to Parser, implement it. Fix parts of ...uruk
2013-07-29AVALANCHE: Repair Acci::person_speaks().uruk
2013-07-29AVALANCHE: Finish implementation of Acci::parse(), repair Acci::displaywhat()...uruk
2013-07-28AVALANCHE: Implement Acci::do_pronouns() and Acci::displaywhat().uruk
2013-07-28AVALANCHE: Repair parser, implement Acci::replace(), further implement Acci:p...uruk
2013-07-28AVALANCHE: Revisions in acci2.h and lucerna2.cpp, partially implement Acci::p...uruk
2013-07-28AVALANCHE: Partially implement Acci::parse(), add Acci::pos(), Acci::clearwo...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 _timeout into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-06-30AVALANCHE: Fix some more code formattingStrangerke
2013-06-29AVALANCHE: Reorganise includes.uruk
2013-06-29AVALANCHE: Add Acci.uruk