aboutsummaryrefslogtreecommitdiff
path: root/engines/director/director.cpp
AgeCommit message (Expand)Author
2016-08-25DIRECTOR: Fix numerous crashes on destructionEugene Sandulenko
2016-08-24DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimesEugene Sandulenko
2016-08-23DIRECTOR: Further reduction of include dependencyEugene Sandulenko
2016-08-21DIRECTOR: Stub for 1bpp bitmap decoderEugene Sandulenko
2016-08-21DIRECTOR: Added image dumping at debugEugene Sandulenko
2016-08-17DIRECTOR: Optimize code flow for directory scanningEugene Sandulenko
2016-08-15DIRECTOR: Fix debug channels initializationEugene Sandulenko
2016-08-03DIRECTOR: Switch Mac font loading to the common codeEugene Sandulenko
2016-08-03DIRECTOR: Fix engine initializationEugene Sandulenko
2016-08-03DIRECTOR: Correct startup sequenceEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for Lingo test suite. Uses special game targetEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline if() statementsEugene 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: Fixed <> operator, added logical operations and &&Eugene 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: Suport multiple one-line 'else if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on combined if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on one-liner ifsEugene Sandulenko
2016-08-03Revert "DIRECTOR: Lingo: More work on if statement overhaul"Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: More work on if statement overhaulEugene Sandulenko
2016-08-03DIRECTOR: Properly initialize class variablesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Eat all leading whitespacesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for two line if/elseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parsing one-liner 'else if'Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse basic 'else if' clauseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Started 'else if' implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement more built-in math functionsEugene Sandulenko
2016-08-03DIRECTOR: Fix crash on deinitializationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Added random sourceEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement one-line version of 'if' statementEugene Sandulenko
2016-08-03DIRECTOR: Make built-in functions work (always)Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make built-in functions work (sometimes)Eugene Sandulenko
2016-08-03DIRECTOR: Free memory, fix render text IDDmitry Iskrich
2016-08-03DIRECTOR: Calculate values for text renderingDmitry Iskrich
2016-08-03DIRECTOR: Fix rendering resource, loading shared BMPDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Make 'global' accept list of variablesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make global/local vars workEugene Sandulenko
2016-08-03DIRECTOR: Fix memory corruptionDmitry Iskrich
2016-08-03DIRECTOR: Add loading shared casts for Director version > 3Dmitry Iskrich
2016-08-03DIRECTOR: Renew shared resources when loading new folderDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Actually let VOID vars to pass.Eugene Sandulenko
2016-08-03DIRECTOR: Loading shared DIB, STXTDmitry Iskrich