Commit Graph

201 Commits

Author SHA1 Message Date
Joshua Granick
1e698225e5 Add extension.onBackPressed (for Android) 2015-09-02 19:55:28 -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
bf8f88639d Fix template (thanks @mcheshkov) (fix #551) 2015-08-22 09:12:40 -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
Valentin Lemière
a3beb2b8b7 Add linux, linux64 and windows neko ndll 2015-08-16 14:54:49 +02:00
Joshua Granick
e091062d93 Merge pull request #543 from ibilon/patch-neko-linux
Update neko linux
2015-08-15 08:05:20 -07:00
Valentin Lemière
1c9c9b51c5 Update neko linux 2015-08-15 13:12:50 +02:00
Valentin Lemière
323714d640 Update neko windows 2015-08-15 12:01:02 +02:00
Joshua Granick
603da175d2 Make all touch events use normalized (0-1) coordinates 2015-08-12 10:58:02 -07:00
Joshua Granick
dd8ca69353 Port JNI class from Lime legacy 2015-08-11 15:39:41 -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
Joshua Granick
12ded77e14 Support current Options.txt format for iOS target / HXCPP 2015-07-24 20:54:41 -07: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
8920ff5317 Use a default icon 2015-07-11 20:30:47 -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
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