aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.cpp
AgeCommit message (Expand)Author
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
2019-12-10DIRECTOR: Implement zoomBox renderingEugene Sandulenko
2019-12-02DIRECTOR: Load all STXT resources which look like scriptsEugene Sandulenko
2019-12-01DIRECTOR: Fix movie framerateEugene Sandulenko
2019-11-27DIRECTOR: Fix crash with debug ouptutEugene Sandulenko
2019-11-24DIRECTOR: Rename Cast class variables to follow our naming conventionsEugene Sandulenko
2019-11-24DIRECTOR: Attach texts to buttons. Now HandV works againEugene Sandulenko
2019-11-24DIRECTOR: Properly load A11 script and STXT resourcesEugene Sandulenko
2019-11-24DIRECTOR: Disable for now precompiled script execution from Lscr resourcesEugene Sandulenko
2019-11-24DIRECTOR: JANITORIAL: Fix whitespaceEugene Sandulenko
2019-11-17DIRECTOR: Attempt to load Lingo bytecode for v4 and aboveScott Percival
2019-11-17DIRECTOR: Add loader for Lingo name section.Scott Percival
2019-11-17DIRECTOR: Add ScriptContext struct to track all attributes of the current scr...Scott Percival
2019-11-17DIRECTOR: begin interpreter for Lingo V4 bytecodeScott Percival
2019-11-17DIRECTOR: extract image pitch from BitmapCastScott Percival
2019-11-17DIRECTOR: Add more debug stubsScott Percival
2019-10-17DIRECTOR: Fix Missing Default Switch CasesD G Turner
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-09-14DIRECTOR: Initial work for D5 RTE Cast Member loading.stevenhoefel
2017-07-05DIRECTOR: Handle kEventPrepareMovie with 1-ary processEventTobia Tesan
2017-07-05DIRECTOR: Handle kEventExitFrame with 1-ary processEventTobia Tesan