aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.cpp
AgeCommit message (Expand)Author
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