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 (
Collapse
)
Author
2016-08-03
DIRECTOR: Lingo: Stub for labelstack
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added stub for 'the' entities
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented rest of math functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement more built-in math functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'exit' command
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Differentiate built-in function from IDs
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: Stub for context creation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: C++-ify structs
Eugene Sandulenko
2016-08-03
DIRECTOR: Fix code style violation
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var ↵
Eugene Sandulenko
implementation
2016-08-03
DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.
Eugene Sandulenko
2016-08-03
DIRECTOR: Execute goto scripts
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Add type to stack
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix handler calling
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: Refactoring for ID-related code generation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for function call grammar
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial implementation of the handler define() method
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added named parameter assignment for macros
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix parsing multiple macros
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: Initial code for 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix code generation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'repeat while' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement logical operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'go' and 'go to' functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix string alignment computation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Add missing funcs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented script execution
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added printing func
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added some lingo-func code
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Beginning of the stack definition
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Move all functions to compiler
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added mciwait function stub
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix script compilation
Eugene Sandulenko
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: Added stub parser. Now just arithmetic expressions.
Eugene Sandulenko
2016-08-03
DIRECTOR: Change order events (Director 4.0)
Dmitry Iskrich
[next]