aboutsummaryrefslogtreecommitdiff
path: root/engines/director/director.cpp
AgeCommit message (Expand)Author
2017-01-17DIRECTOR: Added test for font loadingEugene Sandulenko
2017-01-15DIRECTOR: Cleanup main movie loadingEugene Sandulenko
2017-01-15DIRECTOR: More debug info on Shared Cast loadingEugene Sandulenko
2017-01-14DIRECTOR: Switch to common readPascalStringEugene Sandulenko
2017-01-14DIRECTOR: Fix Shared Cast reference for MacintoshEugene Sandulenko
2017-01-13DIRECTOR: Implement Shape Patterns and Borders for D3.stevenhoefel
2017-01-08DIRECTOR: Added g_director uglynessEugene Sandulenko
2016-10-26DIRECTOR: Renamed resource/archive files to better reflect realityEugene Sandulenko
2016-10-26DIRECTOR: Skipping useless movie scanning.Eugene Sandulenko
2016-10-24DIRECTOR: Load shared cast only when it existsEugene Sandulenko
2016-10-19DIRECTOR: Fix movie scanningEugene Sandulenko
2016-10-18DIRECTOR: Added debug chanel for text renderingEugene Sandulenko
2016-10-15DIRECTOR: Added Mac font rendering testEugene Sandulenko
2016-09-05DIRECTOR: Lingo: Implemented and documented 'the key' and 'the machineType'Eugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-02DIRECTOR: Initial code for Lingo keyboard handlingEugene Sandulenko
2016-09-01DIRECTOR: Lingo: Implemented 'the colorQD' and 'the colorDepth' entitiesEugene Sandulenko
2016-09-01DIRECTOR: CleanupEugene Sandulenko
2016-08-30DIRECTOR: Fix scanned archive namesEugene Sandulenko
2016-08-30DIRECTOR: Fix another crash on quitEugene Sandulenko
2016-08-30DIRECTOR: Fix class initializationEugene Sandulenko
2016-08-30DIRECTOR: Fixed shared cast loadingEugene Sandulenko
2016-08-30DIRECTOR: Fix archive scanning at the startEugene Sandulenko
2016-08-29DIRECTOR: Fix cast scanningEugene Sandulenko
2016-08-29DIRECTOR: Put all archive parsing methods into archive.cppEugene Sandulenko
2016-08-29DIRECTOR: Refactor Archive creationEugene Sandulenko
2016-08-29DIRECTOR: Started code on enlisting all movie filesEugene Sandulenko
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
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