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
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
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-09-30
COMMON: Introduce a shared hash function for pointer types
Bastien Bouclet
2017-09-30
BUILD: Define pointer sized integer types and remove SCUMM_64BITS
Bastien Bouclet
2017-07-05
DIRECTOR: Make 3-ary processEvent private
Tobia Tesan
2017-07-05
DIRECTOR: Add processSpriteEvent
Tobia Tesan
2017-07-05
DIRECTOR: Move executeImmediateScripts to lingo.cpp
Tobia Tesan
2017-07-05
DIRECTOR: Add runMovieScript
Tobia Tesan
2017-07-05
DIRECTOR: Add Lingo::PrimaryEventHandler
Tobia Tesan
2017-07-05
DIRECTOR: Add Lingo::_dontPassEvent
Tobia Tesan
2017-04-14
DIRECTOR: Lingo: Added stub for generic event handlers
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
[next]