|
17bfc7dcdd
|
skipping rotateTo -> set angle
|
2023-09-15 21:11:38 -06:00 |
|
|
622fb17cee
|
use add/remove, not kill/revive, for dialog sprites
|
2023-09-15 20:47:06 -06:00 |
|
|
cc3d265e66
|
be very strict about where linearMotion sprites end up
|
2023-09-15 20:01:32 -06:00 |
|
|
00cb4fbd1f
|
linearMotion end on exact destination coords
|
2023-09-15 19:04:16 -06:00 |
|
|
98b648c766
|
recover part of loopSound fix from stash
|
2023-09-15 18:14:46 -06:00 |
|
|
bb83df795e
|
assertlogspritescc
|
2023-09-15 18:02:54 -06:00 |
|
|
06edab09a4
|
Fix loopSound
|
2023-09-14 19:11:59 -06:00 |
|
|
1a2b5b196c
|
when skipping linearMotion, move the sprite right away
|
2023-09-14 16:56:53 -06:00 |
|
|
d23bb5c963
|
hide mouse when recording
|
2023-09-14 14:06:57 -06:00 |
|
|
3c541ded13
|
remove some cruft from logSprites
|
2023-09-12 15:23:03 -06:00 |
|
|
a8714c925d
|
fix one-frame delay of calling cc
|
2023-09-12 15:18:10 -06:00 |
|
|
663446944c
|
remove asyncloop when done
|
2023-09-12 13:39:24 -06:00 |
|
|
65dd4a1e8c
|
fix sound null error
|
2023-09-12 12:45:44 -06:00 |
|
|
f2faa4b941
|
safe-remove cameras
|
2023-09-12 12:45:34 -06:00 |
|
|
a3d66331f3
|
remove cameras of movie on cleanup
|
2023-09-12 12:28:53 -06:00 |
|
|
d101cf75b8
|
don't remove non-added camera
|
2023-09-12 11:44:59 -06:00 |
|
|
afbe02579c
|
ASSERTLOGSPRITES
|
2023-09-12 11:10:43 -06:00 |
|
|
0a59be586d
|
don't scale FlxText
|
2023-09-11 13:04:30 -06:00 |
|
|
920d89b100
|
more loads per frame when scavenge was done
|
2023-09-11 10:27:20 -06:00 |
|
|
7a7ef391ee
|
types on some things
|
2023-08-31 18:54:33 -06:00 |
|
|
7ac73aed79
|
update dependencies
|
2023-08-31 16:22:22 -06:00 |
|
|
667f03226f
|
use FlxPoint.get
|
2023-08-31 14:58:01 -06:00 |
|
|
3642c4e342
|
stop sounds and voicetracks on cleanup
|
2023-08-31 14:53:48 -06:00 |
|
|
7a85e3f915
|
clear more memory on cleanup
|
2023-08-31 14:38:39 -06:00 |
|
|
61fd472de9
|
compact memory
|
2023-08-31 13:11:02 -06:00 |
|
|
1868c9826c
|
scavenge pre-existing movie
|
2023-08-30 18:45:12 -06:00 |
|
|
adadc35c4c
|
fix accidental skipMovie cleanup
|
2023-08-30 17:18:43 -06:00 |
|
|
aeb8832302
|
implement most new director methods
|
2023-08-30 14:27:46 -06:00 |
|
|
d99a8ff02a
|
ACTORPLAYANIMATION
|
2023-08-28 13:17:01 -06:00 |
|
|
abdf6a051c
|
Fix loopSound crash w/ new memory clearing
|
2023-08-27 23:18:20 -06:00 |
|
|
f6c4efd1de
|
on cleanup, destroy all the loaded flixel objects
|
2023-08-27 21:48:22 -06:00 |
|
|
efb179b3d6
|
allow making demo flxDirector for options menu
|
2023-08-26 18:58:25 -06:00 |
|
|
26218572fd
|
save last label for multiple Movie classes
|
2023-08-26 18:22:14 -06:00 |
|
|
39d00e3892
|
store tweens in kiss.List
|
2023-08-26 14:52:00 -06:00 |
|
|
419a043e69
|
remove with splice always
|
2023-08-26 14:09:45 -06:00 |
|
|
63261cbc29
|
remove titlecards when skipping
|
2023-08-26 13:57:45 -06:00 |
|
|
0ed760c8a4
|
Make MovieFlxState generic with fff functionality
|
2023-08-26 13:34:14 -06:00 |
|
|
b015e1d6ce
|
cleanup skipMovie recursively
|
2023-08-26 12:59:48 -06:00 |
|
|
48e7546827
|
fix skip->input freeze bug
|
2023-08-26 12:06:15 -06:00 |
|
|
a53f754ba1
|
non-await versions of the linearmotion reader macros
|
2023-08-26 11:28:51 -06:00 |
|
|
61370402a3
|
macro that would be nice if it worked
|
2023-08-24 22:21:00 -06:00 |
|
|
1a45fc4bbc
|
implement changeSongVolume
|
2023-08-21 16:27:05 -06:00 |
|
|
355b864ddf
|
changing fullscreen requires re-loading
|
2023-08-21 13:16:22 -06:00 |
|
|
ec6d574fcf
|
fix common scene selection crash
|
2023-08-21 12:52:47 -06:00 |
|
|
87ccd6be7c
|
linearmotion coordinate reader macros
|
2023-08-21 12:04:13 -06:00 |
|
|
cf84961f39
|
reader macros for linearmotionto
|
2023-08-21 11:23:22 -06:00 |
|
|
13012c476c
|
debug print memory usage
|
2023-08-21 10:12:27 -06:00 |
|
|
270885959c
|
Left3 and Right3
|
2023-08-18 13:00:55 -06:00 |
|
|
9b61efec9c
|
improve some dialog history things
|
2023-08-18 11:15:26 -06:00 |
|
|
88b34f2281
|
leave sound looping to hollywoo core
|
2023-08-17 20:29:58 -06:00 |
|