aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-builtins.cpp
AgeCommit message (Collapse)Author
2017-01-11DIRECTOR: Lingo: Implemented 'duplicate cast' stubEugene Sandulenko
That is yet-another deviation from clean grammar rules in origial. In order to avoid mess, two-word builtins are implemented, and 'sound <op>' are also switched to that method.
2017-01-10DIRECTOR: Lingo: Add time-related stubs. This completes D3 grammarEugene Sandulenko
All of the Director 3.0 grammar should be parseable now, albeit buggy, especially because many stubs do not push their result values which leads to a stack underflow.
2017-01-10DIRECTOR: Lingo: Added stubs for D3 Text-related syntaxEugene Sandulenko
2017-01-10DIRECTOR: Lingo: More documentation for D3 differencesEugene Sandulenko
2017-01-09DIRECTOR: System beep and Mouse Cursors.stevenhoefel
2017-01-08DIRECTOR: Lingo: Added more D3 stubsEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Stubbed "sound*" built-insEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Added stub for 'me' keywordEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Documented catmember differences for D3Eugene Sandulenko
2016-09-05DIRECTOR: Fix warningsEugene Sandulenko
2016-08-23DIRECTOR: Reduce header dependencyEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Fix factory method executionEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added stubs for rest of the D2 functionsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for functions up to 's'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for function up to 'n'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Start of script execution trace codeEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Added some debug outputEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Fix mNew factory method callingEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Added stub for 'label' functionEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implemented integerp function and added stubs for 'the free*'Eugene Sandulenko
2016-08-13DIRECTOR: Lingo: Simplified Datum constants pushingEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implement charToNum, added stubs for constrainH/V functionsEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Implemented factory(mNew) method handlingEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added all D2 constantsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Code for calling out factory methodsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Initial code for factory creationEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added constants 'true' and 'false'Eugene Sandulenko
2016-08-10DIRECTOR: Lingo: Use first argument of 'puppetPalette' verbatimEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-insEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Proper stubs for commands with variable argumentsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Pass number of arguments to built-in functionsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Mark built-in commands with Director versionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added rest of D2 command stubsEugene 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-06DIRECTOR: Lingo: Added stubs for open*, do, pause commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Added more command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Made built-in functions genericEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Add prefix 'v' to all Symbol types.Eugene Sandulenko
Helps WinCE backend which has lots of them defined.
2016-08-03DIRECTOR: Lingo: Turn builtins into normal symbolsEugene Sandulenko
2016-08-03JANITORIAL: Whitespace fixesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added updateStage stubEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented ilk() functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added basic support for pointsEugene Sandulenko