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-24
DIRECTOR: More work on reducing header dependency
Eugene Sandulenko
2019-12-24
DIRECTOR: Further simplification of include dependencies
Eugene Sandulenko
2019-12-24
DIRECTOR: Decreased header dependency
Eugene Sandulenko
2019-12-23
DIRECTOR: LINGO: Fix string constants, make constant pushing inline
Scott Percival
2019-12-23
DIRECTOR: LINGO: Add define() support for bytecode
Scott Percival
2019-12-17
DIRECTOR: LINGO: Add c_namepush
Scott Percival
2019-12-17
DIRECTOR: LINGO: Variable name tweaks
Scott Percival
2019-12-04
DIRECTOR: LINGO: Fix cb_v4theentitynamepush to consume an argc
Scott Percival
2019-12-04
DIRECTOR: LINGO: Implement c_argcpush
Scott Percival
2019-12-03
DIRECTOR: LINGO: Add cb_v4theentitynamepush
Scott Percival
2019-12-02
DIRECTOR: Adjust naming of some instructions
Scott Percival
2019-12-02
DIRECTOR: Comments for bytecode argument parser
Scott Percival
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