Carlos Ballesteros Velasco
|
55ab5b5672
|
Make DefaultAssetsLibrary.loadBytes binary-safe in flash
|
2016-03-10 14:29:17 +01:00 |
|
Joshua Granick
|
49ed4943ee
|
Add lime.utils.Bytes to fix @:file embed and 'readFile' behavior
|
2015-11-24 23:03:13 -08:00 |
|
Joshua Granick
|
f16716c2e8
|
Add simple HTTPRequest class to help fill holes from URLLoader and make a few small fixes
|
2015-11-21 00:28:21 -08:00 |
|
Joshua Granick
|
23be787198
|
Remove ByteArray, use Bytes. Will need to replace URLLoader with a Lime API for easier network requests
|
2015-11-20 21:34:41 -08:00 |
|
Joshua Granick
|
d3d2409b84
|
Add cache-breaking string to remote requests
|
2015-11-10 10:54:31 -08:00 |
|
Joshua Granick
|
77cc799253
|
Minor tweak
|
2015-10-02 09:54:53 -07:00 |
|
Valerio Santinelli
|
06487ad363
|
tvOS support for default assets library
|
2015-10-02 18:36:46 +02:00 |
|
Valerio Santinelli
|
1fe5147158
|
First few changes to build a tvOS target
|
2015-09-28 20:03:27 +02:00 |
|
Joshua Granick
|
f7ae00f635
|
Cleanup
|
2015-09-04 11:56:36 -07:00 |
|
Joshua Granick
|
9b266891dd
|
Improve Assets, use Futures and Events
|
2015-09-04 09:35:00 -07:00 |
|
Joshua Granick
|
14d1ae7abe
|
Add guard against null
|
2015-09-01 10:06:46 -07:00 |
|
Joshua Granick
|
db058e64fd
|
Improve docs
|
2015-08-26 19:51:13 -07:00 |
|
Joshua Granick
|
b44890502f
|
Improve lime.app.Config
|
2015-08-20 10:23:23 -07:00 |
|
Joshua Granick
|
e6f133ab51
|
Update to support multiple windows
|
2015-08-19 18:09:45 -07:00 |
|
Joshua Granick
|
8a9db7a36a
|
Update events, be aware of multiple windows
|
2015-08-19 10:23:11 -07:00 |
|
Joshua Granick
|
e02fa7c2c6
|
Improve Preloader
|
2015-08-18 17:36:56 -07:00 |
|
Joshua Granick
|
6434c67b00
|
Template fix
|
2015-08-07 21:55:09 -07:00 |
|
Matan Uberstein
|
e8434d4f59
|
Fixed CPP target embedded assets
|
2015-07-27 12:26:51 +02:00 |
|
Matan Uberstein
|
75b807f91a
|
Fixed html5 image loading through DefaultAssetLibrary where id and path doesn't match.
|
2015-07-20 11:39:14 +02:00 |
|
Joshua Granick
|
7bed38562c
|
Fix use of Assets.load* with the same ID and different callbacks
|
2015-07-17 16:46:07 -07:00 |
|
Joshua Granick
|
74604c9077
|
Use TheadPool instead of BackgroundWorker to limit Assets.load* requests at once
|
2015-07-10 17:35:06 -07:00 |
|
Joshua Granick
|
89ad4e1290
|
iOS font embed fix
|
2015-07-07 13:23:34 -07:00 |
|
Joshua Granick
|
087203455c
|
Simplify use of BackgroundWorker in Assets, add optional onError condition in worker
|
2015-07-06 10:21:47 -07:00 |
|
Joshua Granick
|
0882e27537
|
Renamed WorkerThread to BackgroundWorker, improve
|
2015-07-06 10:05:58 -07:00 |
|
Joshua Granick
|
7f4f91bc53
|
Make Assets.load* use a background thread on native
|
2015-07-03 12:08:50 -07:00 |
|
ProPuke
|
182e010424
|
fixed: html5 async asset loading
|
2015-06-13 15:15:36 +01:00 |
|
ProPuke
|
3c98ca61ac
|
fixed: html5 runtime errors loading missing assets
|
2015-06-13 05:26:17 +01:00 |
|
Joshua Granick
|
a053dfa081
|
Fix for embedded fonts
|
2015-06-01 17:03:34 -07:00 |
|
Joshua Granick
|
6e705aa23f
|
Initial support for software rendering using Cairo
|
2015-05-01 18:13:40 -07:00 |
|
Joshua Granick
|
b43d2738ee
|
Remove older OpenFL compatibility guards
|
2015-03-26 11:26:50 -07:00 |
|
Joshua Granick
|
9637253bbe
|
Fix iOS assets
|
2015-03-25 13:39:49 -07:00 |
|
Joshua Granick
|
469437a5f7
|
Fix support for Flash/HTML5 targets on older OpenFL releases
|
2015-03-25 00:04:54 -07:00 |
|
Joshua Granick
|
b234e2bd3a
|
Should be lime.text.Font
|
2015-03-21 09:28:12 -07:00 |
|
Joshua Granick
|
138e3f6703
|
Implement window.fullscreen and window.minimize, add onWindow minimize, restore, fullscreen events
|
2015-03-19 16:55:38 -07:00 |
|
Joshua Granick
|
ea0db8f13f
|
Populate additional Config values, use company name and file name for preference path
|
2015-03-19 14:16:31 -07:00 |
|
Joshua Granick
|
fe550ab764
|
Add @:image embed for Lime
|
2015-03-18 14:40:40 -07:00 |
|
Joshua Granick
|
bb46ef9b5d
|
Implement embedded Lime images and audio for now, using bytes
|
2015-03-18 13:39:55 -07:00 |
|
Joshua Granick
|
4049966599
|
Merge pull request #365 from srevid/patch-2
isLocal always true with Sound [Flash]
|
2015-03-18 11:39:01 -07:00 |
|
Joshua Granick
|
52084b75dc
|
Compile fix
|
2015-03-17 09:22:46 -07:00 |
|
Joshua Granick
|
248ab5bae4
|
Improve handling of fonts (fixes openfl/openfl#537)
|
2015-03-17 05:06:52 -07:00 |
|
Joshua Granick
|
ae9c87d34c
|
Improve Assets.getFont
|
2015-03-15 03:51:47 -07:00 |
|
Joshua Granick
|
347b25b41d
|
Allow Assets.exists on Flash when type == null
|
2015-03-10 09:36:08 -07:00 |
|
Joshua Granick
|
c9f182018b
|
Allow Assets.getBytes for Flash IMAGE type
|
2015-03-10 09:33:42 -07:00 |
|
Joshua Granick
|
a406401848
|
Add more Font details, fix @:font embedding
|
2015-03-09 04:57:13 -07:00 |
|
srevid
|
fc6cd177d6
|
isLocal always true with Sound [Flash]
Fix isLocal function always true with test Sound on Flash.
When embed sound is set on false, isLocal can't by pass exist test.
|
2015-03-04 11:18:26 -05:00 |
|
vroad
|
fcd5bc295e
|
Fix #if for Node.js/HTML5
|
2015-03-04 19:21:38 +09:00 |
|
srevid
|
2412d6aceb
|
Update DefaultAssetLibrary.hx
|
2015-03-02 15:30:00 -05:00 |
|
Joshua Granick
|
941e55c90d
|
facepalm
|
2015-02-13 10:05:30 -08:00 |
|
Joshua Granick
|
ef66e10dd2
|
Assets prefix fix
|
2015-02-13 09:31:16 -08:00 |
|
Joshua Granick
|
643ff2e363
|
Fix HTML5 asset URL
|
2015-02-13 08:19:07 -08:00 |
|