Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openfl/swf

Adds support for Flash SWF assets in OpenFL projects
https://github.com/openfl/swf

unload memory leak fix

58d768eda7a8f5a3a9c96a62a87ab04deb813b19 authored about 1 year ago
AnimateTimeline: fix crash when Sprite is cast as Shape

16d1c9c368b9a288c56ee6e5882bfc96c8e73db7 authored over 1 year ago
Merge pull request #27 from barisyild/fix-4.x.x-build

Fix 4.x.x build

d5c5cd05967689ee70008b855f8bdf739abf8ef4 authored over 1 year ago
Fix 4.x.x build

e0ff619a7624c080f955806b476177a8a826009f authored over 1 year ago
rebuild.hxml: similar to openfl/lime@3b5588267b1f584849c6fed12690628b6d265576, remove no-inline when building swf tools

It caused weird variable init errors in haxe.display.Protocol and haxe.display.Display with Haxe...

b089722eb05263d73bf2f9ce14b487b4bda6ae9d authored over 1 year ago
fix :enum abstract warning with Haxe 4.3

41115d5043b66ff23ca03b9a8f43efd30605a19c authored over 1 year ago
AnimateButtonSymbol, AnimateSpriteSymbol: use SymbolUtils.formatClassName() with call to Type.resolveClass() for cpp target (references #13)

Class names need to be formatted a certain way to resolve properly.

Co-authored-by: barisyild <...

40dbf9b8d6d6b6e2839e882e0d1b36670562cfcf authored over 1 year ago
consolidate formatClassName() into a utility class to reduce duplicate code (references #13)

bddcbb399ff3650ca46d5a57be306a5f8a6616a9 authored over 1 year ago
Fix 'haxelib run swf process file.swf' with one argument

cf1c0856aa5e35164a2d4620dd9261bd0a7c7686 authored almost 2 years ago
Issue with Neko memory, try Linux build instead

9bee18ea69a9c8099ab5586a36505f4a2543d5ae authored almost 2 years ago
Update LICENSE.md

4cbcbfd9d1d669884e472ac96a4d539ff903014e authored almost 2 years ago
Update CHANGELOG

6b608817269259560dc13bf606e3b0b7d8a85c16 authored about 2 years ago
Update to 3.2.0

1d342faa4905b5730bccdb63b53a7034348266c0 authored about 2 years ago
Update README

15cd041dbf8447c6e1817a6eaa7b65a94bd0daee authored about 2 years ago
Update LICENSE

e673d091563921ff270c01b12ff47ab422b245ac authored about 2 years ago
Improve process/generate commands, add AnimateLibrary.loadFromFile for now

dbf0334fbf0f88e7f3493b428a1ec3a3298e42ad authored about 2 years ago
Add list output to AnimateLibrary

7eaf282ad535625fc91d38442b422043f1284cb6 authored over 2 years ago
Improve behavior of SWF tools, add generate synonym, better output

d0d138ec7c46b524bc26ece4a6e0af1562dde843 authored over 2 years ago
Add log message in non-verbose mode when generating SWF library (not found in cache)

6bccc75ef3f57223d662084037a4c466804f1154 authored over 2 years ago
Fix blend mode

b72f84f294396748b4127e126969289266912bd5 authored over 2 years ago
Github Actions: runs on macos-latest

c63b1d87aa1ee24b56fef54dd834346169044b0a authored over 2 years ago
prepare for 3.1.1

b24ad6739b062e563f4188c0f4191c9a42db57a6 authored over 2 years ago
build with newer Haxe

3dc9393dbd4c7dcd3ce3c6b6f50e1669a49fb7c7 authored over 2 years ago
Update CHANGELOG

d9e57a82d5b1c0dfe25d25c1706272d1a5256af5 authored over 2 years ago
Update to 3.1.0

205becae424e258cf7a7bf9c8e838cadf2595f89 authored over 2 years ago
SpriteSymbol: fix __constructor field moving from MovieClip to Sprite in OpenFL

For reference, see these related commits:

openfl/swf@c4aa5b9da95e6cbd526224cf2ef50f543195388e
o...

0da6f2207cbf03d8154ea4e9304e35126d2d8493 authored over 2 years ago
SWFLite MovieClip.mtt and SimpleButton.mtt need :access metadata to call __init()

6fefd488bdc22a893b0a518f2a393b5698634fb2 authored over 2 years ago
README: update build instructions

8bbba7f83a0873a566dfd583654b5ac2907800e7 authored over 2 years ago
Github Actions

ecdc99d56a8611adcc34d68573b48754b4099334 authored over 2 years ago
Update for newer @:bind behavior in OpenFL dev

419ea9b1e110d5bf59c3f6b3b7f3e5dfa60c4b25 authored almost 3 years ago
Avoid applying same frame twice

e8ffde3a1a409ae64583c1cc2207885b049a6630 authored about 3 years ago
Single frame MovieClips should do nothing on loop

aa36c7925fbad42a1c77387cb618a71f6cc7dcc1 authored about 3 years ago
First pass on SWC support

a2d65285bb3c36861c63760a469972df9eaeed3b authored about 3 years ago
Support multiple labels per frame in Animate timeline

5cf782ddd8c88f307eeb68cfcb3b45c65ae44a85 authored about 3 years ago
Allow returning a Sprite from a DefineSprite symbol

c4aa5b9da95e6cbd526224cf2ef50f543195388e authored about 3 years ago
Generate SWF classes by default, allow generate='false'

aad6437542a6e9ee50aa74b0972c93ad926244d7 authored about 3 years ago
Fix Std.is deprecation warnings

88ff07d54e70a7b11e2ad5fb6284068fde04cf49 authored about 3 years ago
Add support for @:bind meta-data (OpenFL 9.2+)

f1a085b925bccea7dadb694aa8192ae012ea9c8d authored about 3 years ago
Progress toward a @:bind meta-data for non-Flash targets

e56857d5f19eba99fbba0e32485f2c517efd0c2a authored about 3 years ago
Minor cleanup

962a5406c1e4f045ce405a4ebc12c7b505eb0d23 authored about 3 years ago
Move instances map init to static context

AnimateLibrary - Move instances map init to static context so that it's always ready. Remove nul...

2a1baeca310787e231e8411be9cf6ace31974960 authored about 3 years ago
Update LICENSE.md

b99b7709780e09cfc66e9d0496c3a079123597d7 authored about 4 years ago
Fix initialization order of generated classes

0d0d7bcdb3e504b1c06eed0e51a3ed7f352ffab8 authored about 4 years ago
Allow type == null on SWFLiteLibrary exists check

9db004076b7ba669c89fa72eedf246476241a48f authored about 4 years ago
Allow type == null on AnimateLibrary exists check

c855483a6d4705083dcf7ed6118e99c38e01d405 authored about 4 years ago
Clone matrices before modification in AnimateLibraryExporter

b42a709fa7b6104cf7e81a419baadc641f6851a1 authored over 4 years ago
Fix Haxe 4 compilation

f2b186f6b8523179ad6dcd8b8669d613675fad93 authored over 4 years ago
Update CHANGELOG

a7d49d594308b887cd3856db490bcad4c61e4c46 authored over 4 years ago
Update to 3.0.2

9a760d0ebd9553e78be5f35c7db83e32f42d1fda authored over 4 years ago
Compression added to library exporter

3c9ca40c43ced578e84f9807032f26862e9dd8df authored over 4 years ago
Update CHANGELOG

d1b97737f1bc414db7732cf82ad9c567f2fdf559 authored over 4 years ago
Update to 3.0.1

73db81319cf749cd89f83bc566292a941cd0fa2f authored over 4 years ago
Scale9 fix, minor tweaks

3ece11c884946c5e72cd40b2e82f5fa34715cdf1 authored over 4 years ago
Fixes for privatePkg.__LoopMode__ on Flash

2146dd482ed7b95ec9c5e59a60b668a51e5fd8e1 authored over 4 years ago
Update to 3.0.0

52d0d9454bd68eac339ecbd04977241eb5bd4e13 authored over 4 years ago
Minor fix

4c92fd7e88d3f42ee042b2bb1f500f32d25d6473 authored over 4 years ago
SWFLite format fixes

ad989d2414ab6bd5074cf98b7d8ecdda55470420 authored over 4 years ago
Compile fix

7d9a4363738c0816740d0177fd494b567f997cf4 authored over 4 years ago
Update LICENSE.md

85c6b8d2e44ce73669b5614e2bec4042297c5b00 authored almost 5 years ago
Remove OpenFL internal imports

b829439a128069e901cfae6fd0db92bcd31312d5 authored about 5 years ago
Array type fix

c1060ac9a5eb447471da4d617c6ca126adc1fb3e authored about 5 years ago
Simplify init script (TODO: include Lime DLLs in release)

4fd566d2c5a02b3225d8533ea9dde58703b6cac6 authored about 5 years ago
Compile fix

e44325a49189bf87fa0ae801281cb16ff739df85 authored about 5 years ago
Haxe 3 compile fix

84f7b4ecea726a64c16d08f93a84d45bb2cacb10 authored about 5 years ago
Compile fix

026fdc14835793e3cdffcd631672abd6100830c1 authored about 5 years ago
Cache fix

4cc9e340c7fa60133d88dc6701d8ddc70c374e17 authored about 5 years ago
Restore SWFLibrary on Flash/AIR

418c8e7c29f61e2ce6351b40c85d866cfc9ecfa2 authored about 5 years ago
Rename format.swf.* to swf.*

9811dc95fd4092bb2adfee9195fb95165314371f authored about 5 years ago
Import Animate (and partially implemented SWFLite) libraries as well as tools

1050c8aace2b39b469ff6e95c2bcf79faa0690aa authored about 5 years ago
Move FilterType/ShapeCommand back to SWF library, Flash target fixes, other fixes

9aeba4abc202a05f66ee08c14de9d735ddf20873 authored over 5 years ago
Timeline API update

6f63234404283be05100ca37a5291a7b9cd435b4 authored over 5 years ago
Add VSCode settings

268f37f8cb430ce4f37c482960375c467f2267fc authored over 5 years ago
Update Timeline API

a6598281e804b019282331820a9430e928b2834f authored over 5 years ago
Update for new Timeline API

9dc7f28e4b755c53579c003c6de3a7a5b27a62cb authored over 5 years ago
Cursory pass over swf.instance types

dc929b5b0a08104113468bc1a8be6040b58e4979 authored over 5 years ago
Font name fix

780a7080243b36e99b633c4cd1a6e3d847d2feda authored over 5 years ago
Font name improvement, minor DefineFont byte read fix

389f2377193049b20b2f0b326d0c2c94fa491fba authored over 5 years ago
Update JPEG marker code

c8229cbd099fb3b1e6d258cc1c2909e590687f43 authored over 5 years ago
Merge JPEG tables + data together for old SWF versions

c41e6fcf140252b748424f17fc11b3f53ac97432 authored over 5 years ago
Add files for Haxe checkstyle and formatter

c835333b68938a5e07c30697a56abfa8735470df authored over 5 years ago
Update with newer files from OpenFL dev

6215f08660b68ae176d73c78725d93b924dee9cf authored over 5 years ago
Apply 2.3.1 changes

9b61af19804fb52e5288a4677bb82ba3fdb0ed88 authored over 5 years ago
Update to 2.3.0

4acd3819b504201bef3c642f533246aa7ade4f7f authored over 8 years ago
Optimization: Render Shape draw commands to Graphics only once. (#96)

Combined with the COW optimisation[1], this patch
reduces GC pressure by an order of magnitude ...

e0d09895022e67aad456b2792bf66308dea4884c authored over 8 years ago
Compile fix

058f684d0bd7be3375afc9de4b6cf4e7431c9aa9 authored over 8 years ago
Update to 2.2.4

0de2e9577b10a64dec0a7434ae188e884de1bf22 authored over 8 years ago
Fix issue with shapes on the same timeline not appearing (resolve #81)

0c5b934607a57260027ac5ee02f62cabde6ab19c authored over 8 years ago
Flash fix (in case of accidental import)

d69c140cd003e7e041bf4cfcf6a90ac0f6e7299d authored over 8 years ago
Fix issues with the exporting of 8-bit PNGs embedded in a SWF (#55)

831318aacdf3b8d4e631d9f8b633902f3faef112 authored over 8 years ago
Use relative class path

3558e004b49f5159115b4c9164a5d98406904777 authored over 8 years ago
Update to 2.2.3

9277e0ede36c048a968a2e888671a145cf0770bf authored over 8 years ago
Fix for issue by which font class is specified but not font name. (#92)

c893822c4a545705652132d18376ff4e6be6f747 authored over 8 years ago
Flash enum fixes

5a960b0d4da01258281e326a00d71497ac6a6889 authored over 8 years ago
Update to 2.2.2

208977aebb45c25d25f28443f81930f1200e6df4 authored over 8 years ago
Null fix and gotoAndStop/gotoAndPlay for frame label

0e9ff8f0a6d9dd8a2ce406fd018d007a0e978a58 authored over 8 years ago
Implement currentFrameLabel/currentLabel for SWF lite, fix getters for Flash

039c0a1af53ba3a6ad3c35b15b8bc2ff0314069c authored over 8 years ago
Update to 2.2.1

3f47aefc4424b957f6daefe6c59d4a6dbfaeb1b1 authored over 8 years ago
Fix missing update for currentLabel and currentFrameLabel for lite.MovieClip (#86)

* Fix missing update for currentLabel and currentFrameLabel

* Fix update for currentLabel and...

baa55e676e24c3c05552635fddef3a777e57cbde authored over 8 years ago
add missing instructions for building from source (#44)

12d47207f3bc7e6d9433ef43e4e28c2515c704c1 authored over 8 years ago
Speed improvement of SwfLite (#78)

Fixes https://github.com/openfl/swf/issues/77

49c771306aae457211adfb5f0368b90258e35b00 authored over 8 years ago