aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Collapse)Author
2017-01-16DIRECTOR: Fix Unused Variable Compiler Warning.D G Turner
2017-01-16DIRECTOR: Rewind shared cast memorystream before trying to load the data.stevenhoefel
2017-01-16DIRECTOR: Added debug output for Shared Cast imagesEugene Sandulenko
2017-01-16DIRECTOR: Lingo: Added stub for Lingo restartingEugene Sandulenko
2017-01-16DIRECTOR: Correctly parse STXT runs to determine formatting.stevenhoefel
2017-01-15DIRECTOR: Lingo: Fixed 'go to movie' procedure.Eugene Sandulenko
Now it loads the needed movie but crashes because there was no context of script reloading
2017-01-15DIRECTOR: Cleanup main movie loadingEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Fixing calling built-in symbolsEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
In this mode we treat every parameter as a string, not a keyword or built-in name
2017-01-15DIRECTOR: More debug info on Shared Cast loadingEugene Sandulenko
2017-01-15DIRECTOR: Utilise MacText class to provide Text Wrapping.stevenhoefel
2017-01-14DIRECTOR: Switch to common readPascalStringEugene Sandulenko
2017-01-14DIRECTOR: Lingo: More portable float readingEugene Sandulenko
2017-01-14DIRECTOR: Load fonts by name if exists from map.stevenhoefel
2017-01-14DIRECTOR: Fix Shared Cast reference for MacintoshEugene Sandulenko
2017-01-14DIRECTOR: Lingo: More work on D4 mappingEugene Sandulenko
2017-01-14DIRECTOR: D3 font style, size and alignment.stevenhoefel
2017-01-13DIRECTOR: Added detection for The Apartment D4Eugene Sandulenko
2017-01-13DIRECTOR: Dump Cast script tooEugene Sandulenko
2017-01-13DIRECTOR: Lingo: Improved localvars cleanupEugene Sandulenko
2017-01-13DIRECTOR: Style fixes plus 1/8bpp corrections.stevenhoefel
2017-01-13DIRECTOR: Lingo: Implemented grammar for arraysEugene Sandulenko
2017-01-13DIRECTOR: Fix compiler warningsEugene Sandulenko
2017-01-13DIRECTOR: D4 image loading based on BPP.stevenhoefel
2017-01-13DIRECTOR: Fix variable shadowing and array declarations.stevenhoefel
2017-01-13DIRECTOR: Implement Shape Patterns and Borders for D3.stevenhoefel
2017-01-13DIRECTOR: Lingo: Added stubs of List functions in D4Eugene Sandulenko
2017-01-12DIRECTOR: Use shared cast member data when rendering shared cast item.stevenhoefel
2017-01-12DIRECTOR: Fix Further Compiler Warnings.D G Turner
2017-01-12DIRECTOR: D3 frame/sprite scripts. Categorise scripts into groups.stevenhoefel
2017-01-12DIRECTOR: Lingo: Fix another warning pointed by digitallEugene Sandulenko
2017-01-12DIRECTOR: Lingo: Fix warnings in lexer generated codeEugene Sandulenko
2017-01-12DIRECTOR: Hooks for both cast member and cast frame events.stevenhoefel
2017-01-12DIRECTOR: Hook Lingo events through. Tie in frame events.stevenhoefel
2017-01-11DIRECTOR: Fix warningsEugene Sandulenko
2017-01-11DIRECTOR: Process Cast scripts when dumpingEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Proper processing of me() in factoriesEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Fixed argument count for factory methodsEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Fixed parsing of builtins with arglistEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Improvements to me() handling in factoriesEugene Sandulenko
2017-01-11DIRECTOR: Better trace for Lingo testsEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Add debug print out of immediate floatsEugene Sandulenko
2017-01-11DIRECTOR: Further work on TextCast and Button alignment.stevenhoefel
2017-01-11DIRECTOR: Round rectangles for Buttons. Improved TextCast alignment.stevenhoefel
2017-01-11DIRECTOR: Lingo: Implemented 'duplicate cast' stubEugene Sandulenko
That is yet-another deviation from clean grammar rules in origial. In order to avoid mess, two-word builtins are implemented, and 'sound <op>' are also switched to that method.
2017-01-11DIRECTOR: Lingo: Started documenting D4 keywordsEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Clarify which of 'the entities' need idEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Add time-related stubs. This completes D3 grammarEugene Sandulenko
All of the Director 3.0 grammar should be parseable now, albeit buggy, especially because many stubs do not push their result values which leads to a stack underflow.
2017-01-10DIRECTOR: Lingo: Implemented stub for 'the time' entityEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Added sub for 'the date' entityEugene Sandulenko