aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.cpp
AgeCommit message (Expand)Author
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
2016-08-03DIRECTOR: Lingo: Initial code for Lingo test suite. Uses special game targetEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Print VOID typeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: FLOAT actually has to have double precision. Switching.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added more 'the' entities. Implemented the floatPrecision en...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'contains' and 'starts' string operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented chars() function and added more debug for type p...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made & and && work with any typeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Aligned Datum and Symbol union member namesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix toInt()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for built-in functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make global/local vars workEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Store and restore local variables in scope.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix warningEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse macro definitions reliablyEugene Sandulenko