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.h
Age
Commit message (
Expand
)
Author
2020-01-01
DIRECTOR: LINGO: Add wrapper for executing script handlers
Scott Percival
2020-01-01
DIRECTOR: Move more enums to types.h
Eugene Sandulenko
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
DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...
Eugene Sandulenko
2019-12-31
DIRECTOR: LINGO: Implement parsing of 'the number of <xx> in' chunk functions
Eugene Sandulenko
2019-12-31
DIRECTOR: LINGO: Support getting object fields
Eugene Sandulenko
2019-12-31
DIRECTOR: LINGO: Implement function flavour of factory() built-in
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Implement grammar for setting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Added new token, THEOBJECTFIELD, for 'the <entity> of <object>'
Eugene Sandulenko
2019-12-29
DIRECTOR: LINGO: Print variable lists as an extra debug step
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-24
DIRECTOR: Decreased header dependency
Eugene Sandulenko
2019-12-24
DIRECTOR: LINGO: Preprocess 'return' constant so it compiles
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-20
DIRECTOR: LINGO: Fix matching local arguments while parsing
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Match local arguments during parsing
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Added more granularity to definition parse state
Eugene Sandulenko
2019-12-18
DIRECTOR: LINGO: Rename dontPassEvent and simplify code
Eugene Sandulenko
2019-12-17
DIRECTOR: LINGO: Add c_namepush
Scott Percival
2019-12-16
DIRECTOR: LINGO: Generate code for menu actions
Eugene Sandulenko
2019-12-11
DIRECTOR: LINGO: Added simpler mode for code preprocessor
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statements
Eugene Sandulenko
2019-12-07
DIRECTOR: LINGO: Give better name to the code preprocessor
Eugene Sandulenko
2019-12-04
DIRECTOR: LINGO: Implement c_argcpush
Scott Percival
2019-12-03
DIRECTOR: LINGO: Add cb_v4theentitynamepush
Scott Percival
2019-12-03
DIRECTOR: LINGO: Add stub for b_go
Scott Percival
2019-12-02
DIRECTOR: LINGO: Made event handler names case insensitive
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Implemented passing 'me' as an object reference
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Implemented RETURN as a built-in for the moment
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: 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-12-01
DIRECTOR: LINGO: Fix compilation for multiple if conditions
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-26
DIRECTOR: LINGO: Strip comments and trailing whitespaces from the scripts
Eugene Sandulenko
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 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: Fix script function model, rename c_nop to c_unk.
Scott Percival
2019-11-17
DIRECTOR: Flesh out bytecode interpreter
Scott Percival
[next]