Commit Graph

4701 Commits

Author SHA1 Message Date
Josh Tynjala
0355103ccf Github Actions: build iOS samples 2020-06-17 12:34:23 -07:00
Josh Tynjala
fa9ad5c412 Merge pull request #1408 from joshtynjala/ios-build-fix
Better fix for rebuild iOS and build iOS project
2020-06-17 09:48:43 -07:00
Josh Tynjala
8701624f0a Better fix for rebuild iOS and build iOS project 2020-06-15 14:23:26 -07:00
Josh Tynjala
60bdf42046 Revert "fix rebuild iOS due to bad Zlib.cpp path"
This reverts commit 0d790f35a8.
2020-06-15 14:21:22 -07:00
Josh Tynjala
a2e1962336 Github Actions: also compiles some samples for a bunch of platforms
Currently, does not include iOS, but I plan to add that later
2020-06-12 22:27:00 -07:00
Joshua Granick
0baab76e42 Update README.md 2020-06-04 10:29:02 -07:00
Josh Tynjala
881c8f8402 Github Actions: fix existing, add android for all platforms, and add Haxe version matrix 2020-06-03 17:43:35 -07:00
Josh Tynjala
840a7ea0d6 native-toolkit/sdl: fix Android fatal error: cpu-features.h: No such file or directory 2020-06-03 17:43:35 -07:00
Josh Tynjala
0d790f35a8 fix rebuild iOS due to bad Zlib.cpp path 2020-06-02 16:11:58 -07:00
Justin Espedal
0d325bfb07 Allow xcframework dependencies for Xcode. 2020-06-02 12:26:42 -07:00
Joshua Granick
fbe94170c9 Change __js__ for js.Syntax.code on Haxe 4 (resolve #1397) 2020-05-20 08:58:44 -07:00
Joshua Granick
4f22d4be04 Update NOTICE.md 2020-05-11 19:22:13 -07:00
Jens Fischer
8aba4fdfe0 Update Google Closure to v20200315 2020-05-11 19:21:22 -07:00
Disconnect3d
d9b35012f4 Fix off by one when finding HaxeObject; JNI string
This PR fixes an off by one in `strncmp(src,"org/haxe/lime/HaxeObject;", 24)` call. The string literal `"org/haxe/lime/HaxeObject;"` has a length of 25 and so the current implementation would also match e.g. `"org/haxe/lime/HaxeObjectSOMETHING;"` strings.
2020-04-13 10:20:26 -07:00
Joshua Granick
fcac041024 Revert "Allow sparse rendering while resizing/moving application on Windows"
This reverts commit c873ff2f2e.
2020-03-31 14:31:06 -07:00
Joshua Granick
8fc7b43eda Revert "Send both update and render events on Windows resize/move"
This reverts commit a2413c4fad.
2020-03-31 14:30:56 -07:00
Joshua Granick
43666e816d iOS build fix 2020-03-18 18:54:13 -07:00
Joshua Granick
bedcd60815 Update SDL 2020-03-18 17:44:01 -07:00
Joshua Granick
84dba98700 Revert "Restore previous focus after setting HTML5 clipboard"
This reverts commit 8ca1927844.
2020-03-18 13:56:38 -07:00
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