Tobia Tesan
|
4f749fc007
|
DIRECTOR: Add Lingo::_dontPassEvent
I'm not sure whether this should go here or in Director.
I'm leaving it here because _dontPassEvent changes the semantics of event handling.
|
2017-07-05 08:35:33 +02:00 |
|
D G Turner
|
bb252b428c
|
DIRECTOR: Fix GCC Warnings.
|
2017-03-20 11:10:19 +00:00 |
|
Eugene Sandulenko
|
cf6f08b137
|
DIRECTOR: Lingo: Implement b_moveableSprite()
|
2017-03-13 09:23:20 +01:00 |
|
Eugene Sandulenko
|
f802d26fa8
|
DIRECTOR: Lingo: Fix b_rollOver() implementation
|
2017-03-12 19:17:32 +01:00 |
|
Eugene Sandulenko
|
d1d8fc698a
|
DIRECTOR: Lingo: Implement b_rollOver()
|
2017-03-12 16:20:00 +01:00 |
|
Eugene Sandulenko
|
d541c5e1a1
|
DIRECTOR: Lingo: Improved debug output
|
2017-03-10 18:56:42 +01:00 |
|
Eugene Sandulenko
|
ff7cff72f4
|
DIRECTOR: Lingo: More debug output to call() method
|
2017-03-08 18:49:19 +01:00 |
|
Eugene Sandulenko
|
966f75c39a
|
DIRECTOR: Lingo: Fix b_moveableSprite() stub
|
2017-02-24 23:41:37 +01:00 |
|
Eugene Sandulenko
|
9cdeb4c88e
|
DIRECTOR: Lingo: Implemented b_field() method
|
2017-02-22 17:05:08 +01:00 |
|
Eugene Sandulenko
|
8864fbf44d
|
DIRECTOR: Lingo: Fix 'pause' implementation
|
2017-02-15 20:03:58 +01:00 |
|
Eugene Sandulenko
|
98b4d12d4c
|
DIRECTOR: Lingo: Implement b_delay()
|
2017-02-14 18:49:20 +01:00 |
|
Eugene Sandulenko
|
ed1d606e9f
|
DIRECTOR: Lingo: Implemented stub for REFERENCE built-ins
|
2017-02-12 11:35:50 +01:00 |
|
Eugene Sandulenko
|
a243a479ae
|
DIRECTOR: Lingo: Added grammar for assignment to references
|
2017-02-12 11:32:05 +01:00 |
|
Eugene Sandulenko
|
39aa4ecd84
|
DIRECTOR: Lingo: Documented D4 "Variables" Lingo
This completes the Director 4.0 grammar. Woo hoo!
|
2017-02-09 23:26:52 +01:00 |
|
Eugene Sandulenko
|
d87cddca4e
|
DIRECTOR: Lingo: Documented D4 "Time" Lingo
|
2017-02-09 23:19:48 +01:00 |
|
Eugene Sandulenko
|
0b4b073493
|
DIRECTOR: Lingo: Documented D4 "Text" Lingo
|
2017-02-09 23:16:18 +01:00 |
|
Eugene Sandulenko
|
2c4706f29d
|
DIRECTOR: Lingo: Documented D4 "System" Lingo
|
2017-02-09 22:57:53 +01:00 |
|
Eugene Sandulenko
|
dd3bcac78c
|
DIRECTOR: Lingo: Documented D4 "Sprites" Lingo
|
2017-02-09 22:46:12 +01:00 |
|
Eugene Sandulenko
|
0af1758ef4
|
DIRECTOR: Lingo: Documented D4 "Sound" Lingo
|
2017-02-09 22:31:46 +01:00 |
|
Eugene Sandulenko
|
0229c95953
|
DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" Lingo
|
2017-02-09 20:32:34 +01:00 |
|
Eugene Sandulenko
|
c6567ce71a
|
DIRECTOR: Lingo: Documented D4 "Puppets" Lingo
|
2017-02-09 20:12:02 +01:00 |
|
Eugene Sandulenko
|
c444de0eca
|
DIRECTOR: Made DirectorEngine::_currentScore private
|
2017-02-09 18:48:22 +01:00 |
|
Eugene Sandulenko
|
d8a103d9e2
|
DIRECTOR: Lingo: Documented D4 "Predefined methods and special messages" Lingo
|
2017-02-08 22:11:23 +01:00 |
|
Eugene Sandulenko
|
c0dd0f4f53
|
DIRECTOR: Lingo: Documented D4 "Playing movies" Lingo
|
2017-02-08 21:45:48 +01:00 |
|
Eugene Sandulenko
|
eb179c5241
|
DIRECTOR: Lingo: Documented D4 "Parent scripts" Lingo
|
2017-02-08 21:30:29 +01:00 |
|
Eugene Sandulenko
|
c8236bb285
|
DIRECTOR: Lingo: Documented D4 "Output" Lingo
|
2017-02-08 21:11:54 +01:00 |
|
Eugene Sandulenko
|
03e7c3ca60
|
DIRECTOR: Lingo: Documented D4 "Operators and math functions" Lingo
|
2017-02-08 20:32:53 +01:00 |
|
Eugene Sandulenko
|
296dac6bc2
|
DIRECTOR: Lingo: Switched Symbol::name to Common::String
|
2017-02-08 17:30:17 +01:00 |
|
Eugene Sandulenko
|
31d6fa0980
|
DIRECTOR: Lingo: Fix constants parsing
|
2017-02-08 17:30:17 +01:00 |
|
Eugene Sandulenko
|
f0f6915e52
|
DIRECTOR: Specify Shared Cast name for D4+ Mac movies
|
2017-02-08 01:29:38 +01:00 |
|
Eugene Sandulenko
|
54aac6a03c
|
DIRECTOR: Lingo: Fixed typo in builtin list and added sanity check to catch it
|
2017-02-07 10:45:24 +01:00 |
|
Eugene Sandulenko
|
b37a3e5224
|
DIRECTOR: Lingo: Documented D4 "Movie in a window" Lingo
|
2017-02-07 09:47:33 +01:00 |
|
Eugene Sandulenko
|
e0b7e823b2
|
DIRECTOR: Lingo: Documented D4 "Mouse and pointer" Lingo
|
2017-02-07 09:15:15 +01:00 |
|
Eugene Sandulenko
|
eb986c7cc3
|
DIRECTOR: Lingo: Documented D4 "Menus" Lingo
|
2017-02-07 09:08:37 +01:00 |
|
Eugene Sandulenko
|
7467771480
|
DIRECTOR: Lingo: Documented D4 "Logical operators and functions" Lingo
|
2017-02-07 09:06:05 +01:00 |
|
Eugene Sandulenko
|
f192831c86
|
DIRECTOR: Lingo: Documented D4 "Lists" Lingo
|
2017-02-06 22:51:25 +01:00 |
|
Eugene Sandulenko
|
4c64ebe027
|
DIRECTOR: Lingo: Documented D4 "External to Director" Lingo
|
2017-02-06 22:31:58 +01:00 |
|
Eugene Sandulenko
|
56abfed990
|
DIRECTOR: Lingo: Documented D4 "Events" Lingo
|
2017-02-06 22:08:27 +01:00 |
|
Eugene Sandulenko
|
57af996b4d
|
DIRECTOR: Lingo: Documented D4 "Event handlers and messages" Lingo
|
2017-02-06 22:01:07 +01:00 |
|
Eugene Sandulenko
|
c22b78eae6
|
DIRECTOR: Lingo: Documented D4 "Digital video" Lingo
|
2017-02-06 21:42:12 +01:00 |
|
Eugene Sandulenko
|
293d59f6ad
|
DIRECTOR: Lingo: Further work on improved built-in grammar
|
2017-02-06 19:10:51 +01:00 |
|
Eugene Sandulenko
|
3642054399
|
DIRECTOR: Lingo: Documented D4 "Code structures" Lingo
|
2017-02-05 23:54:31 +01:00 |
|
Eugene Sandulenko
|
b1503cc1ef
|
DIRECTOR: Lingo: Documented D4 "Cast window management" Lingo
|
2017-02-05 23:44:51 +01:00 |
|
Eugene Sandulenko
|
feaccfd7c9
|
DIRECTOR: Lingo: Renamed printStubWithArglist to printSTUBWithArglist
|
2017-02-05 09:49:15 +01:00 |
|
Eugene Sandulenko
|
29ad5a0a49
|
DIRECTOR: Lingo: Implemented b_shutDown() and b_restart()
|
2017-02-04 23:34:17 +01:00 |
|
Eugene Sandulenko
|
76e66a4be4
|
DIRECTOR: Lingo: Implemented b_quit()
|
2017-02-04 23:32:22 +01:00 |
|
Eugene Sandulenko
|
6d8d398cf7
|
DIRECTOR: Implemented pausing/continuing of playback
|
2017-02-04 15:17:13 +01:00 |
|
stevenhoefel
|
863827321c
|
DIRECTOR: Implement function 'marker'.
|
2017-01-16 21:08:04 +11:00 |
|
Eugene Sandulenko
|
042f5cc2ca
|
DIRECTOR: Lingo: Added stubs of List functions in D4
|
2017-01-13 00:03:42 +01:00 |
|
stevenhoefel
|
1f95f5c161
|
DIRECTOR: Hook Lingo events through. Tie in frame events.
|
2017-01-12 08:58:48 +11:00 |
|