aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.h
AgeCommit message (Expand)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-03-16WAGE: Implement script command in debuggerEugene Sandulenko
2016-02-23WAGE: Fix assert in string Operand, as it allows TEXT_INPUT as stringEugene Sandulenko
2016-02-23WAGE: Added safeguard checks for operandsEugene Sandulenko
2016-02-14WAGE: Moved non-trivial method implementation to .cpp fileEugene Sandulenko
2016-02-14WAGE: Simplify operand stringificationEugene Sandulenko
2016-02-14WAGE: Get rid of Common::String importEugene Sandulenko
2016-02-14WAGE: Moved all interaction-related methods from script.cpp to combat.cppEugene Sandulenko
2016-02-14WAGE: Rename Script::_callbacks to _engineEugene Sandulenko
2016-02-14WAGE: Implement handleWearCommand()Eugene Sandulenko
2016-02-14WAGE: Implement getWeapons(). Got rid of class WeaponEugene Sandulenko
2016-02-14WAGE: Implement printPlayerCondition()Eugene Sandulenko
2016-01-09WAGE: Put lists into typedefsEugene Sandulenko
2016-01-07WAGE: Fix numerpous memory leaksEugene Sandulenko
2016-01-04WAGE: Fix Script::processMove(), so it works with double conversion tooEugene Sandulenko
2016-01-03WAGE: Implement getGroundItemsList()Eugene Sandulenko
2016-01-02WAGE: Implement evalClickConditionEugene Sandulenko
2015-12-27WAGE: CleanupEugene Sandulenko
2015-12-27WAGE: Implement handleLookCommand()Eugene Sandulenko
2015-12-27WAGE: Implement script decodingEugene Sandulenko
2015-12-27WAGE: Implemented object taking logicEugene Sandulenko
2015-12-27WAGE: Implement first round of comparisonsEugene Sandulenko
2015-12-27WAGE: Unstubbed Script::eval()Eugene Sandulenko
2015-12-27WAGE: Handle NULL value OperandsEugene Sandulenko
2015-12-27WAGE: Unstub processIf()Eugene Sandulenko
2015-12-27WAGE: Test script executionEugene Sandulenko
2015-12-27WAGE: stubbed attack handlingEugene Sandulenko
2015-12-27WAGE: Implemented processLet()Eugene Sandulenko
2015-12-27WAGE: Stubs for command processingEugene Sandulenko
2015-12-27WAGE: Remove SVN keywords from the headersEugene Sandulenko
2015-12-27WAGE: Remove snprintf() instance. Unused anyway.D G Turner
2015-12-27WAGE: Change Script Object to use Common::SeekableReadStream.D G Turner
2015-12-27WAGE: Started implementing script execution.Eugene Sandulenko
2015-12-27WAGE: Added MIT license to mll relevant files.Eugene Sandulenko
2015-12-27WAGE: Added stubs for most classes. Implemented Obj and Scene classes.Eugene Sandulenko