Eugene Sandulenko
|
4325605111
|
DIRECTOR: Lingo: Add missing break statement
|
2017-08-11 20:44:42 +02:00 |
|
Tobia Tesan
|
2ae7d9f86b
|
DIRECTOR: Handle kEventPrepareMovie with 1-ary processEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
7b675fc1de
|
DIRECTOR: Handle kEventNone with 1-ary processEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
8a6dce9fd3
|
DIRECTOR: Handle kEventIdle with 1-ary processEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
1d5c92783e
|
DIRECTOR: Add processSpriteEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
8a6ef727cf
|
DIRECTOR: Add kEventStart case for processGenericEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
5a4942b6c5
|
DIRECTOR: Remove "primary event handler" comment
According to D4 manual only mouse/key/timeout event can have primary
handler
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
3059c95abd
|
DIRECTOR: Handle keyDown in 1-ary processEvent
Might change semantics by calling the standard chain for input events.
That is what the D4 docs suggest anyway.
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
137e10eef2
|
DIRECTOR: Add kFrameScript call
This follows from D4 docs.
Changes semantics, *might* break stuff.
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
0584f936dc
|
DIRECTOR: Reorder processInputEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
bfe3a316c4
|
DIRECTOR: Swap order of processEvent calls
This appears to be the correct order from docs and makes code easier to
reorder.
*Might* break stuff though.
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
57dbfbf988
|
DIRECTOR: Call primaryEventHandler in processInputEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
c267bc208f
|
DIRECTOR: Handle kEventPrepareFrame in processFrameEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
963bc4a351
|
DIRECTOR: Move kEventMouseUp/Down handling to processInputEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
5a9a1571fa
|
DIRECTOR: Include sprite.h in lingo-events.cpp
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
ce3aaa08d0
|
DIRECTOR: Implement processFrameEvent
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
38db7dfafe
|
DIRECTOR: Add runMovieScript
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
252c890bf5
|
DIRECTOR: Add Lingo::PrimaryEventHandler
|
2017-07-05 08:35:33 +02:00 |
|
Tobia Tesan
|
ed66169adf
|
DIRECTOR: Include frame.h in lingo-events.cpp
|
2017-07-05 08:35:33 +02:00 |
|
Eugene Sandulenko
|
a36e631b16
|
DIRECTOR: Fix event processing
|
2017-04-17 18:23:25 +02:00 |
|
Eugene Sandulenko
|
4873330d23
|
DIRECTOR: Lingo: Added stub for generic event handlers
|
2017-04-14 18:49:01 +02:00 |
|