aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.cpp
AgeCommit message (Expand)Author
2020-01-11DIRECTOR: Add V4 builtin palettes, support for loading the movie defaultScott Percival
2020-01-11DIRECTOR: Fix loaded cast referencesEugene Sandulenko
2020-01-11DIRECTOR: Align fill patterns to global originScott Percival
2020-01-10DIRECTOR: Fix crashes on ungraceful exitEugene Sandulenko
2020-01-09DIRECTOR: Sanity checks on unsuccessful movie loadingEugene Sandulenko
2020-01-08DIRECTOR: Correctly set script type for Lscr bytecodeEugene Sandulenko
2020-01-08DIRECTOR: Fix loading CastInfo stringsEugene Sandulenko
2020-01-08DIRECTOR: Set correct script cast type when parsingEugene Sandulenko
2020-01-08DIRECTOR: Parse script cast typesEugene Sandulenko
2020-01-08DIRECTOR: Generate start/stopMovie eventsEugene Sandulenko
2020-01-02DIRECTOR: Fix crash on exitEugene Sandulenko
2019-12-30DIRECTOR: Do not crash on unhandled castsEugene Sandulenko
2019-12-30DIRECTOR: Get rid of _castTypes[]Eugene Sandulenko
2019-12-30DIRECTOR: Simplified cast managementEugene Sandulenko
2019-12-29DIRECTOR: Do not allow 0 frame ratesEugene Sandulenko
2019-12-29DIRECTOR: Track when mouse is downEugene Sandulenko
2019-12-27DIRECTOR: More debug outputEugene Sandulenko
2019-12-27DIRECTOR: Improved debug output, some renamesEugene Sandulenko
2019-12-26DIRECTOR: Fix label loadingEugene Sandulenko
2019-12-26DIRECTOR: Fix number of labels to readEugene Sandulenko
2019-12-26DIRECTOR: Fix index typeEugene Sandulenko
2019-12-26DIRECTOR: Renamed few variablesEugene Sandulenko
2019-12-25DIRECTOR: More loading debug outputEugene Sandulenko
2019-12-25DIRECTOR: Implemented 'fast' playback debug flagEugene Sandulenko
2019-12-25DIRECTOR: Loop movies by default, added 'noloop' debug flagEugene Sandulenko
2019-12-25DIRECTOR: Improved loading debug outputEugene Sandulenko
2019-12-24DIRECTOR: More debug output and code tidying upEugene Sandulenko
2019-12-24DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-24DIRECTOR: Remove redundant codeEugene Sandulenko
2019-12-24DIRECTOR: Process non-BW bitmaps for D3Eugene Sandulenko
2019-12-24DIRECTOR: Support for arbitrary cast resrouce offsetsEugene Sandulenko
2019-12-24DIRECTOR: Finish work on reducing header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Furhter work on header dependency decreaseEugene Sandulenko
2019-12-24DIRECTOR: More work on reducing header dependencyEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Add define() support for bytecodeScott Percival
2019-12-23DIRECTOR: Fix _nextFrame from getting clobbered by exitFrame eventsScott Percival
2019-12-23DIRECTOR: Load compiled Lingo scripts based on cast idScott Percival
2019-12-23DIRECTOR: Add intial loader for Lctx blocksScott Percival
2019-12-17DIRECTOR: Added debug channel for executing precompiled bytecodeEugene Sandulenko
2019-12-13DIRECTOR: Implemented slow playback debug optionEugene Sandulenko
2019-12-13DIRECTOR: Changed notion of 'go to' commands to postponedEugene Sandulenko
2019-12-13DIRECTOR: Fix label processingEugene Sandulenko
2019-12-13DIRECTOR: Properly detect current labelEugene Sandulenko
2019-12-13DIRECTOR: Improved loading debug outputEugene Sandulenko
2019-12-13DIRECTOR: Correct sequence of events around frame drawingEugene Sandulenko
2019-12-13DIRECTOR: Improved image debug outputEugene Sandulenko
2019-12-11DIRECTOR: Added comments to screen update callsEugene Sandulenko
2019-12-11DIRECTOR: Plug MacWindowManager inEugene Sandulenko
2019-12-11DIRECTOR: LINGO: Pass menu to MacMenu in installMenu built-inEugene Sandulenko
2019-12-11DIRECTOR: Do not attempt to execute scripts containing menusEugene Sandulenko