aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.cpp
AgeCommit message (Expand)Author
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
2017-07-05DIRECTOR: Handle kEventNone with 1-ary processEventTobia Tesan
2017-07-05DIRECTOR: Add processSpriteEventTobia Tesan
2017-07-05DIRECTOR: Move executeImmediateScripts to lingo.cppTobia Tesan
2017-07-05DIRECTOR: Handle kEventPrepareFrame in processFrameEventTobia Tesan
2017-07-05DIRECTOR: Handle frame enter/exit with 1-ary processEvent callTobia Tesan
2017-05-02DIRECTOR: Add TextCast::importStxtTobia Tesan
2017-05-02DIRECTOR: Init textCasts with Stxts in ScoreTobia Tesan
2017-05-02DIRECTOR: Delete Stxts in ~ScoreTobia Tesan
2017-05-02DIRECTOR: Preload Stxts in ScoreTobia Tesan
2017-05-02DIRECTOR: Add _loadedStxts member to ScoreTobia Tesan
2017-04-25DIRECTOR: Fix Various Compiler Warnings.D G Turner
2017-04-13DIRECTOR: D5 Shared Cast loading.stevenhoefel
2017-04-09DIRECTOR: Remove pointless comparison.Eugene Sandulenko
2017-04-06DIRECTOR: Further work loading assets from D5 Movies.stevenhoefel
2017-04-05DIRECTOR: Fix warningsEugene Sandulenko
2017-04-04DIRECTOR: Initial work to load D5 assets.stevenhoefel
2017-04-03DIRECTOR: Bring cast children back for D4 or higher.stevenhoefel
2017-04-03DIRECTOR: Use button cast when rendering button text.stevenhoefel
2017-04-03DIRECTOR: Pre-load Button child text members.stevenhoefel
2017-03-31DIRECTOR: Score label names are case insensitiveEugene Sandulenko