aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
2016-08-13DIRECTOR: Lingo: Added stub for 'label' functionEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implemented integerp function and added stubs for 'the free*'Eugene Sandulenko
2016-08-13DIRECTOR: Lingo: Simplified Datum constants pushingEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implement charToNum, added stubs for constrainH/V functionsEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Fix factory method code generationEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Fix factory method argument countEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Implemented factory(mNew) method handlingEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Added factory execution testEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Sort test files before executionEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added all D2 constantsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Code for calling out factory methodsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Initial code for factory creationEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added constants 'true' and 'false'Eugene Sandulenko
2016-08-11DIRECTOR: Lingo: Fixed reference traces for VOID typesEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Use first argument of 'puppetPalette' verbatimEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-insEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Proper stubs for commands with variable argumentsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Pass number of arguments to built-in functionsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Mark built-in commands with Director versionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added rest of D2 command stubsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix calling built-ins with variable number of parametersEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressionsEugene Sandulenko
2016-08-08DIRECTOR: Fix crash during test executionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix toString() functionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Improve 'go to' commandEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added stub for playAccel and printFrom commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed string parsingEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlinesEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Extended go to/play testEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added 'play' and 'play done' command stubsEugene Sandulenko
2016-08-07JANITORIAL: Compactify a bit built-in paletteEugene Sandulenko
2016-08-06DIRECTOR: Fix some image rendering seg faultsDmitry Iskrich
2016-08-06DIRECTOR: Debug output for Mac resourceDmitry Iskrich
2016-08-06DIRECTOR: Change sprite typeDmitry Iskrich
2016-08-06DIRECTOR: Lingo: Added stubs for open*, do, pause commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Added more command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Fix compilationEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Added generic built-in proceduresEugene 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-05DIRECTOR: Lingo: Move MSVC fix to the .l fileEugene Sandulenko
2016-08-04DIRECTOR: Fix compilation in Visual StudioPaul Gilbert
2016-08-04DIRECTOR: Fix warningsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Simplified code generation for constantsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added 'alert' and 'beep' function stubsEugene Sandulenko