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.cpp
Age
Commit message (
Expand
)
Author
2016-08-03
DIRECTOR: Lingo: Fix toInt()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added float constants and automatic type conversion
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for built-in functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make global/local vars work
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Store and restore local variables in scope.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix warning
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parse macro definitions reliably
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial implementation of c_procret()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for c_call()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial grammar for 'macro' keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Further work on the 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed UNDEF -> VOID
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Add missing funcs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handling
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented script execution
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added some lingo-func code
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix codeString() method
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Move all functions to compiler
Eugene Sandulenko
2016-08-03
DIRECTOR: Hide noisy debug messages
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix script compilation
Eugene Sandulenko
2016-08-03
DIRECTOR: Add parsing mac names from folder
Dmitry Iskrich
2016-08-03
DIRECTOR: Started work on converting Lingo into compiler
Eugene Sandulenko
2016-08-03
DIRECTOR: Format code, send movie, sprite scripts to Lingo
Dmitry Iskrich
2016-08-03
DIRECTOR: Add stub for storage code
Dmitry Iskrich
2016-08-03
DIRECTOR: Play sound from MCI command
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Moved func_mci() to a separate file
Eugene Sandulenko
2016-08-03
DIRECTOR: Change order events (Director 4.0)
Dmitry Iskrich
2016-08-03
DIRECTOR: Refactor in accordance with Director Loop, generate main lingo events
Dmitry Iskrich
2016-08-03
DIRECTOR: Fix load actions
Dmitry Iskrich
2016-08-03
DIRECTOR: Add user actions, sprite, movie events to lingo events
Dmitry Iskrich
2016-08-03
DIRECTOR: Added stub for Lingo interpreter
Eugene Sandulenko
[prev]