aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.cpp
AgeCommit message (Expand)Author
2017-01-16DIRECTOR: Lingo: Fix initializationEugene Sandulenko
2017-01-16DIRECTOR: Lingo: Added stub for Lingo restartingEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Fixing calling built-in symbolsEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
2017-01-12DIRECTOR: D3 frame/sprite scripts. Categorise scripts into groups.stevenhoefel
2017-01-12DIRECTOR: Hook Lingo events through. Tie in frame events.stevenhoefel
2017-01-11DIRECTOR: Better trace for Lingo testsEugene Sandulenko
2017-01-10DIRECTOR: More work to get events triggering. Loop all frames in score.stevenhoefel
2017-01-09DIRECTOR: Lingo: Allow 'me' as an argument to the handlersEugene Sandulenko
2016-10-17DIRECTOR: Lingo: Hide noisy warningsEugene Sandulenko
2016-09-05DIRECTOR: Fix warningsEugene Sandulenko
2016-09-02DIRECTOR: Lingo: Fix c_when() executionEugene Sandulenko
2016-09-02DIRECTOR: Initial code for Lingo keyboard handlingEugene Sandulenko
2016-08-30DIRECTOR: Lingo: Documented when..then statementsEugene Sandulenko
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
2016-08-26DIRECTOR: Slow down execution and hid noisy warningEugene Sandulenko
2016-08-25DIRECTOR: Start executing frame scriptsEugene Sandulenko
2016-08-23DIRECTOR: Reduce header dependencyEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Stub for 'menu' command. This completes all D2 commandsEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Implemented 'exit repeat' keywordEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Enhanced Datum::toString() outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Better VAR symbol handlingEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Added generated script decompilationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Hide script hexdump under debug levelEugene Sandulenko
2016-08-18DIRECTOR: Silence GCC signed/unsigned warningTorbjörn Andersson
2016-08-18DIRECTOR: Lingo: Handle OBJECT symbols properlyEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Started adding function descriptionsEugene Sandulenko
2016-08-15DIRECTOR: Fix debug channels initializationEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Switch compilation debug to a channelEugene Sandulenko
2016-08-15DIRECTOR: Register debug channelsEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Sort test files before executionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix toString() functionEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Made built-in functions genericEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Add prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Fix WinCE compilation.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented ilk() functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added basic support for pointsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix line counting in code chunksEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix splitting code to sectionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for splitting factory and method inputEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process simple 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Smoother tests handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Do not error out on unacceptable characters in toLowercaseMac()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix crash on parse errorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Better error recovery and further work on if() statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Execute test suiteEugene Sandulenko
2016-08-03DIRECTOR: Unify dumpScript() signatureEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made addCode() accept const char *Eugene Sandulenko