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
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
2016-09-05
DIRECTOR: Fix warnings
Eugene Sandulenko
2016-09-02
DIRECTOR: Lingo: Implement in-place macro calling
Eugene Sandulenko
2016-09-02
DIRECTOR: Lingo: Fixed c_whencode and added debug output
Eugene Sandulenko
2016-09-02
DIRECTOR: Initial code for Lingo keyboard handling
Eugene Sandulenko
2016-09-01
DIRECTOR: Lingo: Implemented when..then keyword logic
Eugene Sandulenko
2016-08-23
DIRECTOR: Further reduction of include dependency
Eugene Sandulenko
2016-08-23
DIRECTOR: Reduce header dependency
Eugene Sandulenko
2016-08-20
DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedence
Eugene Sandulenko
2016-08-20
DIRECTOR: Lingo: Added stub for 'instance' keyword
Eugene Sandulenko
2016-08-20
DIRECTOR: Lingo: Implemented 'exit repeat' keyword
Eugene Sandulenko
2016-08-19
DIRECTOR: Lingo: Improved debug output
Eugene Sandulenko
[next]