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
Adam
6d4040f771
Support for iOS icon sizes 20, 20@2x, 20@3x, 29@3x, 40@3x.
2018-02-19 09:50:01 -08:00
Joshua Granick
0ada7dca69
Update CHANGELOG
6.2.0
2018-02-16 13:03:30 -08:00
Joshua Granick
fe4eb688a3
Fixed FileDialog.save to require FileSaver.js when using CommonJS
2018-02-16 13:03:22 -08:00
Joshua Granick
5c20d63a1f
Update CHANGELOG
2018-02-16 11:01:42 -08:00
Joshua Granick
f657ddec00
Update to 6.2.0
2018-02-16 11:01:36 -08:00
Joshua Granick
176e661481
Support renderer.readPixels with null rect
2018-02-16 09:58:25 -08:00
Joshua Granick
6c7b0febae
Fix stealing of text focus when user clicks outside parent element ( close #695 )
2018-02-15 23:35:48 -08:00
Joshua Granick
453bc5bade
Restore Font.renderGlyphs
2018-02-15 14:47:55 -08:00
Joshua Granick
16b51186ed
Node.js tools fix
2018-02-15 13:28:04 -08:00
Joshua Granick
98d5af838b
Initialize native fonts once and copy all metrics to processed HTML5 fonts
2018-02-15 13:07:36 -08:00
Kostas Chatzikokolakis
d6dc78ff0c
Include metrics of embedded fonts in html5
2018-02-15 12:27:25 -08:00
Kostas Chatzikokolakis
e084ef7c70
Preserve font properties in AssetLibrary.loadFont
2018-02-15 12:27:25 -08:00
Kostas Chatzikokolakis
e376fd206e
Make Font metrics properties writable
2018-02-15 12:27:25 -08:00
Joshua Granick
d1a4e0cfea
Implement renderer.readPixels when not using SDL_Renderer
2018-02-15 11:53:01 -08:00
Joshua Granick
f22fa77431
Improve fallback to GLESv2 on iOS ( resolve #1154 )
2018-02-14 13:30:58 -08:00
Joshua Granick
918552df9c
Revert "Allow older GL context version on iOS"
...
This reverts commit f22423b0f1 .
2018-02-14 12:58:01 -08:00
Joshua Granick
9271c55c0f
Cleanup
2018-02-14 11:35:55 -08:00
Bryan Elliott
eb0c29d2c7
Fixed detection of EMSCRIPTEN_SDK environment variable
2018-02-14 11:33:08 -08:00
Joshua Granick
f22423b0f1
Allow older GL context version on iOS
2018-02-14 11:30:40 -08:00
Joshua Granick
d3a674ff59
Compile fix
2018-02-12 16:10:21 -08:00
Joshua Granick
8ae66573f1
Minor fix for -lib lime on plain HXML for JS
2018-02-12 16:05:13 -08:00
James Gray
c325dd1d5d
include.xml: clean up ndll conditionals for static_link
2018-02-11 16:54:19 -06:00
Joshua Granick
18c7bf6846
Use -Dlime-bytes-length-getter instead of -Dcommonjs for Bytes length override
2018-02-09 09:19:01 -08:00
CawawaC
a168c1dc37
NativeAudioSource: minor fix to allow precise setCurrentTIme
2018-02-08 20:46:41 -08:00
Joshua Granick
0cb093b286
Typo
2018-02-08 15:22:24 -08:00
Joshua Granick
e2d57a8f07
Fix use of arrow keys in HTML5 text input
2018-02-08 13:03:33 -08:00
Joshua Granick
94441d613c
EGL compile fix
2018-02-08 12:31:22 -08:00
Joshua Granick
7a4a149494
Compile fix
2018-02-08 10:44:16 -08:00
Joshua Granick
a2be08199b
EGL update for SDL_ANGLE
2018-02-08 10:37:19 -08:00
Joshua Granick
d07ebc4632
Revert CI script
2018-02-07 16:13:41 -08:00
Joshua Granick
1663a3b7b8
Update CHANGELOG
6.1.0
2018-02-07 16:11:44 -08:00
Joshua Granick
3d002184e9
Fix crash in continuous-testing when no window can be initialized
2018-02-07 16:11:37 -08:00
Joshua Granick
a89169773b
Update CHANGELOG
2018-02-07 15:58:15 -08:00
Joshua Granick
0d8a1eedb9
Fix if no Lime config is found
2018-02-07 15:38:23 -08:00
Joshua Granick
cd1b61391a
Update CHANGELOG
2018-02-07 15:34:31 -08:00
Joshua Granick
4b7683c7b8
Update to 6.1.0
2018-02-07 15:34:24 -08:00
Joshua Granick
57a185bbfe
Allow overriding bytes.length on CommonJS
2018-02-06 14:25:26 -08:00
Joshua Granick
5ad0fded29
Compile fix
2018-02-05 22:28:36 -08:00