aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.h
AgeCommit message (Expand)Author
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: Put codeFunc into separate functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Simplify CodeIdEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix stack underflow on not enough parametersEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Turn builtins into normal symbolsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added updateStage stubEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented ilk() functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added basic support for pointsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'intersects' operator parsing and added 'within' operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial stub for 'intersects' operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for parameter-less built-insEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for factory/method definitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for splitting factory and method inputEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement setting the entity fieldsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement getting the entity fieldsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process simple 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'the' entity handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Better error recovery and further work on if() statementsEugene 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: 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: Implemented length() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented string() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made & and && work with any typeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed <> operator, added logical operations and &&Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Aligned Datum and Symbol union member namesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented '&' string operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added string constants as expressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Add modified flag, Lingo: Handle some common cast fieldsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Fix 'else if' statement executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for labelstackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added stub for 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented rest of math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement more built-in math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Differentiate built-in function from IDsEugene 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: Stub for context creationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: C++-ify structsEugene Sandulenko
2016-08-03DIRECTOR: Fix code style violationDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.Eugene Sandulenko