aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
2019-12-24DIRECTOR: Further simplification of include dependenciesEugene Sandulenko
2019-12-24DIRECTOR: Decreased header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Split out Lingo preprocessor code into a separate fileEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added another test for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added another use case for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added test for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Replace \r with \n in return constant.Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Preprocess 'return' constant so it compilesEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Added tests for new grammarEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Fix regression in 'go' keyword grammarEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Fix ENDCLAUSE lexer regexpEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Simplified grammar for 'go' keywordEugene Sandulenko
2019-12-23DIRECTOR: Fix Signed vs. Unsigned Compiler WarningsD G Turner
2019-12-23DIRECTOR: LINGO: Fix string constants, make constant pushing inlineScott Percival
2019-12-23DIRECTOR: LINGO: Add define() support for bytecodeScott Percival
2019-12-23DIRECTOR: Fix _nextFrame from getting clobbered by exitFrame eventsScott Percival
2019-12-23DIRECTOR: LINGO: String equality is case insensitiveScott Percival
2019-12-23DIRECTOR: LINGO: Add string support to c_eq and c_neqScott Percival
2019-12-23DIRECTOR: Load compiled Lingo scripts based on cast idScott Percival
2019-12-23DIRECTOR: Add intial loader for Lctx blocksScott Percival
2019-12-22DIRECTOR: Add wait between beeps.Roland van Laar
2019-12-22DIRECTOR: Fix calling of BeepRoland van Laar
2019-12-22DIRECTOR: Fix implementation of converting references to stringsEugene Sandulenko
2019-12-22DIRECTOR: Store also unformatted text for text castEugene Sandulenko
2019-12-22DIRECTOR: LINGO: Fix grammar for referencesEugene Sandulenko
2019-12-22DIRECTOR: It is fine to have non-existent references in score. Thus, hide the...Eugene Sandulenko
2019-12-22DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-22DIRECTOR: LINGO: Remove D4-specific testsEugene Sandulenko
2019-12-22DIRECTOR: LINGO: Fix 'me' syntax. It is a functionEugene Sandulenko
2019-12-22DIRECTOR: LINGO: Register only builtins per Director versionEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Added debugging lines for GLR parserEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Fix matching local arguments while parsingEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Match local arguments during parsingEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Added more granularity to definition parse stateEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Improved debug outputEugene Sandulenko
2019-12-19DIRECTOR: LINGO: Make 'method {identifier}' as a single token.Eugene Sandulenko
2019-12-18DIRECTOR: LINGO: Fix crash for commandless menu itemsEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Remove unnecessary global referencesEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Properly process dontPassEvent flagEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Rename dontPassEvent and simplify codeEugene Sandulenko
2019-12-18DIRECTOR: LINGO: b_nothing was implemented awhile agoEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Process specific event in sprite script for D3Eugene Sandulenko
2019-12-18DIRECTOR: LINGO: Hid more noise warningsEugene Sandulenko
2019-12-18DIRECTOR: Fix calling convention for b_goScott Percival
2019-12-18DIRECTOR: Remove target for a test archiveScott Percival
2019-12-17DIRECTOR: Added debug channel for executing precompiled bytecodeEugene Sandulenko
2019-12-17DIRECTOR: Fix regression with c_goto commandEugene Sandulenko
2019-12-17DIRECTOR: LINGO: Implement b_goScott Percival
2019-12-17DIRECTOR: LINGO: Add c_namepushScott Percival
2019-12-17DIRECTOR: Add target for a test archiveScott Percival