index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
avalanche
/
parser.h
Age
Commit message (
Collapse
)
Author
2013-09-21
AVALANCHE: Merge Acci and Parser
Strangerke
2013-09-07
AVALANCHE: Do renaming/refactoring in Parser.
uruk
2013-09-07
AVALANCHE: Janitorial - Remove trailing spaces, fix define names
Strangerke
2013-09-03
AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init().
uruk
2013-08-23
AVALANCHE: 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-17
AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h.
uruk
2013-08-01
AVALANCHE: Move pos() from Acci to Parser, update other code accordingly.
uruk
2013-07-29
AVALANCHE: Move wipeText() from Basher to Parser, implement it. Fix parts of ↵
uruk
Acci::do_that().
2013-07-28
AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement ↵
uruk
handleReturn(), stub tryDropdown() in Parser.
2013-07-28
AVALANCHE: Implement handling of the cursor in Parser.
uruk
2013-07-27
AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() ↵
uruk
accordingly.
2013-07-27
AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix ↵
uruk
_leftMargins in Basher.
2013-07-27
AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly.
uruk