Commit Graph

231 Commits

Author SHA1 Message Date
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
157d7150fb Handle ENABLE_BITCODE flag (enable for iOS 6+, disable for iOS 5 compatible builds) 2015-07-07 10:26:39 -07:00
Joshua Granick
3fdb423717 Fix Mac -static build 2015-07-06 13:25:45 -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
Vincent Petry
d675eb2713 Fix touch coords in Android SDLActivity
The coordinates are already relative to the display so they should be
kept as such when passing them to SDL native.
2015-06-18 23:10:50 +02:00
Luke
c126090a0c fixed: html5 runtime errors loading missing assets
typo on last >.>
2015-06-14 15:14:54 +01: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
restorer
5f0e63d7c4 Fix FPS drop when finger is moved around the screen on older android phones 2015-06-07 14:27:43 +03:00
Joshua Granick
933b958e94 Update Android Activity class (fix the crash) 2015-06-04 12:30:47 -07:00
Joshua Granick
a053dfa081 Fix for embedded fonts 2015-06-01 17:03:34 -07:00
Joshua Granick
5cb840381e iOS fix 2015-05-30 18:04:47 -07:00
Joshua Granick
4deb21be8c Fix static build (thanks JeriX) 2015-05-07 13:16:36 -07:00
Joshua Granick
6e705aa23f Initial support for software rendering using Cairo 2015-05-01 18:13:40 -07:00
Joshua Granick
6a6d37f734 Use safe name for registering statics, use 'lime_legacy_' for legacy prims to avoid conflicting names 2015-04-07 12:03:16 -07:00
Valentin Lemière
a5ce9789e6 Replace linux neko with standalone version (-rpath) 2015-03-28 14:52:20 +01:00
Joshua Granick
b43d2738ee Remove older OpenFL compatibility guards 2015-03-26 11:26:50 -07:00
Joshua Granick
e8d60ebef7 Update ios-deploy, fix iOS run 2015-03-25 16:48:28 -07:00
Joshua Granick
9637253bbe Fix iOS assets 2015-03-25 13:39:49 -07:00
Joshua Granick
3c413958c4 Fix iOS 2015-03-25 13:20:09 -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
54d8d5eee3 Fix http-server on Windows 2015-03-23 16:31:02 -07:00
Joshua Granick
b234e2bd3a Should be lime.text.Font 2015-03-21 09:28:12 -07:00
Joshua Granick
c2c6243d6d Update ios-sim to newer version that fixes std output 2015-03-20 10:10:30 -07:00
Joshua Granick
bf53e70c0e Revert Xcode project template to fix simulator bundle identifier error 2015-03-20 10:10:29 -07:00
Joshua Granick
dc7a766623 iOS update 2015-03-20 09:37:42 -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
626c1009f1 Make Gamepad a real instance, not an abstract. Other fixes 2015-03-18 09:45:55 -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
19ace78c33 iOS template tweak 2015-03-13 12:33:32 -07:00
Joshua Granick
d66e43da79 Include files in 'iphone/resources' template 2015-03-13 09:33:15 -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
vroad
35caf81a8d Define sys for Node.js target 2015-03-04 17:56:00 +09:00
srevid
2412d6aceb Update DefaultAssetLibrary.hx 2015-03-02 15:30:00 -05:00
Joshua Granick
e51871c372 Hack to support added 'lib' prefix on HXCPP 3.2+ iOS target 2015-02-25 12:25:57 -08:00
Joshua Granick
41b2aa06d8 Read Options.txt in iOS makefile build (fixes #323) 2015-02-20 12:16:00 -08:00
Joshua Granick
9675f8a40a Switch to lime.exe instead of lime.bat (fixes exit from batch files) 2015-02-16 17:58:14 -08:00