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
2017-12-08
WAGE: Handle null strings in toString and improve consistency
Willem Jan Palenstijn
2017-08-29
WAGE: Correctly specify target name for dumped scripts
Eugene Sandulenko
2017-08-29
WAGE: Dump scripts by request
Eugene Sandulenko
2017-08-09
WAGE: Handle command aliases in the same quirky way wb does
Eugene Sandulenko
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-03-16
WAGE: Implement script command in debugger
Eugene Sandulenko
2016-02-23
WAGE: Fix assert in string Operand, as it allows TEXT_INPUT as string
Eugene Sandulenko
2016-02-23
WAGE: Added safeguard checks for operands
Eugene Sandulenko
2016-02-14
WAGE: Moved non-trivial method implementation to .cpp file
Eugene Sandulenko
2016-02-14
WAGE: Simplify operand stringification
Eugene Sandulenko
2016-02-14
WAGE: Get rid of Common::String import
Eugene Sandulenko
2016-02-14
WAGE: Moved all interaction-related methods from script.cpp to combat.cpp
Eugene Sandulenko
2016-02-14
WAGE: Rename Script::_callbacks to _engine
Eugene Sandulenko
2016-02-14
WAGE: Implement handleWearCommand()
Eugene Sandulenko
2016-02-14
WAGE: Implement getWeapons(). Got rid of class Weapon
Eugene Sandulenko
2016-02-14
WAGE: Implement printPlayerCondition()
Eugene Sandulenko
2016-01-09
WAGE: Put lists into typedefs
Eugene Sandulenko
2016-01-07
WAGE: Fix numerpous memory leaks
Eugene Sandulenko
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