update games/godot to 3.4.4

Maintenance release, see the announce here:
https://godotengine.org/article/maintenance-release-godot-3-4-4

quickly tested with oddventure, paralunar and joyspring.
This commit is contained in:
op 2022-03-23 21:19:10 +00:00
parent 6273f7e9d9
commit 4986060c47
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ BROKEN-powerpc = fails at runtime, the UI is totally blank
COMMENT = 2D and 3D game engine
V = 3.4.3
V = 3.4.4
GODOTSTEAM_V = g34-s152-gs311
DISTNAME = godot-${V}-stable
PKGNAME = godot-${V}

View File

@ -1,4 +1,4 @@
SHA256 (godot-3.4.3/g34-s152-gs311.tar.gz) = hjoW9t+RN6JTjWn2RhEZ2H7EljJ5tV5ybU4JwK/6wpc=
SHA256 (godot-3.4.3/godot-3.4.3-stable.tar.xz) = ZG56zh93N/52F0xUk52yDC98BQ2NhzYc+BZNQFnmVF0=
SIZE (godot-3.4.3/g34-s152-gs311.tar.gz) = 197461
SIZE (godot-3.4.3/godot-3.4.3-stable.tar.xz) = 22413508
SHA256 (godot-3.4.4/g34-s152-gs311.tar.gz) = hjoW9t+RN6JTjWn2RhEZ2H7EljJ5tV5ybU4JwK/6wpc=
SHA256 (godot-3.4.4/godot-3.4.4-stable.tar.xz) = m7pqixkVAwTyICsB4Eeg9lnFyAh0JN7JyuDpRCtWrdc=
SIZE (godot-3.4.4/g34-s152-gs311.tar.gz) = 197461
SIZE (godot-3.4.4/godot-3.4.4-stable.tar.xz) = 22417584

View File

@ -17,7 +17,7 @@ Index: core/project_settings.cpp
Compression::zlib_level = GLOBAL_GET("compression/formats/zlib/compression_level");
@@ -1237,12 +1235,8 @@ ProjectSettings::ProjectSettings() {
@@ -1233,12 +1231,8 @@ ProjectSettings::ProjectSettings() {
GLOBAL_DEF("debug/settings/profiler/max_functions", 16384);
custom_prop_info["debug/settings/profiler/max_functions"] = PropertyInfo(Variant::INT, "debug/settings/profiler/max_functions", PROPERTY_HINT_RANGE, "128,65535,1");

View File

@ -12,7 +12,7 @@ Index: platform/x11/os_x11.cpp
if (!xrandr_handle) {
err = dlerror();
// For some arcane reason, NetBSD now ships libXrandr.so.3 while the rest of the world has libXrandr.so.2...
@@ -4055,6 +4055,11 @@ void OS_X11::update_real_mouse_position() {
@@ -4056,6 +4056,11 @@ void OS_X11::update_real_mouse_position() {
}
OS_X11::OS_X11() {