aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-builtins.cpp
AgeCommit message (Expand)Author
2019-12-24DIRECTOR: LINGO: Replace \r with \n in return constant.Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Preprocess 'return' constant so it compilesEugene Sandulenko
2019-12-22DIRECTOR: Fix calling of BeepRoland van Laar
2019-12-22DIRECTOR: LINGO: Register only builtins per Director versionEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Fix crash for commandless menu itemsEugene Sandulenko
2019-12-18DIRECTOR: LINGO: Rename dontPassEvent and simplify codeEugene Sandulenko
2019-12-18DIRECTOR: LINGO: b_nothing was implemented awhile agoEugene Sandulenko
2019-12-18DIRECTOR: Fix calling convention for b_goScott Percival
2019-12-17DIRECTOR: LINGO: Implement b_goScott Percival
2019-12-17DIRECTOR: LINGO: Support menu items without commandsEugene Sandulenko
2019-12-17DIRECTOR: LINGO: Execute menu commandsEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Compile menu handlersEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Generate code for menu actionsEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Provide actionId for menusEugene Sandulenko
2019-12-13DIRECTOR: LINGO: Fixed menus without newline at the endEugene Sandulenko
2019-12-13DIRECTOR: LINGO: Fix warningEugene Sandulenko
2019-12-12DIRECTOR: Fix Signed vs. Unsigned Comparison GCC Warning.D G Turner
2019-12-11DIRECTOR: LINGO: Pass menu to MacMenu in installMenu built-inEugene Sandulenko
2019-12-11DIRECTOR: LINGO: Initial code for b_installMenu(). ParsingEugene Sandulenko
2019-12-10DIRECTOR: LINGO: CleanupEugene Sandulenko
2019-12-10DIRECTOR: LINGO: Fix bounds check in b_zoomBoxEugene Sandulenko
2019-12-10DIRECTOR: Implement zoomBox renderingEugene Sandulenko
2019-12-10DIRECTOR: Do precomputations for 'zoomBox' built-inEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Add stub for b_goScott Percival
2019-12-02DIRECTOR: LINGO: Implemented RETURN as a built-in for the momentEugene Sandulenko
2019-12-02DIRECTOR: Add readString and getStringScott Percival
2019-11-24DIRECTOR: Fix symbol printingEugene Sandulenko
2017-07-05DIRECTOR: Add Lingo::_dontPassEventTobia Tesan
2017-03-20DIRECTOR: Fix GCC Warnings.D G Turner
2017-03-13DIRECTOR: Lingo: Implement b_moveableSprite()Eugene Sandulenko
2017-03-12DIRECTOR: Lingo: Fix b_rollOver() implementationEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Implement b_rollOver()Eugene Sandulenko
2017-03-10DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2017-03-08DIRECTOR: Lingo: More debug output to call() methodEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Fix b_moveableSprite() stubEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Implemented b_field() methodEugene Sandulenko
2017-02-15DIRECTOR: Lingo: Fix 'pause' implementationEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Implement b_delay()Eugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented stub for REFERENCE built-insEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Variables" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Time" LingoEugene Sandulenko
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 "Sound" 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 "Predefined methods and special messages" LingoEugene Sandulenko