Age | Commit message (Expand) | Author |
2017-07-05 | DIRECTOR: Make 3-ary processEvent private | Tobia Tesan |
2017-07-05 | DIRECTOR: Handle kEventPrepareMovie with 1-ary processEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Handle kEventNone with 1-ary processEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Handle kEventIdle with 1-ary processEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Add processSpriteEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Move executeImmediateScripts to lingo.cpp | Tobia Tesan |
2017-07-05 | DIRECTOR: Include director/frame.h and sprite.h in lingo.cpp | Tobia Tesan |
2017-07-05 | DIRECTOR: Add kEventStart case for processGenericEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Remove "primary event handler" comment | Tobia Tesan |
2017-07-05 | DIRECTOR: Handle keyDown in 1-ary processEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Add kFrameScript call | Tobia Tesan |
2017-07-05 | DIRECTOR: Reorder processInputEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Swap order of processEvent calls | Tobia Tesan |
2017-07-05 | DIRECTOR: Call primaryEventHandler in processInputEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Handle kEventPrepareFrame in processFrameEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Move kEventMouseUp/Down handling to processInputEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Include sprite.h in lingo-events.cpp | Tobia Tesan |
2017-07-05 | DIRECTOR: Implement processFrameEvent | Tobia Tesan |
2017-07-05 | DIRECTOR: Add runMovieScript | Tobia Tesan |
2017-07-05 | DIRECTOR: Add Lingo::PrimaryEventHandler | Tobia Tesan |
2017-07-05 | DIRECTOR: Include frame.h in lingo-events.cpp | Tobia Tesan |
2017-07-05 | DIRECTOR: Add Lingo::_dontPassEvent | Tobia Tesan |
2017-04-17 | DIRECTOR: Fix event processing | Eugene Sandulenko |
2017-04-14 | DIRECTOR: Lingo: Added stub for generic event handlers | Eugene Sandulenko |
2017-03-29 | DIRECTOR: Lingo: Added another if statement variant | Eugene Sandulenko |
2017-03-29 | DIRECTOR: Lingo: Added tTHENNL token | Eugene Sandulenko |
2017-03-29 | DIRECTOR: Convert HFS file paths to Posix | Eugene Sandulenko |
2017-03-21 | DIRECTOR: Lingo: Open '.MMM' files on Windows | Eugene Sandulenko |
2017-03-20 | DIRECTOR: Fix event processing for generic events | Eugene Sandulenko |
2017-03-20 | DIRECTOR: Fix GCC Warnings. | D G Turner |
2017-03-17 | DIRECTOR: Lingo: Improved debug on event handling | Eugene Sandulenko |
2017-03-13 | DIRECTOR: Lingo: Implement b_moveableSprite() | Eugene Sandulenko |
2017-03-13 | DIRECTOR: Lingo: Improved check for REFERENCE assignment | Eugene Sandulenko |
2017-03-12 | DIRECTOR: Lingo: Fix b_rollOver() implementation | Eugene Sandulenko |
2017-03-12 | DIRECTOR: Lingo: Improved stack printing for REFERENCE | Eugene Sandulenko |
2017-03-12 | DIRECTOR: Lingo: Implement b_rollOver() | Eugene Sandulenko |
2017-03-12 | DIRECTOR: pre-load cast members. | stevenhoefel |
2017-03-10 | DIRECTOR: Lingo: Improved debug output | Eugene Sandulenko |
2017-03-10 | DIRECTOR: Lingo: Don't leak memory on restart | Eugene Sandulenko |
2017-03-10 | DIRECTOR: Lingo: Reset scripts when switching movies | Eugene Sandulenko |
2017-03-08 | DIRECTOR: Lingo: More debug output to call() method | Eugene Sandulenko |
2017-03-07 | DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clause | Eugene Sandulenko |
2017-03-07 | DIRECTOR: Lingo: Added definition for 'on' clauses without 'end' | Eugene Sandulenko |
2017-03-06 | DIRECTOR: Lingo: Split 'on ...' statement when preprocessing | Eugene Sandulenko |
2017-02-28 | Fix GCC Variable Range Warning. | D G Turner |
2017-02-25 | DIRECTOR: Move utility functions to util.cpp | Eugene Sandulenko |
2017-02-24 | DIRECTOR: Lingo: Fix b_moveableSprite() stub | Eugene Sandulenko |
2017-02-24 | DIRECTOR: Lingo: Clarified 'play' and 'play done' implementations | Eugene Sandulenko |
2017-02-24 | DIRECTOR: Lingo: Initial code for func_playdone() | Eugene Sandulenko |
2017-02-24 | DIRECTOR: Lingo: Initial code for func_play() | Eugene Sandulenko |