Robert Müller
b2c2a74db7
Remove unused shell script function arguments
...
Only the first two arguments of the `build_for_type` and `copy_libs` functions are used.
2024-05-21 17:36:47 +02:00
Robert Müller
ceb1640320
Fix incorrect CMake target name in cmake_android.sh
...
The name of the main target was changed from `DDNet` to `game-client`.
2024-05-21 17:36:46 +02:00
Robert Müller
468cd85839
Add build folder parameter to cmake_android.sh
...
Add a parameter instead of using the fixed build folder `build_android`.
2024-05-21 17:36:46 +02:00
Robert Müller
ad9b44bfed
Remove local.properties
and add it to .gitignore
...
This file is not supposed to be added to version control and will be regenerated whenever the Gradle build is run.
2024-05-21 17:36:46 +02:00
Robert Müller
05c825947a
Force landscape orientation and hide title bar on Android
...
Always force landscape orientation to be used for the game on Android.
Hide the title bar so it is not shown when starting the game. There is also a bug with SDL currently that leads to the title bar and status bar being shown permanently after minimizing and reopening the app, which is alleviated by hiding the title bar.
2024-05-19 12:58:33 +02:00
Rafael Fontenelle
cd14660307
Fix misspellings
2022-10-25 13:51:56 -03:00
Jupeyy
a22a8dce1c
Fix Android build
2022-06-25 10:43:24 +02:00
Jupeyy
bb1ed45c3d
Emscripten support
2022-03-25 12:42:18 +01:00
Jupeyy
e02ebca2c9
Rename lib generation scripts
2022-03-25 11:46:32 +01:00
Jupeyy
fbeba9eb5f
Add Vulkan backend
2022-03-21 12:39:51 +01:00
Jupeyy
55a1406641
Further android build fixes
2022-01-20 11:04:47 +01:00
Jupeyy
4bcddc8dae
fix android curl cmake flags
2022-01-19 10:44:48 +01:00
def
052502a3d1
Fix local shellcheck warnings in android/files/build.sh
...
In ./scripts/android/files/build.sh line 3:
[ x"$1" == x ] && {
^---^ SC2268 (style): Avoid x-prefix in comparisons as it no longer serves a purpose.
Did you mean:
[ "$1" == "" ] && {
2021-12-21 17:52:06 +01:00
Jupeyy
b216b6744a
Add Android build scripts
2021-08-24 12:18:20 +02:00