aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Collapse)Author
2017-02-16DIRECTOR: Lingo: Revert D3 script addressing modificationEugene Sandulenko
2017-02-15JANITORIAL: Formatting fixesEugene Sandulenko
2017-02-15DIRECTOR: Lingo: Fix 'pause' implementationEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Fix rest of the 'go to' family functionsEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Fixed 'go to' functionsEugene Sandulenko
2017-02-14DIRECTOR: Hid noisy debug outputEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Implement b_delay()Eugene Sandulenko
2017-02-13DIRECTOR: Execute movie script 0 on loading for D2-D3Eugene Sandulenko
2017-02-13DIRECTOR: Turn assert into a warning when sprite cast is missingEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented \xC2 continuation symbol supportEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented stub for REFERENCE built-insEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fixing position count in lexerEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fix D3 script executionEugene Sandulenko
2017-02-11JANITORIAL: Formatting fixesEugene Sandulenko
2017-02-11DIRECTOR: Lingo: Simplfy movie presense check in 'go to movie'Eugene Sandulenko
2017-02-11DIRECTOR: Lingo: Implemented sanity checks for built-insEugene Sandulenko
2017-02-11DIRECTOR: Lingo: Probe movies in Mac Resource Forks in 'go to movie'Eugene Sandulenko
Currently, 'Gravity Ball' movie is launched every now and then in The Apartment 3.0 due to some bug in hadlers call sequence. Thus, rename it for the time being.
2017-02-11DIRECTOR: Fix Shared cast detectionEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Fixed parsing built-ins with arglistEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statementEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Fixed built-ins code generationEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Variables" LingoEugene Sandulenko
This completes the Director 4.0 grammar. Woo hoo!
2017-02-09DIRECTOR: Lingo: Documented D4 "Time" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Text" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "System" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Sprites" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Sound" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Puppets" LingoEugene Sandulenko
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-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-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-08DIRECTOR: Specify Shared Cast name for D4+ Mac moviesEugene 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