Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | WAGE: Added stub for polygon drawing | Eugene Sandulenko | |
2015-12-27 | WAGE: Stub for Design::paint() | Eugene Sandulenko | |
2015-12-27 | WAGE: Sync with mainline | Eugene Sandulenko | |
2015-12-27 | WAGE: Sync with modern ScummVM | Eugene Sandulenko | |
2015-12-27 | WAGE: Added debug output, fixed semantics | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Remove SVN keywords from the headers | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Fix compilation with modern ScummVM | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update AdvancedMetaEngine For Removal of ADParams. | D G Turner | |
Also, fixed incorrect structure naming which likely conflicted i.e. cineGames -> wageGames Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Remove snprintf() instance. Unused anyway. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Add README. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
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: Minor Comment Corrections and Removal. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Correction For MacResManager Constructor Changes. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Add Missing Required Engine Headers. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Correct Engine For DebugMan API Changes. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Replace Forbidden Printf calls with debug() calls. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Updated Engine for MemoryReadStream Header Change. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: StringList Replaced by StringArray... | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update Engine For MKID_BE to MKTAG Change. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update Engine For Changes To Advanced Detector API. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update Engine Code For Common::RandomSource API Changes. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Add .gitignore file. | 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: Remove chr.cpp as it is non-needed. | 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 Context class and completed Chr class. | 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> | |||
2015-12-27 | WAGE: Initial version. "Another Fine Mess 1.8" is detected. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | LAB: Allow to skip more efficiently the intro while the 2nd screen is displayed | Strangerke | |
2015-12-27 | Merge pull request #641 from vanfanel/gles_fix | Johannes Schickel | |
SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script. | |||
2015-12-27 | LAB: Remove some unnecessary casts | Willem Jan Palenstijn | |
2015-12-27 | LAB: Simplify fillBuffer() | Filippos Karapetis | |
2015-12-27 | LAB: Unify the sound flags code for music and sound effects | Filippos Karapetis | |
2015-12-27 | LAB: Simplify resetMusic() | Filippos Karapetis | |
2015-12-27 | LAB: Rename _lastMusicRoom to _curRoomMusic | Filippos Karapetis | |
2015-12-27 | LAB: Remove incorrect mouse cursor hiding at the start of every anim | Filippos Karapetis | |
This resulted in having the mouse cursor flash in scenes with animation (e.g. the Surreal Maze) |