aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-funcs.cpp
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Lingo: Implement 'go' and 'go to' functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement func_neg()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix func_constpush() and made it portableEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added printing funcEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Fix indentationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Started work on converting Lingo into compilerEugene Sandulenko
2016-08-03DIRECTOR: Add support for to/from MCI play optionsDmitry Iskrich
2016-08-03DIRECTOR: Play sound from MCI commandDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add support for boolean flags in MCIEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement MCI command parsingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Moved func_mci() to a separate fileEugene Sandulenko