aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-02-07SCI: Fix warningsWillem Jan Palenstijn
2017-02-07Merge pull request #896 from criezy/create-project-fixesEugene Sandulenko
2017-02-07Merge pull request #892 from Retro-Junk/cryoEugene Sandulenko
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 lab...stevenhoefel
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
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
2017-02-06DIRECTOR: Lingo: Documented D4 "External to Director" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Documented D4 "Events" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Documented D4 "Event handlers and messages" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Documented D4 "Digital video" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Further work on improved built-in grammarEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Fixing grammar for 'cast XX'Eugene Sandulenko
2017-02-06GRAPHICS: Cleanup MacText codeEugene Sandulenko
2017-02-05TITANIC: Fix populated contents of CMusicWave arrayPaul Gilbert
2017-02-05TITANIC: Fix crash in CMusicWave setupArrayPaul Gilbert
2017-02-05TITANIC: Further renamings for the audio bufferPaul Gilbert
2017-02-06I18N: Regenerate translations data fileThierry Crozat
2017-02-05TITANIC: Renamings and cleanups for music room handler & audio bufferPaul Gilbert
2017-02-06DIRECTOR: Use Text rect for buttons. Adjust sizing appropriately.stevenhoefel
2017-02-06GRAPHICS: Return line count of formatted MacText.stevenhoefel
2017-02-05TITANIC: Fix setup & loading of music room soundsPaul Gilbert
2017-02-06CRYO: Fix a null pointerStrangerke
2017-02-05DIRECTOR: Lingo: Documented D4 "Code structures" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Added tests for new grammar for built-insEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast window management" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast members" LingoEugene Sandulenko
2017-02-05TITANIC: Start of getting CWaveFile to handling audio streamingPaul Gilbert
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-02-05SCI: Use strnlen instead of strlen to avoid buffer overflowsColin Snover