aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
AgeCommit message (Collapse)Author
2014-04-13AVALANCHE: Add HighScore.uruk
2014-03-07AVALANCHE: Implement Parser::bossKey().uruk
Revise some other parts of the engine during the process.
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23AVALANCHE: Implement Nim::playNim().urukgit
Repair naming of variables in Nim and add some helper functions.
2013-11-22AVALANCHE: Janitorial - Align some comments in ParserStrangerke
2013-11-22AVALANCHE: Janitorial - Remove extra blank linesStrangerke
2013-10-24AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)Strangerke
2013-10-12AVALANCHE: Move some parser functions to Dialogs. Improve some commentsStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-05AVALANCHE: Replace static strings by static char*Strangerke
2013-10-04AVALANCHE: Start cleaning includes - remove useless include in header filesStrangerke
2013-10-01AVALANCHE: more work on variablesStrangerke
2013-10-01AVALANCHE: More work on variablesStrangerke
2013-10-01AVALANCHE: More refactoringStrangerke
2013-09-29AVALANCHE: move some more functions to GraphicsStrangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke
2013-09-25AVALANCHE: Reduce verbosity in Background, remove a useless variableStrangerke
2013-09-24AVALANCHE: Use enum for verbsStrangerke
2013-09-24AVALANCHE: Use People enum as a type for several variables, modify functions ↵Strangerke
accordingly
2013-09-24AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variablesStrangerke
2013-09-23AVALANCHE: Refactor some variables. This breaks savegame compatibilityStrangerke
2013-09-22AVALANCHE: Move some variablesStrangerke
2013-09-21AVALANCHE: Move some variables, fix savegame counter increment when savingStrangerke
2013-09-21AVALANCHE: Merge Acci and ParserStrangerke
2013-09-07AVALANCHE: Do renaming/refactoring in Parser.uruk
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-03AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init().uruk
2013-08-23AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ↵uruk
Repair Trip::neardoor(). Introduce Parser::handleFunctionKey(), partially implement it. Implement Gyro::f5_does(). Implement missing part of Lucerna::enterroom().
2013-08-17AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h.uruk
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-28AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement ↵uruk
handleReturn(), stub tryDropdown() in Parser.
2013-07-28AVALANCHE: Implement handling of the cursor in Parser.uruk
2013-07-27AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() ↵uruk
accordingly.
2013-07-27AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix ↵uruk
_leftMargins in Basher.
2013-07-27AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly.uruk