Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | WAGE: Fixed Remaining Issues Preventing Compilation. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Change Script Object to use Common::SeekableReadStream. | D G Turner | |
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 | WAGE: More Updates To World Class for MacResManager API Changes. | D G Turner | |
Still will not compile as need to deal with propagating SeekableReadStream instead of (byte* res, int resSize) parameters. Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update World Class with MKTAG fourCC. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Add Missing Headers For World Class. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Started implementing script execution. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Fix compilation under *nix. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Added MIT license to mll relevant files. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Move MacResManager to Common | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Implement reading of all entities. This completes the world loading. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Merged most headers into entities.h | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Finished world loading. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Load scene scripts too. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Started scene loader implemenation | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Removed tons on those accessors. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Added stubs for most classes. Implemented Obj and Scene classes. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Resource file is loaded. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> |