aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-builtins.cpp
AgeCommit message (Expand)Author
2017-02-08DIRECTOR: Lingo: Documented D4 "Playing movies" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Parent scripts" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Output" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Operators and math functions" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Switched Symbol::name to Common::StringEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Fix constants parsingEugene Sandulenko
2017-02-08DIRECTOR: Specify Shared Cast name for D4+ Mac moviesEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Fixed typo in builtin list and added sanity check to catch itEugene 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-07DIRECTOR: Lingo: Documented D4 "Menus" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Logical operators and functions" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Documented D4 "Lists" 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-06DIRECTOR: Lingo: Further work on improved built-in grammarEugene 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: Renamed printStubWithArglist to printSTUBWithArglistEugene Sandulenko
2017-02-04DIRECTOR: Lingo: Implemented b_shutDown() and b_restart()Eugene Sandulenko
2017-02-04DIRECTOR: Lingo: Implemented b_quit()Eugene Sandulenko
2017-02-04DIRECTOR: Implemented pausing/continuing of playbackEugene Sandulenko
2017-01-16DIRECTOR: Implement function 'marker'.stevenhoefel
2017-01-13DIRECTOR: Lingo: Added stubs of List functions in D4Eugene Sandulenko
2017-01-12DIRECTOR: Hook Lingo events through. Tie in frame events.stevenhoefel
2017-01-11DIRECTOR: Lingo: Implemented 'duplicate cast' stubEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Add time-related stubs. This completes D3 grammarEugene Sandulenko
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