aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-code.cpp
AgeCommit message (Expand)Author
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: 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: Nicer error recovery during executionEugene 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: 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: Fixed c_eval and made correctly processing different typesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented '&' string operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Support string Datum printingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added string constants as expressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'else if' statement executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process D3-style cast referencesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene 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: Fix code style violationDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Actually let VOID vars to pass.Eugene Sandulenko
2016-08-03DIRECTOR: Execute goto scriptsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add type to stackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out the code gen functions into a separate file.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of c_procret()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for c_call()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Issue warning on handler redefinitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement calling user-defined functions without parametersEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Refactoring for ID-related code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for function call grammarEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITEEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarityEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made the unassigned variable match the originalEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of the handler define() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added named parameter assignment for macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix parsing multiple macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial grammar for 'macro' keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat with down' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'repeat with' control keyword implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on the 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat while' control keywordEugene Sandulenko