Joseph Cloutier
60064f55b3
Make AndroidManifest.xml more configurable.
...
Now if you need to add something to the `<application />` or `<activity />` tags, you can do it from project.xml. This will require new documentation, however.
2023-12-21 22:30:58 -05:00
tobil4sk
186124dfd3
Avoid error no such file or directory: 'arm64'
2023-12-20 19:51:56 +00:00
Josh Tynjala
6dc0c4c785
tools: allow -hlc on windows/mac/linux without -hl
2023-11-22 11:46:33 -08:00
Josh Tynjala
5ce9c5c218
WindowsPlatform: set up Visual Studio environment before running cl.exe for HashLink/C
2023-11-18 14:57:58 -08:00
Josh Tynjala
0a83f5c61f
WindowsPlatform: Visual Studio HashLink/C build
...
Currently required to run in Visual Studio Developer command prompt
2023-11-17 15:15:21 -08:00
Josh Tynjala
fd1500ea82
LinuxPlatform: can specify -clang with -hlc to use clang instead of gcc
2023-11-03 12:20:32 -07:00
Josh Tynjala
10635d6231
MacPlatform: can specify -clang with -hlc to use clang instead of gcc
2023-11-03 12:11:23 -07:00
Josh Tynjala
6e19e26f45
HL/C on Linux
2023-11-03 09:38:42 -07:00
Josh Tynjala
6e17c056dd
WindowsPlatform: hl mingw sets windows subsystem so that console is not displayed
2023-11-02 14:48:56 -07:00
Josh Tynjala
beb8948983
HL/C on Windows with mingw
2023-11-02 14:17:35 -07:00
Joseph Cloutier
d931869dcf
Only escape backslashes in Android paths.
...
Neither .properties nor .gradle files require anything else to be escaped. And at least in .gradle files, escaping anything else is incorrect.
2023-10-24 01:13:32 -04:00
Josh Tynjala
f0ecccf5eb
HL/C on macOS
2023-10-19 15:00:27 -07:00
Joseph Cloutier
9a9b89ae06
Merge branch 'develop' into 8.2.0-Dev
2023-08-17 21:07:12 -04:00
Josh Tynjala
6cff64018a
Add -npx flag for lime test electron to run the npx electron command instead of just electron.
...
This will prompt the user to install electron, if required. Saves a separate `npm install -g electron` command before testing.
2023-07-25 08:43:39 -07:00
Joshua Granick
1cb43f0b81
Use -O0 for now on WebAssembly ( haxefoundation/hxcpp#987 )
2023-05-30 08:54:25 -07:00
Joshua Granick
58275329cc
Minor WebAssembly adjustments
2023-05-30 08:54:19 -07:00
Joshua Granick
2ccee960dc
Rename Emscripten target to WebAssembly
2023-05-30 08:53:09 -07:00
Joshua Granick
f285df6f76
Support JS dependency embedding on Emscripten output
2023-05-30 08:52:56 -07:00
Joshua Granick
ab820f7c64
Add Emscripten source map on debug build
2023-05-30 08:49:02 -07:00
Joshua Granick
2ef647f1fc
Progress on exception catching
2023-05-30 08:48:54 -07:00
Joshua Granick
9adab8f8c6
Add favicon to Emscripten output
2023-05-30 08:47:01 -07:00
Joshua Granick
be19381999
Emscripten fixes
2023-05-30 08:46:52 -07:00
Josh Tynjala
ab0cdc057d
Merge branch '8.1.0-Dev' into 8.2.0-Dev
2023-04-24 14:01:04 -07:00
Josh Tynjala
ed3d7efe19
Merge branch 'develop' into 8.1.0-Dev
2023-04-24 09:52:11 -07:00
tobil4sk
940eb2083d
Copy mingw libraries after build
2023-04-12 23:17:07 +01:00
tobil4sk
7f5dcb4e9f
Respect -mingw flag for cross compiling to windows
2023-04-12 23:17:07 +01:00
Josh Tynjala
f34b595e70
IOSPlatform: remove armv7 from default iOS architectures because latest Xcode reports error
...
Fixes error: The armv7 architecture is deprecated. You should update your ARCHS build setting to remove the armv7 architecture. (in target 'Build Haxe' from project 'MyProject')
2023-04-10 15:20:50 -07:00
Josh Tynjala
72db242720
IOSPlatform: be explicit about armv6, just in case the default architecture used by hxcpp changes in the future
...
The default changed recently for the x86 simulator, so best to be safe
2023-04-10 15:03:45 -07:00
Josh Tynjala
1e6d883baf
IOSPlatform: when building liblime.iphonesim.a, explicitly add -DHXCPP_M32
...
It looks like the new hxcpp update defaults to 64-bit now, so we need to be explicit
2023-04-10 14:58:24 -07:00
Josh Tynjala
f9b52b7e91
LinuxPlatform: missing HXCPP_ARM64 flag for rpi 64 build
2023-03-01 15:21:46 -08:00
Josh Tynjala
2d7b079bc3
LinuxPlatform: got flag backwards for rpi 64
2023-03-01 15:20:39 -08:00
Josh Tynjala
60ac10aa50
LinuxPlatform: allow -64 flag with rpi target to force 64-bit ARM
...
Still 32-bit by default, though.
2023-03-01 13:52:13 -08:00
player-03
179c2fe081
Fix null pointer error in IOSPlatform.
2023-02-22 13:24:15 -08:00
Josh Tynjala
cebe8dff82
Merge branch 'develop' into 8.1.0-Dev
2023-02-22 08:52:43 -08:00
player-03
391a266cd4
Merge pull request #1518 from player-03/single_threaded_async
...
Add virtual threads and web workers.
2023-01-13 16:47:51 -05:00
Josh Tynjala
2f4b0844ef
Merge pull request #1531 from player-03/submodules
...
Restructure and update submodules
2023-01-13 13:44:33 -08:00
Joseph Cloutier
73202191cc
Update Gradle.
2022-12-20 14:53:29 -05:00
player-03
ea1c233251
Merge branch 'openfl:develop' into submodules
2022-12-01 11:58:25 -05:00
player-03
cd9f0225a1
Fix null pointer error in IOSPlatform.
2022-10-21 19:39:30 -04:00
Joseph Cloutier
ab8e479abf
Merge branch 'develop' into DeprecatedGradleFeatures
2022-09-03 18:36:04 -04:00
Josh Tynjala
fd0fc3da48
HashLink: fix the ability to double-click the .app file on macOS to run it
...
The HashLink executable expects hlboot.dat and libraries to be in the current working directory (it's not enough for them to be in the same directory as the executable). Make the .app file launch a shell script that 1) changes the current working directory 2) launches the HashLink executable
2022-07-13 10:01:57 -07:00
Joseph Cloutier
9a81ae8798
Merge branch 'develop' into DeprecatedGradleFeatures
2022-06-12 10:00:23 -04:00
Joseph Cloutier
5ffbfd7f3a
Add AndroidX options to <config:android />.
...
`enableJetifier` defaults to false because it can slow compilation.
2022-06-11 20:20:33 -04:00
Joseph Cloutier
3d3bcc4ebc
Set minimum-sdk-version to 21.
...
For parity with #1519 , and to resolve #757 .
2022-06-06 22:20:15 -04:00
Joseph Cloutier
67e4044abc
Merge branch 'develop' into single_threaded_async
2022-06-05 22:42:29 -04:00
Joseph Cloutier
46acd3b373
Target Android API level 30.
...
https://developer.android.com/distribute/best-practices/develop/target-sdk
2022-06-05 22:38:48 -04:00
Joseph Cloutier
8bcbafd587
Update the Android Gradle Plugin.
2022-06-05 22:38:08 -04:00
Joseph Cloutier
689fed4545
Merge branch 'develop' into submodules
2022-06-03 18:36:03 -04:00
Josh Tynjala
8a3b990f98
MacPlatform: use executableDirectory instead of applicationDirectory when copying HashLink (references #1517 )
2022-06-03 13:19:25 -07:00
Joseph Cloutier
88d3fa7184
Add CoreHaptics.framework.
...
This is required by SDL_mfijoystick.m as long as `ENABLE_MFI_RUMBLE` is
defined. And guess what? That's the file that defines it. There's no way
to disable it except decreasing the max iOS version.
Seems like iOS 13 is the new minimum.
2022-05-21 16:52:31 -04:00