aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
2017-07-05DIRECTOR: Include sprite.h in lingo-events.cppTobia Tesan
2017-07-05DIRECTOR: Implement processFrameEventTobia Tesan
2017-07-05DIRECTOR: Add runMovieScriptTobia Tesan
2017-07-05DIRECTOR: Add Lingo::PrimaryEventHandlerTobia Tesan
2017-07-05DIRECTOR: Include frame.h in lingo-events.cppTobia Tesan
2017-07-05DIRECTOR: Add Lingo::_dontPassEventTobia Tesan
2017-04-17DIRECTOR: Fix event processingEugene Sandulenko
2017-04-14DIRECTOR: Lingo: Added stub for generic event handlersEugene Sandulenko
2017-03-29DIRECTOR: Lingo: Added another if statement variantEugene Sandulenko
2017-03-29DIRECTOR: Lingo: Added tTHENNL tokenEugene Sandulenko
2017-03-29DIRECTOR: Convert HFS file paths to PosixEugene Sandulenko
2017-03-21DIRECTOR: Lingo: Open '.MMM' files on WindowsEugene Sandulenko
2017-03-20DIRECTOR: Fix event processing for generic eventsEugene Sandulenko
2017-03-20DIRECTOR: Fix GCC Warnings.D G Turner
2017-03-17DIRECTOR: Lingo: Improved debug on event handlingEugene Sandulenko
2017-03-13DIRECTOR: Lingo: Implement b_moveableSprite()Eugene Sandulenko
2017-03-13DIRECTOR: Lingo: Improved check for REFERENCE assignmentEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Fix b_rollOver() implementationEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Improved stack printing for REFERENCEEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Implement b_rollOver()Eugene Sandulenko
2017-03-12DIRECTOR: pre-load cast members.stevenhoefel
2017-03-10DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2017-03-10DIRECTOR: Lingo: Don't leak memory on restartEugene Sandulenko
2017-03-10DIRECTOR: Lingo: Reset scripts when switching moviesEugene Sandulenko
2017-03-08DIRECTOR: Lingo: More debug output to call() methodEugene Sandulenko
2017-03-07DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clauseEugene Sandulenko
2017-03-07DIRECTOR: Lingo: Added definition for 'on' clauses without 'end'Eugene Sandulenko
2017-03-06DIRECTOR: Lingo: Split 'on ...' statement when preprocessingEugene Sandulenko
2017-02-28Fix GCC Variable Range Warning.D G Turner
2017-02-25DIRECTOR: Move utility functions to util.cppEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Fix b_moveableSprite() stubEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Clarified 'play' and 'play done' implementationsEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Initial code for func_playdone()Eugene Sandulenko
2017-02-24DIRECTOR: Lingo: Initial code for func_play()Eugene Sandulenko
2017-02-24DIRECTOR: Encapsulated _nextMovie parameters into a stringEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Clarified compile and exec debug level messagesEugene Sandulenko
2017-02-24DIRECTOR: Lingo: Show execution trace at earlier debug levelsEugene Sandulenko
2017-02-23DIRECTOR: Lingo: Try cleaned file names only when it makes senseEugene Sandulenko
2017-02-23DIRECTOR: Lingo: Clean file name of 8-bit character before loadingEugene Sandulenko
2017-02-23DIRECTOR: Lingo: Fix stack underflow in argument assignmentEugene Sandulenko
2017-02-23DIRECTOR: Lingo: Do not pollute stack in c_assign()Eugene Sandulenko
2017-02-22DIRECTOR: Lingo: Initial code for field assignmentsEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Implemented b_field() methodEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Added type2str for REFERENCE typeEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fix stack overflow when assigning 'the' entityEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fixed stack underflow in handler executionEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Avoid pushing fake values on stackEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fix when..then executionEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Move repeat..with, repeat..while and when to relative addressesEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Fixed float constants processingEugene Sandulenko