Skip to content

Commit a2024f8

Browse files
Update to Godot 4.5 beta1 and misc changes (#34)
* Update to 4.5 beta1 * Re-enable CLI file opening * Switch to Immersive mode and remove SystemBarColorChanger plugin
1 parent 91e9939 commit a2024f8

13 files changed

Lines changed: 35 additions & 166 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99

1010
env:
1111
# Which godot version to use for exporting.
12-
GODOT_VERSION: 4.4.1
12+
GODOT_VERSION: 4.5
1313
# Which godot release to use for exporting. (stable/rc/beta/alpha)
14-
GODOT_RELEASE: stable
14+
GODOT_RELEASE: beta1
1515
# Used in the editor config file name. Do not change this for patch releases.
16-
GODOT_FEATURE_VERSION: 4.4
16+
GODOT_FEATURE_VERSION: 4.5
1717
# Commit hash
18-
GODOT_COMMIT_HASH: 49a5bc7b6
18+
GODOT_COMMIT_HASH: 46c495ca2
1919
PROJECT_NAME: GodSVG Mobile
20-
BUILD_OPTIONS: target=template_release lto=full production=yes deprecated=no minizip=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../godsvg/.github/disabled_classes.build
20+
BUILD_OPTIONS: target=template_release lto=full production=yes deprecated=no minizip=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../godsvg/.github/disabled_classes.build
2121
GODOT_REPO: https://github.com/godotengine/godot.git
2222

2323
jobs:

addons/SystemBarColorChanger/SystemBarColorChanger.gd

Lines changed: 0 additions & 98 deletions
This file was deleted.

addons/SystemBarColorChanger/SystemBarColorChanger.gd.uid

Lines changed: 0 additions & 1 deletion
This file was deleted.
-30.8 KB
Binary file not shown.

addons/SystemBarColorChanger/icon.png.import

Lines changed: 0 additions & 34 deletions
This file was deleted.

addons/SystemBarColorChanger/plugin.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

addons/SystemBarColorChanger/plugin.gd

Lines changed: 0 additions & 8 deletions
This file was deleted.

addons/SystemBarColorChanger/plugin.gd.uid

Lines changed: 0 additions & 1 deletion
This file was deleted.

export_presets.cfg

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ custom_template/release=""
2525
gradle_build/use_gradle_build=false
2626
gradle_build/gradle_build_directory=""
2727
gradle_build/android_source_template=""
28-
gradle_build/compress_native_libraries=false
2928
gradle_build/export_format=0
3029
gradle_build/min_sdk=""
3130
gradle_build/target_sdk=""
31+
gradle_build/custom_theme_attributes={}
3232
architectures/armeabi-v7a=false
3333
architectures/arm64-v8a=true
3434
architectures/x86=false
@@ -49,9 +49,10 @@ launcher_icons/adaptive_foreground_432x432="res://godot_only/android_icons/adapt
4949
launcher_icons/adaptive_background_432x432="res://godot_only/android_icons/adaptive_background.png"
5050
launcher_icons/adaptive_monochrome_432x432="uid://cop6bgxvtv4uq"
5151
graphics/opengl_debug=false
52+
shader_baker/enabled=false
5253
xr_features/xr_mode=0
5354
gesture/swipe_to_dismiss=false
54-
screen/immersive_mode=false
55+
screen/immersive_mode=true
5556
screen/support_small=true
5657
screen/support_normal=true
5758
screen/support_large=true
@@ -214,6 +215,7 @@ permissions/write_sms=false
214215
permissions/write_social_stream=false
215216
permissions/write_sync_settings=false
216217
permissions/write_user_dictionary=false
218+
gradle_build/compress_native_libraries=false
217219
wear_os/swipe_to_dismiss=true
218220

219221
[preset.1]
@@ -243,10 +245,10 @@ custom_template/release=""
243245
gradle_build/use_gradle_build=false
244246
gradle_build/gradle_build_directory=""
245247
gradle_build/android_source_template=""
246-
gradle_build/compress_native_libraries=false
247248
gradle_build/export_format=0
248249
gradle_build/min_sdk=""
249250
gradle_build/target_sdk=""
251+
gradle_build/custom_theme_attributes={}
250252
architectures/armeabi-v7a=true
251253
architectures/arm64-v8a=false
252254
architectures/x86=false
@@ -267,6 +269,7 @@ launcher_icons/adaptive_foreground_432x432="res://godot_only/android_icons/adapt
267269
launcher_icons/adaptive_background_432x432="res://godot_only/android_icons/adaptive_background.png"
268270
launcher_icons/adaptive_monochrome_432x432="uid://cop6bgxvtv4uq"
269271
graphics/opengl_debug=false
272+
shader_baker/enabled=false
270273
xr_features/xr_mode=0
271274
gesture/swipe_to_dismiss=false
272275
screen/immersive_mode=false
@@ -432,4 +435,5 @@ permissions/write_sms=false
432435
permissions/write_social_stream=false
433436
permissions/write_sync_settings=false
434437
permissions/write_user_dictionary=false
438+
gradle_build/compress_native_libraries=false
435439
wear_os/swipe_to_dismiss=true

project.godot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config/version="1.0-alpha3"
1515
config/tags=PackedStringArray("application", "mobile", "project")
1616
run/main_scene="uid://bihwwoedqcyo8"
1717
config/use_custom_user_dir=true
18-
config/features=PackedStringArray("4.4")
18+
config/features=PackedStringArray("4.5")
1919
run/low_processor_mode=true
2020
boot_splash/bg_color=Color(0.1065, 0.1181, 0.15, 1)
2121
boot_splash/fullsize=false
@@ -31,7 +31,6 @@ driver/driver="Dummy"
3131
Configs="*res://src/autoload/Configs.gd"
3232
State="*res://src/autoload/State.gd"
3333
HandlerGUI="*res://src/autoload/HandlerGUI.gd"
34-
SystemBarColorChanger="*res://addons/SystemBarColorChanger/SystemBarColorChanger.gd"
3534

3635
[display]
3736

0 commit comments

Comments
 (0)