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-code.cpp
Age
Commit message (
Expand
)
Author
2020-01-01
DIRECTOR: Fix cast id references
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Add cb_v4putvalue, casting support for REFERENCE
Scott Percival
2020-01-01
DIRECTOR: LINGO: Moved all built-ins to separate namespace
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Replace LC class with namespace
Eugene Sandulenko
2020-01-01
JANITORIAL: Align table formatting
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...
Eugene Sandulenko
2019-12-31
DIRECTOR: LINGO: Added decompilation prototypes for newly added codes
Eugene Sandulenko
2019-12-31
DIRECTOR: LINGO: Support getting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Implement grammar for setting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: Simplified cast management
Eugene Sandulenko
2019-12-24
DIRECTOR: Furhter work on header dependency decrease
Eugene Sandulenko
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-23
DIRECTOR: LINGO: Fix string constants, make constant pushing inline
Scott Percival
2019-12-23
DIRECTOR: LINGO: String equality is case insensitive
Scott Percival
2019-12-23
DIRECTOR: LINGO: Add string support to c_eq and c_neq
Scott Percival
2019-12-17
DIRECTOR: LINGO: Add c_namepush
Scott Percival
2019-12-08
DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix code decompilation offsets
Eugene Sandulenko
2019-12-04
DIRECTOR: LINGO: Implement c_argcpush
Scott Percival
2019-12-03
DIRECTOR: LINGO: Add cb_v4theentitynamepush
Scott Percival
2019-12-02
DIRECTOR: LINGO: Implemented passing 'me' as an object reference
Eugene Sandulenko
2019-12-02
DIRECTOR: Adjust naming of some instructions
Scott Percival
2019-12-02
DIRECTOR: Show code offsets for stack printouts in Lingo::execute
Scott Percival
2019-12-02
DIRECTOR: Add readString and getString
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: LINGO: Made assert statement meaningful
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Fix c_when() code, so the eecution may continue
Eugene Sandulenko
2019-12-01
DIRECTOR: Make text fields assignable
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and defin...
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Made decodeInstruction() universal
Eugene Sandulenko
2019-11-17
DIRECTOR: Recompile Lingo parser
Scott Percival
2019-11-17
DIRECTOR: More formatting
Scott Percival
2019-11-17
DIRECTOR: Fix formatting
Scott Percival
2019-11-17
DIRECTOR: Fix script function model, rename c_nop to c_unk.
Scott Percival
2019-11-17
DIRECTOR: Flesh out bytecode interpreter
Scott Percival
2019-11-17
DIRECTOR: begin interpreter for Lingo V4 bytecode
Scott Percival
2019-11-17
DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup table...
Scott Percival
2017-03-13
DIRECTOR: Lingo: Improved check for REFERENCE assignment
Eugene Sandulenko
2017-03-08
DIRECTOR: Lingo: More debug output to call() method
Eugene Sandulenko
2017-02-25
DIRECTOR: Move utility functions to util.cpp
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Initial code for func_playdone()
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Initial code for func_play()
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Clarified compile and exec debug level messages
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Show execution trace at earlier debug levels
Eugene Sandulenko
2017-02-23
DIRECTOR: Lingo: Do not pollute stack in c_assign()
Eugene Sandulenko
[next]