Commit Graph
76 Commits
Author SHA1 Message Date
Eugene Sandulenko 6d3fe95689 WAGE: Implemented WageEngine::onMove() 2015-12-27 15:41:02 +01:00
Eugene Sandulenko 81dc7cd98f WAGE: Implement World::move(Chr *chr, Scene *scene) 2015-12-27 15:41:02 +01:00
Eugene Sandulenko 35cce4123c WAGE: Cleanup 2015-12-27 15:41:01 +01:00
Eugene Sandulenko 9902ac2454 WAGE: Implement handleLookCommand() 2015-12-27 15:41:01 +01:00
Eugene Sandulenko 370c1932f6 WAGE: Fix bug with skipping nested IF's 2015-12-27 15:41:01 +01:00
Eugene Sandulenko 9dc5a51660 WAGE: Implement script decoding 2015-12-27 15:41:01 +01:00
Eugene Sandulenko f76eb1831c WAGE: Implemented object taking logic 2015-12-27 15:41:01 +01:00
Eugene Sandulenko 88faad5d08 WAGE: Simplified code and avoid extra object allocations 2015-12-27 15:41:00 +01:00
Eugene Sandulenko 870d6748fe WAGE: Fix crash on double free() 2015-12-27 15:41:00 +01:00
Eugene Sandulenko 5478cbe9c8 WAGE: Implement non0direct comparisons 2015-12-27 15:41:00 +01:00
Eugene Sandulenko 6d4a9f54e1 WAGE: Implement first round of comparisons 2015-12-27 15:41:00 +01:00
Eugene Sandulenko 29cb01f71c WAGE: Unstubbed Script::eval() 2015-12-27 15:41:00 +01:00
Eugene Sandulenko a2ac4ea859 WAGE: Handle NULL value Operands 2015-12-27 15:41:00 +01:00
Eugene Sandulenko 60ce5fa557 WAGE: Unstub processIf() 2015-12-27 15:41:00 +01:00
Eugene Sandulenko e11aef1a7d WAGE: Fixes to script execution 2015-12-27 15:40:59 +01:00
Eugene Sandulenko 0b3e161d85 WAGE: Test script execution 2015-12-27 15:40:59 +01:00
Eugene Sandulenko e71fe81d09 WAGE: stubbed attack handling 2015-12-27 15:40:59 +01:00
Eugene Sandulenko 878d1dc78b WAGE: Fixed uservar addressing 2015-12-27 15:40:59 +01:00
Eugene Sandulenko 423d364296 WAGE: Implemented processLet() 2015-12-27 15:40:59 +01:00
Eugene Sandulenko 80af9c9c71 WAGE: Stubs for command processing 2015-12-27 15:40:58 +01:00
Eugene Sandulenko 5d7c72c6b6 WAGE: Remove SVN keywords from the headers
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 624c401873 WAGE: Change Script Object to use Common::SeekableReadStream.
This replaces the use of (byte* data, int dataSize) type buffer.
Also, some replacements of code in world object to incorporate.
Still not compilable.

Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner aabe774cbe WAGE: Update Engine Code For Common::RandomSource API Changes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko 879425385e WAGE: Started implementing script execution.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko bee9d5e2d9 WAGE: Added MIT license to mll relevant files.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko ce6aa4dd28 WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00