aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-builtins.cpp
AgeCommit message (Expand)Author
2020-01-11DIRECTOR: LINGO: Allow b_length to cast from referenceScott Percival
2020-01-06DIRECTOR: LINGO: Clarified keywords present in D3.1Eugene Sandulenko
2020-01-04DIRECTOR: LINGO: 'version' returns string, not an integerEugene 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-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-01DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...Eugene Sandulenko
2019-12-31DIRECTOR: LINGO: 'return' could have no argumentsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement parsing of 'the number of <xx> in' chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement function flavour of factory() built-inEugene Sandulenko
2019-12-24DIRECTOR: Finish work on reducing header dependencyEugene Sandulenko
2019-12-24DIRECTOR: More work on reducing header dependencyEugene Sandulenko
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