aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-27WAGE: Added stub for polygon drawingEugene Sandulenko
2015-12-27WAGE: Stub for Design::paint()Eugene Sandulenko
2015-12-27WAGE: Sync with mainlineEugene Sandulenko
2015-12-27WAGE: Sync with modern ScummVMEugene Sandulenko
2015-12-27WAGE: Added debug output, fixed semanticsEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Remove SVN keywords from the headersEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Fix compilation with modern ScummVMEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: 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-27WAGE: Remove snprintf() instance. Unused anyway.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Add README.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Fixed Remaining Issues Preventing Compilation.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: 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-27WAGE: 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-27WAGE: Update World Class with MKTAG fourCC.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Add Missing Headers For World Class.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Minor Comment Corrections and Removal.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Correction For MacResManager Constructor Changes.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Add Missing Required Engine Headers.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Correct Engine For DebugMan API Changes.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Replace Forbidden Printf calls with debug() calls.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Updated Engine for MemoryReadStream Header Change.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: StringList Replaced by StringArray...D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Update Engine For MKID_BE to MKTAG Change.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Update Engine For Changes To Advanced Detector API.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Update Engine Code For Common::RandomSource API Changes.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Add .gitignore file.D G Turner
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Started implementing script execution.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Fix compilation under *nix.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Added MIT license to mll relevant files.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Move MacResManager to CommonEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Implement reading of all entities. This completes the world loading.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Merged most headers into entities.hEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Finished world loading.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Load scene scripts too.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Started scene loader implemenationEugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Remove chr.cpp as it is non-needed.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Removed tons on those accessors.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Added Context class and completed Chr class.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Added stubs for most classes. Implemented Obj and Scene classes.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Resource file is loaded.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27WAGE: Initial version. "Another Fine Mess 1.8" is detected.Eugene Sandulenko
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27LAB: Allow to skip more efficiently the intro while the 2nd screen is displayedStrangerke
2015-12-27Merge pull request #641 from vanfanel/gles_fixJohannes Schickel
SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script.
2015-12-27LAB: Remove some unnecessary castsWillem Jan Palenstijn
2015-12-27LAB: Simplify fillBuffer()Filippos Karapetis
2015-12-27LAB: Unify the sound flags code for music and sound effectsFilippos Karapetis
2015-12-27LAB: Simplify resetMusic()Filippos Karapetis
2015-12-27LAB: Rename _lastMusicRoom to _curRoomMusicFilippos Karapetis
2015-12-27LAB: Remove incorrect mouse cursor hiding at the start of every animFilippos Karapetis
This resulted in having the mouse cursor flash in scenes with animation (e.g. the Surreal Maze)