aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.cpp
AgeCommit message (Expand)Author
2016-11-24DIRECTOR: More debug output to D4 cast member loadingEugene Sandulenko
2016-11-15DIRECTOR: FUrther work on cast loading in D4Eugene Sandulenko
2016-11-13DIRECTOR: More work on Cast loading in D4Eugene Sandulenko
2016-11-10DIRECTOR: Plug several leaksEugene Sandulenko
2016-11-09DIRECTOR: More debug information to CASt loadingEugene Sandulenko
2016-11-09DIRECTOR: Parse script CASt resourcesEugene Sandulenko
2016-11-08DIRECTOR: Implement D4 CASt member parsing stubEugene Sandulenko
2016-11-08DIRECTOR: Split out cast-related classes into separate fileEugene Sandulenko
2016-11-08DIRECTOR: Fix string lists loadingEugene Sandulenko
2016-11-08DIRECTOR: Fix CASt resource parsingEugene Sandulenko
2016-11-08DIRECTOR: More debug output to CASt resource loadingEugene Sandulenko
2016-11-04JANITORIAL: Whitespace fixesEugene Sandulenko
2016-10-29DIRECTOR Implement CASt member loadingEugene Sandulenko
2016-10-29DIRECTOR: Mark current cast loading method as D2Eugene Sandulenko
2016-10-29DIRECTOR: Rework Channel data parsingEugene Sandulenko
2016-10-29DIRECTOR: Added more debug output to cast readingEugene Sandulenko
2016-10-29DIRECTOR: Fixing Score reading in RIFX formatEugene Sandulenko
2016-10-27DIRECTOR: Fix RIFX resource loadingEugene Sandulenko
2016-10-26DIRECTOR: Skip header in VWLB resource for D4+Eugene Sandulenko
2016-10-26DIRECTOR: Renamed resource/archive files to better reflect realityEugene Sandulenko
2016-10-18DIRECTOR: Further work on text cast loading and 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-05DIRECTOR: Fix warningsEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-02DIRECTOR: Added basic keycode mappingEugene Sandulenko
2016-09-02DIRECTOR: Initial code for Lingo keyboard handlingEugene Sandulenko
2016-09-01DIRECTOR: CleanupEugene Sandulenko
2016-08-30DIRECTOR: Fix scanned archive namesEugene Sandulenko
2016-08-30DIRECTOR: Fixed shared cast loadingEugene Sandulenko
2016-08-29DIRECTOR: Fix cast scanningEugene Sandulenko
2016-08-26DIRECTOR: Reworked event loop, so the mouse is more responsiveEugene Sandulenko
2016-08-26DIRECTOR: Execute proper script on frames. This fixes the playbackEugene Sandulenko
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
2016-08-26DIRECTOR: Slow down execution and hid noisy warningEugene Sandulenko
2016-08-25DIRECTOR: Do not try to compile all text resources except first oneEugene Sandulenko
2016-08-25DIRECTOR: Fix warningEugene Sandulenko
2016-08-25DIRECTOR: Fix font parameter readingEugene 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-23DIRECTOR: Reduce header dependencyEugene Sandulenko
2016-08-23DIRECTOR: Split score.cpp file into classesEugene Sandulenko
2016-08-22DIRECTOR: Improvements to the BITD renderingEugene Sandulenko
2016-08-21DIRECTOR: Stub for 1bpp bitmap decoderEugene Sandulenko
2016-08-21DIRECTOR: Added image dumping at debugEugene Sandulenko
2016-08-17DIRECTOR: Fix another double freeEugene Sandulenko
2016-08-17DIRECTOR: Fix memory overrideEugene Sandulenko
2016-08-17DIRECTOR: Add missing break in switch statementEugene Sandulenko
2016-08-17DIRECTOR: Fix crashes on object destructionEugene Sandulenko