aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
2020-01-11DIRECTOR: LINGO: Allow b_length to cast from referenceScott Percival
2020-01-10DIRECTOR: Fix crash when built-in is being redefinedEugene Sandulenko
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
2020-01-09DIRECTOR: LINGO: Fix compilation for 'the number of words of'Eugene Sandulenko
2020-01-09DIRECTOR: LINGO: Allow cb_v4theentitypush and cb_v4theentityassign to cast to...Scott Percival
2020-01-08DIRECTOR: LINGO: Regenerate lexerEugene Sandulenko
2020-01-08DIRECTOR: LINGO: Fix MovieScript event processingEugene Sandulenko
2020-01-08DIRECTOR: LINGO: Implement 'the pi'Eugene Sandulenko
2020-01-08DIRECTOR: LINGO: Clarified built-ins for D3Eugene Sandulenko
2020-01-07DIRECTOR: LINGO: Fix warningsEugene Sandulenko
2020-01-06DIRECTOR: LINGO: Clarify the control flowEugene Sandulenko
2020-01-06DIRECTOR: LINGO: Clarified keywords present in D3.1Eugene Sandulenko
2020-01-05DIRECTOR: LINGO: Remove unnecessary warningEugene Sandulenko
2020-01-05DIRECTOR: LINGO: Fix grammar for 'the entities' with idEugene Sandulenko
2020-01-04DIRECTOR: LINGO: 'version' returns string, not an integerEugene Sandulenko
2020-01-02DIRECTOR: LINGO: Fix commentEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Fix 'the cast' director versionEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Improved lexer debug outputEugene Sandulenko
2020-01-01DIRECTOR: Implement kTheMouseH and kTheMouseVScott Percival
2020-01-01DIRECTOR: Improve path convertingEugene Sandulenko
2020-01-01DIRECTOR: Use current path for navigating between moviesEugene Sandulenko
2020-01-01DIRECTOR: Fix cast id referencesEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Add cb_v4putvalue, casting support for REFERENCEScott Percival
2020-01-01DIRECTOR: LINGO: Re-add go as a builtin for v4Scott Percival
2020-01-01DIRECTOR: LINGO: Add wrapper for executing script handlersScott Percival
2020-01-01DIRECTOR: Move more enums to types.hEugene Sandulenko
2020-01-01JANITORIAL: Fix table formattingEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Moved all built-ins to separate namespaceEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Replace LC class with namespaceEugene Sandulenko
2020-01-01JANITORIAL: Align table formattingEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...Eugene Sandulenko
2019-12-31DIRECTOR: LINGO: Avoid reading past buffer in the preprocessorEugene Sandulenko
2019-12-31DIRECTOR: LINGO: 'return' could have no argumentsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added decompilation prototypes for newly added codesEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added test for chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement parsing of 'the number of <xx> in' chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Allow numbers in object namesEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Support getting object fieldsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Fixed 'factory' lexingEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added test for factory()Eugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement function flavour of factory() built-inEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Fix grammar for built-ins with empty arglistEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for empty arglistEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for object settingEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Implement grammar for setting object fieldsEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added new token, THEOBJECTFIELD, for 'the <entity> of <object>'Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Load 'the entities' and fields per Director versionEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added version number to 'the fields'Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Clarified director version for some 'the entities'Eugene Sandulenko