aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
AgeCommit message (Expand)Author
2020-01-08DIRECTOR: LINGO: Implement 'the pi'Eugene Sandulenko
2020-01-08DIRECTOR: LINGO: Clarified built-ins for D3Eugene Sandulenko
2020-01-06DIRECTOR: LINGO: Clarified keywords present in D3.1Eugene Sandulenko
2020-01-05DIRECTOR: LINGO: Remove unnecessary warningEugene Sandulenko
2020-01-02DIRECTOR: LINGO: Fix commentEugene Sandulenko
2020-01-01DIRECTOR: LINGO: Fix 'the cast' director versionEugene Sandulenko
2020-01-01DIRECTOR: Implement kTheMouseH and kTheMouseVScott Percival
2019-12-31DIRECTOR: LINGO: Support getting object fieldsEugene 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
2019-12-30DIRECTOR: LINGO: Added Director version to the 'the entity' listEugene Sandulenko
2019-12-30DIRECTOR: Get rid of _castTypes[]Eugene Sandulenko
2019-12-30DIRECTOR: Simplified cast managementEugene Sandulenko
2019-12-29DIRECTOR: LINGO: Normalise parameters before usage in setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Implement 'set the text of cast'Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Fix cast references in setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Code simplificaiton in Lingo::setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Implement 'the stilldown'Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Added 'set... of the cast' processingEugene Sandulenko
2019-12-27DIRECTOR: Properly implement sprite pattern settingEugene Sandulenko
2019-12-27DIRECTOR: LINGO: Added manipulation of sprite patterns.Eugene Sandulenko
2019-12-27DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-24DIRECTOR: Furhter work on header dependency decreaseEugene Sandulenko
2019-12-24DIRECTOR: More work on reducing header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Further simplification of include dependenciesEugene Sandulenko
2019-12-24DIRECTOR: Decreased header dependencyEugene Sandulenko
2019-12-02DIRECTOR: Change kTheLast to a TheFieldTypeScott Percival
2019-11-24DIRECTOR: Rename Cast class variables to follow our naming conventionsEugene Sandulenko
2017-03-12DIRECTOR: pre-load cast members.stevenhoefel
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 "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-08DIRECTOR: Lingo: Documented D4 "Playing movies" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Operators and math functions" LingoEugene 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-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-05DIRECTOR: Lingo: Documented D4 "Code structures" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast window management" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast members" LingoEugene Sandulenko
2017-01-14DIRECTOR: Lingo: More work on D4 mappingEugene Sandulenko