aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-code.cpp
AgeCommit message (Expand)Author
2019-12-04DIRECTOR: LINGO: Implement c_argcpushScott Percival
2019-12-03DIRECTOR: LINGO: Add cb_v4theentitynamepushScott Percival
2019-12-02DIRECTOR: LINGO: Implemented passing 'me' as an object referenceEugene Sandulenko
2019-12-02DIRECTOR: Adjust naming of some instructionsScott Percival
2019-12-02DIRECTOR: Show code offsets for stack printouts in Lingo::executeScott Percival
2019-12-02DIRECTOR: Add readString and getStringScott Percival
2019-12-02DIRECTOR: Implement c_jump and c_jumpifScott Percival
2019-12-02DIRECTOR: Replace code int/double parsing with inline functionScott Percival
2019-12-02DIRECTOR: Add stubs for c_jump and c_jumpifScott Percival
2019-12-02DIRECTOR: Add c_constpushScott Percival
2019-12-02DIRECTOR: Add c_v4theentitypush and c_v4theentityassignScott Percival
2019-12-02DIRECTOR: LINGO: Made assert statement meaningfulEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix c_when() code, so the eecution may continueEugene Sandulenko
2019-12-01DIRECTOR: Make text fields assignableEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and defin...Eugene Sandulenko
2019-12-01DIRECTOR: LINGO: Made decodeInstruction() universalEugene Sandulenko
2019-11-17DIRECTOR: Recompile Lingo parserScott Percival
2019-11-17DIRECTOR: More formattingScott Percival
2019-11-17DIRECTOR: Fix formattingScott Percival
2019-11-17DIRECTOR: Fix script function model, rename c_nop to c_unk.Scott Percival
2019-11-17DIRECTOR: Flesh out bytecode interpreterScott Percival
2019-11-17DIRECTOR: begin interpreter for Lingo V4 bytecodeScott Percival
2019-11-17DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup table...Scott Percival
2017-03-13DIRECTOR: Lingo: Improved check for REFERENCE assignmentEugene Sandulenko
2017-03-08DIRECTOR: Lingo: More debug output to call() methodEugene Sandulenko
2017-02-25DIRECTOR: Move utility functions to util.cppEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Initial code for func_playdone()Eugene Sandulenko
2017-02-24DIRECTOR: Lingo: Initial code for func_play()Eugene Sandulenko
2017-02-24DIRECTOR: Lingo: Clarified compile and exec debug level messagesEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Show execution trace at earlier debug levelsEugene Sandulenko
2017-02-23DIRECTOR: Lingo: Do not pollute stack in c_assign()Eugene Sandulenko
2017-02-22DIRECTOR: Lingo: Initial code for field assignmentsEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fix stack overflow when assigning 'the' entityEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fixed stack underflow in handler executionEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fix when..then executionEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Move repeat..with, repeat..while and when to relative addressesEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fixed float constants processingEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Turned if() statement code into relative jumpsEugene 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-11DIRECTOR: Lingo: Implemented sanity checks for built-insEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statementEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Fix global symbol processingEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Fix double free in local varsEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Parent scripts" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Switched Symbol::name to Common::StringEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Movie in a window" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Further work on improved built-in grammarEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
2017-01-14DIRECTOR: Lingo: More portable float readingEugene Sandulenko