Commit Graph

3864 Commits

Author SHA1 Message Date
Joshua Granick
972af872bb Support -- (in addition to -args) for additional arguments (like 'lime test neko -- hello=world') 2018-04-18 09:33:28 -07:00
Joshua Granick
8c95c737ba Add support for overriding default window parameters 2018-04-18 09:24:26 -07:00
Joshua Granick
a2a4e063b2 Add key/value command-line arguments to Window parameters 2018-04-18 08:27:00 -07:00
Joshua Granick
0e3fe0afe6 Update howler.js to 2.0.9 2018-04-16 23:01:28 -07:00
Joshua Granick
296c8a816d Resolve support for '-dce full' with 'embed=true' assets on native 2018-04-13 20:04:17 -07:00
Adam
87a196be7e Use jcenter repository for extension template gradle build. 2018-04-11 18:20:08 -07:00
Adam
464bad5392 Use Google's default repository for extension-api gradle dependencies.
Jcenter is the default for Android Studio projects, is a superset of Maven Central, and is what is used in the default lime template.

Fixes Android builds failing to resolve gradle and gradle plugin versions that are missing from Maven Central.
2018-04-11 18:20:08 -07:00
Adam
5d7201276a Remove unintentional command line argument addition 2018-04-11 18:20:08 -07:00
Adam
221dcaef2f Export multiple IPA types (adhoc, appstore, etc) with one deploy command.
Avoids re-generating an xcarchive for each IPA type you wish to create.
2018-04-11 18:20:08 -07:00
Joshua Granick
a0994d76b5 Embed default manifest on HTML5 2018-04-05 15:12:27 -07:00
Joshua Granick
4b1eb86b4c Add additional verbose messages whenen writing generating files 2018-04-05 15:12:06 -07:00
Joshua Granick
20b80cf9a8 Disable Vsync on native when not requested 2018-04-05 09:33:21 -07:00
Joshua Granick
49bd7c11ac Documentation fix 2018-04-03 18:02:24 -07:00
Joshua Granick
5866bb35cb Documentation fix 2018-04-03 17:54:45 -07:00
Joshua Granick
f6af8eb07c Compile fix 2018-04-03 17:37:21 -07:00
Joshua Granick
d7dfbd4a7f Minor fix 2018-04-03 17:09:44 -07:00
Joshua Granick
c9b28de490 Catch errors in AL gen sources/buffers, workaround Apple OpenAL implementation leaking 2018-04-03 17:05:11 -07:00
Joshua Granick
c34e11bb57 Improve handling of disposed native audio source objects 2018-04-03 17:04:28 -07:00
Joshua Granick
25e8649c20 Fix minor memory leak in Gamepad 2018-04-03 17:02:26 -07:00
Joshua Granick
ecba26e560 Fix fullscreen text input on Webkit 2018-04-03 09:38:18 -07:00
Joshua Granick
8edcc8ff82 Improve support for multiple threads in AL, Cairo and cURL GC 2018-04-02 12:19:48 -07:00
Patrick Gutlich
ca843d9429 FIX, typo in conditionals RASPBERRYPI 2018-04-02 11:44:54 -07:00
Patrick Gutlich
3b4b30b030 FIX conditionals in openglbindings to include 'defined (RASPBERRYPI)' 2018-04-01 13:59:32 -07:00
Daniil Korostelev
a41f48cfcb don't call AssetsMacro.cacheVersion from AssetCache within the macro context 2018-03-28 10:48:50 -07:00
Joshua Granick
6d39732609 Fixes spaces in Windows System.openFile 2018-03-27 09:33:27 -07:00
Adam
ce726f8f94 Remove unintentional command line argument addition 2018-03-26 15:32:22 -07:00
Adam
516f6ebb3b Export multiple IPA types (adhoc, appstore, etc) with one deploy command.
Avoids re-generating an xcarchive for each IPA type you wish to create.
2018-03-26 15:32:22 -07:00
Joshua Granick
8a2bb70d7c Start working on bundle support in asset subdirectory 2018-03-26 12:28:33 -07:00
Joshua Granick
d5349aaa60 Emscripten fix 2018-03-23 12:24:31 -07:00
Joshua Granick
84df9e3744 Allow focus mouse click to fire an event 2018-03-21 11:27:54 -07:00
Joshua Granick
ebd0f63733 Update macOS builds for current Xcode 2018-03-20 19:16:49 -07:00
Joshua Granick
d5c6bb4515 Initial HTML5 accelerometer sensor support 2018-03-20 18:31:31 -07:00
Joshua Granick
054c2c78bd Add ENHANCED profile to AIR externs 2018-03-20 14:52:47 -07:00
Jens Fischer
0dbbbe9381 UTF8String: fix substr() calls with len == null, closes #1167 2018-03-20 14:35:06 -07:00
Joshua Granick
e2499abaab Add cleanup for cURL header slist 2018-03-20 14:21:14 -07:00
Joshua Granick
6eb9a3cd0d Fix small leak in native Zlib compress 2018-03-19 16:12:41 -07:00
Andres
d806b27b1b Fixed the "image.addEventListener is not a function" browser error when using the generated ES6 lime.graphics.Image.fromBase64() function 2018-03-16 08:59:00 +01:00
Joshua Granick
b77508b29c Webfont fixes 2018-03-15 22:58:01 -07:00
Joshua Granick
8b9b9ebfab Patch C# val_gc with Haxe object 2018-03-14 08:39:15 -07:00
Joshua Granick
a2cf5589d4 Compile fix 2018-03-12 21:31:50 -07:00
Joshua Granick
9f1e1527e1 Update SDL 2018-03-12 21:23:14 -07:00
Joshua Granick
5a98885ce4 Update SDL to 2.0.8, updates Android minimum to NDK platform 14 2018-03-12 20:04:27 -07:00
Joshua Granick
a6fbfe505c Initial wiring for FAudio 2018-03-12 15:34:54 -07:00
Joshua Granick
2351b6a340 Add 'Rebuilding' message to -watch 2018-03-12 15:34:25 -07:00
Joshua Granick
fd8ab4814e Return first path if Assets.getPath refers to a path group 2018-03-06 09:51:38 -08:00
Justin Espedal
e5f44d5095 Fix for haxelib path containing spaces 2018-03-05 18:54:06 +01:00
Joshua Granick
651fe5b2ed Update NOTICE.md 2018-02-28 06:18:31 -08:00
Joshua Granick
36a86bc659 Initial support for -Dgl-debug 2018-02-27 13:37:29 -08:00
Joshua Granick
38d5fe5dfe Merge branch 'develop' of https://github.com/openfl/lime into develop 2018-02-27 12:55:03 -08:00
Justin Espedal
8943587122 Encode sourceMappingURL as a url
sourceMappingURL must be encoded as a url. Before Haxe 4.0.0 the filename was directly copied, so if we're using Haxe < 4.0.0, we should manually encode it to avoid an error in the closure compiler.
2018-02-27 21:50:19 +01:00