Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2015-12-27 | LAB: Get rid of _doReset | Filippos Karapetis | |
This resulted in calling resetMusic() twice | |||
2015-12-27 | LAB: Simplify check order | Willem Jan Palenstijn | |
2015-12-27 | LAB: Init the mouse in the center of the screen | Strangerke | |
2015-12-27 | LAB: Review the variable types used in Special, reduce the scope of some ↵ | Strangerke | |
variables | |||
2015-12-27 | LAB: Remove a useless assignment | Strangerke | |
2015-12-27 | LAB: Remove useless pragma | Strangerke | |
2015-12-27 | LAB: Use an enum for special room ids | Strangerke | |
2015-12-27 | LAB: Remove unused defines | Strangerke | |
2015-12-27 | LAB: Rename TilePuzzle to SpecialLocks, to better reflect its purpose | Filippos Karapetis | |
This class handles two different special locks, the tile puzzle and the combination door | |||
2015-12-27 | LAB: Revert functional change of cleanup commit | Willem Jan Palenstijn | |
(7f2b69b75c8e352ea06c9571992a00d5ffe7308f) | |||
2015-12-27 | LAB: Fix crash in the the door number puzzle | Filippos Karapetis | |
2015-12-27 | LAB: Fix regression in the tab handling code | Filippos Karapetis | |
2015-12-26 | LAB: Fix glitch when skipping intro | Strangerke | |
2015-12-26 | LAB: Clean up Image._imageData memory handling | Willem Jan Palenstijn | |
2015-12-26 | LAB: Remove useless virtual keywords | Willem Jan Palenstijn | |
2015-12-26 | LAB: Remove an unused function in EventManager | Strangerke | |
2015-12-26 | LAB: Rename 'im' to 'img' for naming consistency | Strangerke | |
2015-12-26 | LAB: Make breadcrumb key checks more consistent | Willem Jan Palenstijn | |
This platform check was lost in 60d4f0a0695f8eaf5aced2df7dfe3c191e37ae25. |