aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/tests
AgeCommit message (Expand)Author
2020-01-09DIRECTOR: Renamed lingotests detection file to avoid executionEugene Sandulenko
2020-01-09DIRECTOR: LINGO: Added test for 'put the number of <x> of'Eugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added test for chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added test for factory()Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for empty arglistEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for object settingEugene Sandulenko
2019-12-29DIRECTOR: LINGO: Added test for 'global'Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Add test for 'when' statements with 'if'Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added another test for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added test for 'return' constantEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Added tests for new grammarEugene Sandulenko
2019-12-22DIRECTOR: LINGO: Remove D4-specific testsEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessingEugene Sandulenko
2019-12-06DIRECTOR: Added more 'if' statement testsEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line countingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Added test for C2 continuation symbolEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Implemented passing 'me' as an object referenceEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix setting cast member valuesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added test for inline equality testsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix macro calls as part of statement listsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added special lex case for 'set value of ()'Eugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added another failing 'if' testEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Implement extened 'on' clause syntaxEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix syntax of repeatwith operatorEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix compilation for multiple if conditionsEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant testEugene Sandulenko
2019-11-27DIRECTOR: LINGO: Made if.lingo test executableEugene Sandulenko
2019-11-13DIRECTOR: Added broken 'if' statement testEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Added debug output to lexer and fixed builtin.lingo testEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Added tests for new grammar for built-insEugene Sandulenko
2017-01-18DIRECTOR: Lingo: Added list of D3 and D4 keywordsEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
2017-01-13DIRECTOR: Lingo: Implemented grammar for arraysEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Implemented stub for 'the time' entityEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Added sub for 'the date' entityEugene Sandulenko
2017-01-10DIRECTOR: Smarter checks for 'end' clause in grammar/lexerEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Stubbed "sound*" built-insEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Fix 'on' keyword parsingEugene Sandulenko
2017-01-06DIRECTOR: Lingo: Add test for eventsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Implement D2 version of 'the sqrt'Eugene Sandulenko
2016-08-12DIRECTOR: Lingo: Added factory execution testEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added stub for playAccel and printFrom commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Extended go to/play testEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Extended factory test to one from Warlock D5.safe-movie-1Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process extra or too few arguments for built-insEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Turn builtins into normal symbolsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added tests for type conversionEugene Sandulenko