Eugene Sandulenko
|
c750d17b0c
|
DIRECTOR: Fix #include paths
|
2017-05-02 22:04:21 +02:00 |
|
Tobia Tesan
|
84a65f9df0
|
DIRECTOR: Init textCasts with Stxts in Score
|
2017-05-02 21:01:23 +01:00 |
|
Tobia Tesan
|
61e4181f5f
|
DIRECTOR: Add _loadedStxts member to Score
|
2017-05-02 21:01:23 +01:00 |
|
D G Turner
|
827e4efb09
|
DIRECTOR: Fix Various Compiler Warnings.
|
2017-04-25 00:53:48 +01:00 |
|
Eugene Sandulenko
|
f981e228c1
|
DIRECTOR: Detect immediate Lingo actions
|
2017-03-14 09:26:20 +01:00 |
|
stevenhoefel
|
fba1368267
|
DIRECTOR: pre-load cast members.
|
2017-03-12 00:18:03 +11:00 |
|
Eugene Sandulenko
|
3c08904e5f
|
DIRECTOR: Fixed global even handlers calling
Handlers defined via 'when ...', should stay at global level
|
2017-03-10 09:00:35 +01:00 |
|
Eugene Sandulenko
|
4c3f07b3e0
|
DIRECTOR: Moved event processor to events.cpp
|
2017-03-09 17:57:12 +01:00 |
|
Eugene Sandulenko
|
4ab38721ce
|
DIRECTOR: Load CastInfo for the Shared Cast
|
2017-03-01 22:41:07 +01:00 |
|
stevenhoefel
|
b0093cba4b
|
DIRECTOR: Capture Mouse Down Sprite and highlight respective items.
|
2017-02-28 15:44:52 +11:00 |
|
Eugene Sandulenko
|
9cdeb4c88e
|
DIRECTOR: Lingo: Implemented b_field() method
|
2017-02-22 17:05:08 +01:00 |
|
Eugene Sandulenko
|
fb7992568f
|
DIRECTOR: Beutify debug output
|
2017-02-17 18:51:09 +01:00 |
|
Eugene Sandulenko
|
98b4d12d4c
|
DIRECTOR: Lingo: Implement b_delay()
|
2017-02-14 18:49:20 +01:00 |
|
Eugene Sandulenko
|
76e66a4be4
|
DIRECTOR: Lingo: Implemented b_quit()
|
2017-02-04 23:32:22 +01:00 |
|
stevenhoefel
|
863827321c
|
DIRECTOR: Implement function 'marker'.
|
2017-01-16 21:08:04 +11:00 |
|
stevenhoefel
|
9cb400e05c
|
DIRECTOR: Style fixes plus 1/8bpp corrections.
|
2017-01-13 22:39:58 +11:00 |
|
stevenhoefel
|
60f936d1f7
|
DIRECTOR: More work to get events triggering. Loop all frames in score.
|
2017-01-10 09:24:21 +11:00 |
|
stevenhoefel
|
3359ea9c99
|
DIRECTOR: CASt members have Children in D4.
|
2017-01-09 00:00:04 +01:00 |
|
Eugene Sandulenko
|
82211302c0
|
DIRECTOR: More work on Cast loading in D4
|
2016-11-13 01:15:12 +01:00 |
|
Eugene Sandulenko
|
3291a9761c
|
DIRECTOR: Implement D4 CASt member parsing stub
|
2016-11-08 23:41:43 +01:00 |
|
Eugene Sandulenko
|
25a2333394
|
DIRECTOR: Split out cast-related classes into separate file
|
2016-11-08 21:51:51 +01:00 |
|
Eugene Sandulenko
|
b0f30906df
|
DIRECTOR: More debug output to CASt resource loading
|
2016-11-08 10:50:52 +01:00 |
|
Eugene Sandulenko
|
7ce632f862
|
JANITORIAL: Whitespace fixes
|
2016-11-04 23:50:01 +01:00 |
|
Eugene Sandulenko
|
9e54089fe7
|
DIRECTOR: Mark current cast loading method as D2
|
2016-10-29 08:07:19 -07:00 |
|
Eugene Sandulenko
|
4162295464
|
DIRECTOR: Lingo: Implemented getting 'the frame' entity
|
2016-10-19 21:47:44 +02:00 |
|
Eugene Sandulenko
|
6ef67b9186
|
DIRECTOR: Further work on text cast loading and rendering
|
2016-10-18 11:50:12 +02:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Eugene Sandulenko
|
91cc02b0ee
|
DIRECTOR: Cleanup
|
2016-09-01 10:52:11 +02:00 |
|
Eugene Sandulenko
|
c207d703fe
|
DIRECTOR: Fixed shared cast loading
|
2016-08-30 09:55:20 +02:00 |
|
Eugene Sandulenko
|
64587bbac7
|
DIRECTOR: Fix cast scanning
|
2016-08-29 18:19:18 +02:00 |
|
Eugene Sandulenko
|
7e0899f5d4
|
DIRECTOR: Start executing frame scripts
|
2016-08-25 18:16:15 +02:00 |
|
Eugene Sandulenko
|
35243a235a
|
DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimes
|
2016-08-24 22:40:35 +02:00 |
|
Eugene Sandulenko
|
3d6d6fa2dd
|
DIRECTOR: Reduce header dependency
|
2016-08-23 19:13:21 +02:00 |
|
Eugene Sandulenko
|
f8483d2dab
|
DIRECTOR: Split score.cpp file into classes
|
2016-08-23 09:41:00 +02:00 |
|
Eugene Sandulenko
|
fdb451baca
|
DIRECTOR: Improvements to the BITD rendering
|
2016-08-22 09:51:56 +02:00 |
|
Dmitry Iskrich
|
29faa28264
|
DIRECTOR: Change sprite type
|
2016-08-06 21:36:07 +02:00 |
|
Eugene Sandulenko
|
59ebb0c68f
|
DIRECTOR: Switch Mac font loading to the common code
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
240988fad4
|
DIRECTOR: Add enum for sprite types
According to the Director 4 helper
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
f0990e7221
|
DIRECTOR: Add extra fields for sprites
The presence of these fields depends on the type of sprite
|
2016-08-03 23:40:36 +02:00 |
|
Eugene Sandulenko
|
bb7e9b64b6
|
DIRECTOR: Unify dumpScript() signature
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
1808dcdc30
|
DIRECTOR: Add modified flag, Lingo: Handle some common cast fields
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
445bf8f5da
|
DIRECTOR: Add sprite controlling fields
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
bb469dc84d
|
DIRECTOR: Lingo: Set/Get common sprite fields
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
350f81635f
|
DIRECTOR: Render checkbox and button rectangles
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
1b0e546745
|
DIRECTOR: Assignment some TextCast unknows
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
56d51f9c1d
|
DIRECTOR: Loading Classic Mac fonts
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
061f868d79
|
DIRECTOR: Free memory, fix render text ID
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
b460a7c036
|
DIRECTOR: Calculate values for text rendering
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
256727964c
|
DIRECTOR: Render bitmaps
|
2016-08-03 23:40:36 +02:00 |
|
Dmitry Iskrich
|
7164b1531c
|
DIRECTOR: Fix code style violation
|
2016-08-03 23:40:36 +02:00 |
|