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-funcs.cpp
Age
Commit message (
Expand
)
Author
2016-08-26
DIRECTOR: Lingo: Remove irrelevant header
Eugene Sandulenko
2016-08-23
DIRECTOR: Reduce header dependency
Eugene Sandulenko
2016-08-08
DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressions
Eugene Sandulenko
2016-08-06
DIRECTOR: Lingo: Moved recently added functions to built-ins
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added 'alert' and 'beep' function stubs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Gracefully return when movie does not exits
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Nicer error recovery during execution
Eugene Sandulenko
2016-08-03
DIRECTOR: Fix code style violation
Dmitry Iskrich
2016-08-03
DIRECTOR: Execute goto scripts
Dmitry Iskrich
2016-08-03
DIRECTOR: Support goto frame jump
Dmitry Iskrich
2016-08-03
DIRECTOR: Change ReadStream to ReadStreamEndian
Dmitry Iskrich
2016-08-03
DIRECTOR: Support goto command in Score
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Split out opcodes from actual function implementations
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'if' statement
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement logical operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix variable accessing
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Updated copyright and added 'macro' keyword documentation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'go' and 'go to' functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Add missing funcs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement func_neg()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix func_constpush() and made it portable
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: Move all functions to compiler
Eugene Sandulenko
2016-08-03
DIRECTOR: Fix indentation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added mciwait function stub
Eugene Sandulenko
2016-08-03
DIRECTOR: Started work on converting Lingo into compiler
Eugene Sandulenko
2016-08-03
DIRECTOR: Add support for to/from MCI play options
Dmitry Iskrich
2016-08-03
DIRECTOR: Play sound from MCI command
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Add support for boolean flags in MCI
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement MCI command parsing
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Moved func_mci() to a separate file
Eugene Sandulenko