aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-12-03 18:33:37 +0100
committer Spartan322 <Megacake1234@gmail.com>2023-12-05 22:25:02 +0100
commit291022316a4a3c742be92abd0d2b94256df60143 (patch)
treedc9a4d1a107902f0b4de21eeb503c4d901379ce0 /game
parente01d332f407420db84fbfd207f18c3fec1c1b6a3 (diff)
Update to Godot 4.2 Stable Release
Fix compiledb Fix memory leak caused by LoadLocalisation::add_message's translations static variable
Diffstat (limited to 'game')
-rw-r--r--game/bin/openvic.gdextension3
-rw-r--r--game/project.godot2
2 files changed, 3 insertions, 2 deletions
diff --git a/game/bin/openvic.gdextension b/game/bin/openvic.gdextension
index 9b8af8f..5a4271b 100644
--- a/game/bin/openvic.gdextension
+++ b/game/bin/openvic.gdextension
@@ -1,7 +1,8 @@
[configuration]
entry_symbol = "openvic_library_init"
-compatibility_minimum = 4.1
+compatibility_minimum = 4.2
+reloadable = true
[libraries]
diff --git a/game/project.godot b/game/project.godot
index ead3c6b..940c340 100644
--- a/game/project.godot
+++ b/game/project.godot
@@ -14,7 +14,7 @@ config/name="OpenVic"
config/description="A faithful recreation of Victoria 2: Heart of Darkness with a focus on enhancing performance, multiplayer stability, and modability for modern machines."
run/main_scene="res://src/Game/GameStart.tscn"
config/use_custom_user_dir=true
-config/features=PackedStringArray("4.1", "Forward Plus")
+config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 0)
boot_splash/show_image=false
boot_splash/image="res://splash_assets/splash_image.png"