Joshua Granick
42283e61bb
Update to SDL 2.0.12
2020-03-18 13:36:35 -07:00
Joshua Granick
c0c061c866
Revert window maximize/restore workaround on Windows (causing maximize to become disabled)
2020-03-18 13:16:33 -07:00
Joshua Granick
8ca1927844
Restore previous focus after setting HTML5 clipboard
2020-03-16 21:23:32 -07:00
Joshua Granick
a2413c4fad
Send both update and render events on Windows resize/move
2020-03-11 11:28:17 -07:00
Joshua Granick
c873ff2f2e
Allow sparse rendering while resizing/moving application on Windows
2020-03-10 13:04:58 -07:00
Jens Fischer
17aa0bfd32
Remove outdated line from readme
2020-03-06 11:16:03 -08:00
vincent-schirmann
4e9a5e626e
merge plist files from extensions
2020-03-06 10:56:07 -08:00
Joshua Granick
5a99ef3175
Remove setTextInputEnabled workaround on Android
2020-03-03 12:34:18 -08:00
dpomier
62ed5c2cb9
fix some implicit casts
2020-02-05 17:15:14 -08:00
PlutoniumBytes
72dd60f1c8
Update default iphone simulator
...
Iphone 6 silmulator is no longer supported, updated to iphone 11
2020-01-31 13:01:18 -08:00
PlutoniumBytes
ccaab1fbed
Add case for RenderBufferBinding to getParameter
...
This fixes a crash in Neko, where getParameter returned an int, which caused a crash in __getObjectID
2020-01-29 19:42:50 -08:00
Joshua Granick
44ee47ada8
Update CHANGELOG
7.7.0
2020-01-27 12:56:26 -08:00
Joshua Granick
37353d6ada
Switch macOS to OpenAL-Soft ( resolves #1369 )
2020-01-27 12:48:28 -08:00
mc0239
7708353a6a
Change http to https in gradle-wrapper.properties as services.gradle.org is inacessible over http
2020-01-27 12:47:52 -08:00
mc0239
1fcc76ee12
Use gradle built-in shorthand notations for jcenter and google
2020-01-27 12:47:52 -08:00
Joshua Granick
d7bd820238
Update CHANGELOG
2020-01-27 11:57:46 -08:00
Joshua Granick
46f282eda2
Fix Electron build
2020-01-27 11:57:38 -08:00
Joshua Granick
7df7bc621d
Update CHANGELOG
2020-01-24 12:07:47 -08:00
Joshua Granick
fb8256d099
Update to 7.7.0
2020-01-24 12:07:37 -08:00
Joshua Granick
a7f5965de4
Update LICENSE.md
2020-01-24 11:46:03 -08:00
Joshua Granick
200b734c31
Update NOTICE.md
2020-01-24 11:45:51 -08:00
Joshua Granick
96c04f57be
Fix formatter bug
2020-01-16 11:41:33 -08:00
Joshua Granick
e5bc493375
Fix window orientation auto in AIR template ( resolve #1365 )
2019-12-26 10:48:42 -08:00
Joshua Granick
ea57f2211c
Run formatter
2019-12-24 10:19:56 -08:00
Joshua Granick
c8b994e1ce
Update SDL
2019-12-24 10:16:21 -08:00
Joshua Granick
47506b35e4
Patch issue with GLRenderbuffer garbage collection on native
2019-12-14 11:43:43 -08:00
Joshua Granick
60d3d29124
Update tinyfiledialogs
2019-12-14 11:42:12 -08:00
Andrew Sevenson
db8279e928
Reorder the logic for the copy / past in HTML5
...
Added a focus() fix for copy/paste operations in Chrome.
2019-12-02 16:41:43 -08:00
vincent-schirmann
70493d21c2
unable to rebuild ios
2019-11-25 15:58:51 -08:00
vincent-schirmann
19db3fe05b
ios simulator is not launched
2019-11-25 15:58:51 -08:00
Joshua Granick
a6d90bfe95
Fix HTML5 clipboard
2019-11-25 15:10:45 -08:00
Joshua Granick
bb688b596c
Allow Assets.unloadLibrary() for default library
2019-11-25 13:39:47 -08:00
Joshua Granick
4b059c4cbf
Implement missing ArrayBuffer methods/properties
2019-11-11 14:08:08 -08:00
Joshua Granick
883ba6260e
Add hxnodejs to Electron template
2019-11-11 11:07:47 -08:00
Justin Espedal
d5e80fa5c1
Allow use of launch storyboard instead of launch images on iOS
2019-11-06 12:27:48 -08:00
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