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
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
2017-02-22
DIRECTOR: Lingo: Initial code for field assignments
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Fix stack overflow when assigning 'the' entity
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Fixed stack underflow in handler execution
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Fix when..then execution
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Move repeat..with, repeat..while and when to relative addresses
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Fixed float constants processing
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Turned if() statement code into relative jumps
Eugene Sandulenko
2017-02-12
DIRECTOR: Lingo: Implemented stub for REFERENCE built-ins
Eugene Sandulenko
2017-02-12
DIRECTOR: Lingo: Added grammar for assignment to references
Eugene Sandulenko
2017-02-11
DIRECTOR: Lingo: Implemented sanity checks for built-ins
Eugene Sandulenko
2017-02-10
DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statement
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Fix global symbol processing
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Fix double free in local vars
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Documented D4 "Parent scripts" Lingo
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Switched Symbol::name to Common::String
Eugene Sandulenko
2017-02-07
DIRECTOR: Lingo: Documented D4 "Movie in a window" Lingo
Eugene Sandulenko
2017-02-06
DIRECTOR: Lingo: Further work on improved built-in grammar
Eugene Sandulenko
2017-01-15
DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'
Eugene Sandulenko
2017-01-14
DIRECTOR: Lingo: More portable float reading
Eugene Sandulenko
2017-01-13
DIRECTOR: Lingo: Implemented grammar for arrays
Eugene Sandulenko
2017-01-12
DIRECTOR: Hook Lingo events through. Tie in frame events.
stevenhoefel
2017-01-11
DIRECTOR: Lingo: Add debug print out of immediate floats
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Added stubs for D3 Text-related syntax
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Implemented stub for char..of and char..to..of
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Implemented stubs for put..after and put..before
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Added stub for handling symbols
Eugene Sandulenko
2017-01-10
DIRECTOR: Build fix whilst determining correct parameters to pass to Lingo::c...
stevenhoefel
2017-01-10
DIRECTOR: More work to get events triggering. Loop all frames in score.
stevenhoefel
2017-01-07
DIRECTOR: Lingo: Fix arguments check for built-ins
Eugene Sandulenko
2016-11-10
DIRECTOR: Plug several leaks
Eugene Sandulenko
2016-09-05
DIRECTOR: Make PC types uniform
Eugene Sandulenko
[next]