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
/
wage
/
script.h
Age
Commit message (
Expand
)
Author
2016-01-04
WAGE: Fix Script::processMove(), so it works with double conversion too
Eugene Sandulenko
2016-01-03
WAGE: Implement getGroundItemsList()
Eugene Sandulenko
2016-01-02
WAGE: Implement evalClickCondition
Eugene Sandulenko
2015-12-27
WAGE: Cleanup
Eugene Sandulenko
2015-12-27
WAGE: Implement handleLookCommand()
Eugene Sandulenko
2015-12-27
WAGE: Implement script decoding
Eugene Sandulenko
2015-12-27
WAGE: Implemented object taking logic
Eugene Sandulenko
2015-12-27
WAGE: Implement first round of comparisons
Eugene Sandulenko
2015-12-27
WAGE: Unstubbed Script::eval()
Eugene Sandulenko
2015-12-27
WAGE: Handle NULL value Operands
Eugene Sandulenko
2015-12-27
WAGE: Unstub processIf()
Eugene Sandulenko
2015-12-27
WAGE: Test script execution
Eugene Sandulenko
2015-12-27
WAGE: stubbed attack handling
Eugene Sandulenko
2015-12-27
WAGE: Implemented processLet()
Eugene Sandulenko
2015-12-27
WAGE: Stubs for command processing
Eugene Sandulenko
2015-12-27
WAGE: Remove SVN keywords from the headers
Eugene Sandulenko
2015-12-27
WAGE: Remove snprintf() instance. Unused anyway.
D G Turner
2015-12-27
WAGE: Change Script Object to use Common::SeekableReadStream.
D G Turner
2015-12-27
WAGE: Started implementing script execution.
Eugene Sandulenko
2015-12-27
WAGE: Added MIT license to mll relevant files.
Eugene Sandulenko
2015-12-27
WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Eugene Sandulenko