Joshua Granick
97a6580752
Update main.yml
2019-11-01 14:57:46 -07:00
Joshua Granick
4912227150
Update main.yml
2019-11-01 14:09:56 -07:00
Joshua Granick
c5573e425d
Update main.yml
2019-11-01 14:00:38 -07:00
flashultra
72beeced30
Update to the latest Gradle 5.6.3 and Gradle Android plugin 3.5.1
...
Fix issue with ANDROID_GRADLE_TASK. Set apk file in separate folder ( from
gradle 4.x)
2019-11-01 13:21:36 -07:00
Zaphod
45e38dfca2
add failIfMajorPerformanceCaveat option
...
See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2.1 :
If the value is true, context creation will fail if the implementation determines that the performance of the created WebGL context would be dramatically lower than that of a native application making equivalent OpenGL calls. This could happen for a number of reasons, including:
* An implementation might switch to a software rasterizer if the user's GPU driver is known to be unstable.
* An implementation might require reading back the framebuffer from GPU memory to system memory before compositing it with the rest of the page, significantly reducing performance.
Applications that don't require high performance should leave this parameter at its default value of false. Applications that require high performance may set this parameter to true, and if context creation fails then the application may prefer to use a fallback rendering path such as a 2D canvas context. Alternatively the application can retry WebGL context creation with this parameter set to false, with the knowledge that a reduced-fidelity rendering mode should be used to improve performance.
2019-11-01 13:17:36 -07:00
Joshua Granick
984a33e35e
Create FUNDING.yml
2019-11-01 13:07:04 -07:00
Joshua Granick
ff237746f4
Do not return path in FileDialog if empty string
2019-10-21 12:19:12 -07:00
Joshua Granick
8b441e30c5
Remove Howler.js end listener on stop()
2019-10-21 12:03:28 -07:00
Joshua Granick
dfc1507565
Update main.yml
2019-10-17 18:44:12 -07:00
Joshua Granick
23a295877f
Update main.yml
2019-10-17 18:41:16 -07:00
Joshua Granick
4b1c2a1bcf
Update main.yml
2019-10-17 18:37:03 -07:00
Joshua Granick
f5aede2985
Update main.yml
2019-10-17 18:34:17 -07:00
Joshua Granick
7e80a935d6
Update main.yml
2019-10-17 18:32:19 -07:00
Joshua Granick
8db19ae890
Update main.yml
2019-10-17 14:22:02 -07:00
Joshua Granick
0990f11616
Update main.yml
2019-10-17 12:19:27 -07:00
Joshua Granick
8b690d15e6
Update main.yml
2019-10-17 12:17:30 -07:00
Joshua Granick
24dc4b4bae
Update main.yml
2019-10-17 10:44:03 -07:00
Joshua Granick
cf50ae28da
Update main.yml
2019-10-17 10:38:02 -07:00
Joshua Granick
71e8831361
Update main.yml
2019-10-17 10:35:05 -07:00
Joshua Granick
98e7e95720
Update main.yml
2019-10-17 10:31:21 -07:00
Joshua Granick
fe437204b8
Update main.yml
2019-10-17 10:28:40 -07:00
Joshua Granick
b3d5ffb963
Update main.yml
2019-10-17 10:20:23 -07:00
Joshua Granick
c658b45ff3
Update main.yml
2019-10-17 10:14:18 -07:00
Joshua Granick
93ecc76c73
Update main.yml
2019-10-17 10:12:03 -07:00
Joshua Granick
6d20b4b8fb
Update main.yml
2019-10-17 10:08:35 -07:00
Joshua Granick
cb0e35738b
Update main.yml
2019-10-17 10:05:28 -07:00
Joshua Granick
19994db3f6
Update main.yml
2019-10-17 10:01:49 -07:00
Joshua Granick
d345a96293
Update main.yml
2019-10-17 09:58:48 -07:00
Joshua Granick
584eb98de2
Update main.yml
2019-10-17 09:49:32 -07:00
Joshua Granick
6320ae386e
Update main.yml
2019-10-17 09:47:59 -07:00
Joshua Granick
95c776d492
Test Github Actions
2019-10-17 09:45:55 -07:00
Joshua Granick
90344e0a60
Null Apple locale region fix
2019-10-15 08:21:08 -07:00
Joshua Granick
3ecca19ec4
Remove debug message
2019-10-09 15:55:08 -07:00
Joshua Granick
3000f74f06
Revert unneeded window changes for Android fullscreen
2019-10-09 11:52:41 -07:00
Joshua Granick
bb2af5eed1
Rely on SDL for Android fullscreen window behavior
2019-10-08 13:41:36 -07:00
Joshua Granick
274ae5fe3b
Fix double root path
2019-10-08 13:13:10 -07:00
Joshua Granick
21d64f9c1c
Remove hxelectron dependency
2019-10-05 17:46:13 -07:00
Joshua Granick
4edb4b413a
Add NVX_gpu_memory_info extension support and return 'getParameter' as an int if an unknown param ID
2019-10-04 14:23:06 -07:00
Caio
40f16ab2f9
Added correct platform for android x86_64 builds
2019-10-04 08:13:25 -07:00
Joshua Granick
e4077d38fc
Update HXCPP flag for x86-64 arch on Android
2019-09-27 12:17:38 -07:00
Joshua Granick
e5a9744d4b
Set buffer.transparent in Image.fromBitmapData'
2019-09-23 11:37:13 -07:00
Lewis Sobotkiewicz
e2ae97d6cc
Don't use the hxelectron library when building ApplicationMain. That sets the 'nodejs' compiler flag, which emits improper JavaScript when running in the Electron window.
2019-09-20 21:10:48 -07:00
Joshua Granick
50921faae6
Workaround to fix minimize/maximize on windows when not resizable
2019-09-19 11:44:57 -07:00
Joshua Granick
de38f38e59
Update CHANGELOG
7.6.3
2019-09-11 15:34:21 -07:00
Joshua Granick
0913f1dc32
Update to 7.6.3
2019-09-11 15:34:15 -07:00
Joshua Granick
148c8469b7
Fix CURL WRITEFUNCTION callback on HL
2019-09-10 16:12:45 -07:00
Joshua Granick
a48bf57c01
Copy 64-bit binaries on Neko when using Haxe 4 on Windows
2019-09-10 14:16:27 -07:00
Joshua Granick
b6ea437a8a
Update SVG tool
2019-09-10 11:03:45 -07:00
Joshua Granick
641bfd50f4
Fix 32/64-bit Neko NDLL path
2019-09-10 10:54:15 -07:00
Joshua Granick
277bbe6ae3
Minor compile fixes
2019-09-10 10:54:15 -07:00