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
Justin Espedal
48e556b20c
Don't return empty string for error output
2018-02-27 21:50:19 +01:00
Joshua Granick
14ff4649f7
Start trying to improve support for KHR_debug
2018-02-27 09:00:58 -08:00
Joshua Granick
440d0b8866
Fix openfl.Vector -> typed array conversion ( resolve openfl/openfl#1829 )
2018-02-23 22:06:03 -08:00
Joshua Granick
b884a81c86
cURL fix when being GC'ed
2018-02-23 15:14:45 -08:00
Joshua Granick
a26e50705c
Quick Node.js tool fix
2018-02-23 15:10:15 -08:00
Joshua Granick
482e4e6483
Request keyboard input on webkit HTML5 fullscreen
2018-02-22 21:18:17 -08:00
Kostas Chatzikokolakis
7516fbce3e
Closure: prefix paths by file://, create sourceMappingURL
2018-02-22 12:28:35 -08:00
Kostas Chatzikokolakis
744d3d9039
Closure: always create a source map if we have a haxe-generated .js.map
2018-02-22 12:28:35 -08:00
Kostas Chatzikokolakis
e6548ffc30
Closure: pass --strict_mode_input false
...
Recent versions of closure assume that input sources are to be run in strict mode. This, for unclear reasons, creates at least one known bug (openfl/openfl#1827 ). Passing --strict_mode_input false fixes it.
2018-02-22 12:28:35 -08:00
Joshua Granick
43a6f0598c
Fix software fallback for GL1
2018-02-19 14:35:27 -08:00
Joshua Granick
38ffa3aa13
Cleanup renderer creation
2018-02-19 11:57:44 -08:00
Joshua Granick
e3aad88399
Static build fixes ( resolve #1156 )
2018-02-19 10:50:13 -08:00