index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
director
/
lingo
/
lingo-bytecode.cpp
Age
Commit message (
Expand
)
Author
2019-12-02
DIRECTOR: Implement c_jump and c_jumpif
Scott Percival
2019-12-02
DIRECTOR: Replace code int/double parsing with inline function
Scott Percival
2019-12-02
DIRECTOR: Add stubs for c_jump and c_jumpif
Scott Percival
2019-12-02
DIRECTOR: Add c_constpush
Scott Percival
2019-12-02
DIRECTOR: Add c_v4theentitypush and c_v4theentityassign
Scott Percival
2019-12-02
DIRECTOR: Add bytecode lookup table for TheEntity functions
Scott Percival
2019-11-18
DIRECTOR: Fix Unused Variable Compiler Warnings
D G Turner
2019-11-17
DIRECTOR: Add more logging to Lingo script loader
Scott Percival
2019-11-17
DIRECTOR: Attempt to load Lingo bytecode for v4 and above
Scott Percival
2019-11-17
DIRECTOR: More formatting
Scott Percival
2019-11-17
DIRECTOR: Fix formatting
Scott Percival
2019-11-17
DIRECTOR: Add loader for Lingo name section.
Scott Percival
2019-11-17
DIRECTOR: Fix functions_offset in addCodeV4
Scott Percival
2019-11-17
DIRECTOR: Fix code formatting.
Scott Percival
2019-11-17
DIRECTOR: Add ScriptContext struct to track all attributes of the current scr...
Scott Percival
2019-11-17
DIRECTOR: Add support for exit.
Scott Percival
2019-11-17
DIRECTOR: Fix script function model, rename c_nop to c_unk.
Scott Percival
2019-11-17
DIRECTOR: Adjust codeInt and codeArray to not include calls to c_intpush and ...
Scott Percival
2019-11-17
DIRECTOR: Flesh out bytecode interpreter
Scott Percival
2019-11-17
DIRECTOR: begin interpreter for Lingo V4 bytecode
Scott Percival