aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09DIRECTOR: Made DirectorEngine::_currentScore privateEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Add sanity checks to score-related built-insEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Fix Symbol printingEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Fix global symbol processingEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Fix double free in local varsEugene Sandulenko
2017-02-08TITANIC: Another music parser fixPaul Gilbert
2017-02-08TITANIC: Fix for CMusicParser parsingPaul Gilbert
2017-02-09I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (929 of 929 strings)
2017-02-08TITANIC: Renamings and comments for music classesPaul Gilbert
2017-02-08DIRECTOR: Lingo: Documented D4 "Predefined methods and special messages" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Playing movies" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Parent scripts" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Output" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Operators and math functions" LingoEugene Sandulenko
2017-02-08COMMON: Fix calling Span::getStringAt with non-zero indexColin Snover
2017-02-08DIRECTOR: Lingo: Fix macro definitionEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Switched Symbol::name to Common::StringEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Fix 'when..then' statementEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Fix constants parsingEugene Sandulenko
2017-02-08CRYO: Fix some more GCC warningsStrangerke
2017-02-08CRYO: Fix some shadowed memberStrangerke
2017-02-08CRYO: Fix a GCC warningStrangerke
2017-02-08CRYO: Fix several issues reported by coverityStrangerke
2017-02-08DIRECTOR: Specify Shared Cast name for D4+ Mac moviesEugene Sandulenko
2017-02-07DREAMWEB: fixed detection of Italian CD releaseDario Scarpa
The Italian CD release of Dreamweb (available on https://www.scummvm.org/games/) was not properly detected (the floppy version was detected, so speech stayed disabled). Added a proper entry to fix the issue.
2017-02-07SCI: Fix warningsWillem Jan Palenstijn
2017-02-07Merge pull request #896 from criezy/create-project-fixesEugene Sandulenko
DEVTOOLS: Create project fixes
2017-02-07Merge pull request #892 from Retro-Junk/cryoEugene Sandulenko
CRYO: New engine
2017-02-07DIRECTOR: Remove noisy and obsolete debug outputEugene Sandulenko
2017-02-07DIRECTOR: Fixed Lingo's 'go to movie' Red/Blue worksEugene Sandulenko
2017-02-07DIRECTOR: Move graphics-related code to graphics.cppEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Added debug output to lexer and fixed builtin.lingo testEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Finally fixed grammar for BLTINARGLISTEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Fix lexer for built-ins detectionEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Fixed typo in builtin list and added sanity check to catch itEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Movie in a window" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Mouse and pointer" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Menus" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Logical operators and functions" LingoEugene Sandulenko
2017-02-07JANITORIAL: Formatting fixesEugene Sandulenko
2017-02-07GRAPHICS: Recalculate text area sizing if interLinear is changed.stevenhoefel
2017-02-07DIRECTOR: More font alignment and spacing on buttons. Go to frame 0 if no ↵stevenhoefel
labels.
2017-02-06CREATE_PROJECT: Disable engines for which required features are not availableThierry Crozat
2017-02-06CREATE_PROJECT: Add highres featureThierry Crozat
2017-02-06BASE: Ignore -NSDocumentRevisionDebugMode command line argument on OS XThierry Crozat
This is automatically added by Xcode when not toggling off the "Allow debugging when using document Versions Browser". Since this is on by default, and to avoid everybody having to google it, I have decided to just ignore it on OS X.
2017-02-06CREATE_PROJECT: Fix linking with Xcode when not disabling curlThierry Crozat
2017-02-06DIRECTOR: Lingo: Documented D4 "Lists" LingoEugene Sandulenko
2017-02-06BUILD: Define SCUMM_64BITS on 64 bits platforms when not using configureThierry Crozat
This for example fixes the compilation of the fullpipe engine on 64 bits platforms when using create_project.
2017-02-06DIRECTOR: Lingo: Documented D4 "External to Director" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Documented D4 "Events" LingoEugene Sandulenko