aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.cpp
AgeCommit message (Expand)Author
2016-01-04WAGE: Fix Script::processMove(), so it works with double conversion tooEugene Sandulenko
2016-01-04WAGE: Implement handleMoveCommand()Eugene Sandulenko
2016-01-03WAGE: Implement getGroundItemsList()Eugene Sandulenko
2016-01-03WAGE: Complete Script::compare()Eugene Sandulenko
2016-01-03WAGE: Fixed processMove operandsEugene Sandulenko
2016-01-03WAGE: Implement processMove()Eugene Sandulenko
2016-01-03WAGE: More debug outputEugene Sandulenko
2016-01-03WAGE: Less intrusive stubEugene Sandulenko
2016-01-03WAGE: Fix number parsingEugene Sandulenko
2016-01-03WAGE: Fix ifClick conditionalEugene Sandulenko
2016-01-03WAGE; Fix stringOp readingEugene Sandulenko
2016-01-02WAGE: Implement evalClickConditionEugene Sandulenko
2015-12-31WAGE: Finished world resetEugene Sandulenko
2015-12-31WAGE: Hide noisy debug messages deeperEugene Sandulenko
2015-12-27WAGE: Implemented WageEngine::onMove()Eugene Sandulenko
2015-12-27WAGE: Implement World::move(Chr *chr, Scene *scene)Eugene Sandulenko
2015-12-27WAGE: CleanupEugene Sandulenko
2015-12-27WAGE: Implement handleLookCommand()Eugene Sandulenko
2015-12-27WAGE: Fix bug with skipping nested IF'sEugene Sandulenko
2015-12-27WAGE: Implement script decodingEugene Sandulenko
2015-12-27WAGE: Implemented object taking logicEugene Sandulenko
2015-12-27WAGE: Simplified code and avoid extra object allocationsEugene Sandulenko
2015-12-27WAGE: Fix crash on double free()Eugene Sandulenko
2015-12-27WAGE: Implement non0direct comparisonsEugene 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: Fixes to script executionEugene Sandulenko
2015-12-27WAGE: Test script executionEugene Sandulenko
2015-12-27WAGE: stubbed attack handlingEugene Sandulenko
2015-12-27WAGE: Fixed uservar addressingEugene 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: Change Script Object to use Common::SeekableReadStream.D G Turner
2015-12-27WAGE: Update Engine Code For Common::RandomSource API Changes.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