Accepting request 1089238 from games
Update to 4.0.3 OBS-URL: https://build.opensuse.org/request/show/1089238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=29
This commit is contained in:
commit
f210a6022f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a6a2658788cf100a7b51b391fac588847c01a36f8e1384e9d5f5cdc6c28d5e2
|
||||
size 29909648
|
@ -1 +0,0 @@
|
||||
0a6a2658788cf100a7b51b391fac588847c01a36f8e1384e9d5f5cdc6c28d5e2 godot-4.0.2-stable.tar.xz
|
3
godot-4.0.3-stable.tar.xz
Normal file
3
godot-4.0.3-stable.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ce3e2170ac5e043a7ce9c6f839ef67eddd83e24c0728d1afc76e678d4f37552
|
||||
size 30203636
|
1
godot-4.0.3-stable.tar.xz.sha256
Normal file
1
godot-4.0.3-stable.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
8ce3e2170ac5e043a7ce9c6f839ef67eddd83e24c0728d1afc76e678d4f37552 godot-4.0.3-stable.tar.xz
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 12:00:00 UTC 2023 - cunix@mail.de
|
||||
|
||||
- Update to 4.0.3
|
||||
|
||||
Added:
|
||||
* Info label to TileMap editor
|
||||
* Properly remember snapping options per-project
|
||||
* Remember directory when installing templates file
|
||||
* Allow entering named colors in ColorPicker's hex field
|
||||
* Expose NavigationAgent path postprocessing
|
||||
and pathfinding algorithm options
|
||||
* Expose viewports render target RID
|
||||
* Allow creation of rendering buffers at any time
|
||||
|
||||
Changed:
|
||||
* Make acos and asin safe
|
||||
* Prevent off-screen controls in editor
|
||||
* Validate renderer selection in project manager
|
||||
and expose default renderer setting as an enum
|
||||
* Close built-in shaders when closing scene
|
||||
* Preserve scene unique names when saving branch as scene
|
||||
* gltf: Remove obsolete hack to embed gltf textures in advanced import
|
||||
* Expose more compression formats in Image and fix compress check
|
||||
* Ensure WindowData minimized/maximized are mutually exclusive
|
||||
|
||||
Fixed:
|
||||
* AudioStreamPlayer2D crash when PhysicsServer2D runs on thread
|
||||
* Invalid global position when read outside tree
|
||||
* Prevent errors when using ViewportTexture
|
||||
* Initialize editor values on first launch
|
||||
* "line_spacing" in code editor will not take effect
|
||||
* Missing member type check when resolving "extends"
|
||||
* Multi-line string highlighting with single quotes
|
||||
* Don't fail when freed object is returned
|
||||
* NavigationObstacles not being added to avoidance simulation
|
||||
* Crashes trying to use TLS when not available
|
||||
|
||||
And more:
|
||||
https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_changelog_chrono.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 12:29:33 UTC 2023 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
|
12
godot.spec
12
godot.spec
@ -24,7 +24,7 @@
|
||||
%define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
|
||||
|
||||
Name: godot
|
||||
Version: 4.0.2
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Summary: Cross-Platform Game Engine with an Integrated Editor
|
||||
License: MIT
|
||||
@ -130,11 +130,11 @@ Provides: bundled(JetBrainsMono_Regular)
|
||||
Provides: bundled(RVO2-3D)
|
||||
Provides: bundled(Tangent_Space_Normal_Maps)
|
||||
Provides: bundled(amd-fsr) = 1.0.2
|
||||
Provides: bundled(astcenc) = 4.3.0
|
||||
Provides: bundled(basis_universal)
|
||||
Provides: bundled(astcenc) = 4.4.0
|
||||
Provides: bundled(basis_universal) = 1.16.4
|
||||
Provides: bundled(brotli)
|
||||
Provides: bundled(cvtt)
|
||||
Provides: bundled(doctest) = 2.4.9
|
||||
Provides: bundled(doctest) = 2.4.11
|
||||
Provides: bundled(etcpak) = 1.0
|
||||
Provides: bundled(glad) = 2.0.2
|
||||
Provides: bundled(google-droid-fonts)
|
||||
@ -155,7 +155,7 @@ Provides: bundled(pvrtccompressor)
|
||||
Provides: bundled(smaz)
|
||||
Provides: bundled(spirv-reflect) = sdk-1.3.231.1
|
||||
Provides: bundled(stb)
|
||||
Provides: bundled(thorvg) = 0.8.3
|
||||
Provides: bundled(thorvg) = 0.9.0
|
||||
Provides: bundled(tinyexr) = 1.0.1
|
||||
Provides: bundled(vhacd)
|
||||
Provides: bundled(volk) = sdk-1.3.231.1
|
||||
@ -186,7 +186,7 @@ Provides: bundled(libpng) = 1.6.38
|
||||
Provides: bundled(libzstd)
|
||||
Provides: bundled(zlib)
|
||||
%if 0%{?sle_version} < 150200
|
||||
Provides: bundled(mbedtls) = 2.18.2
|
||||
Provides: bundled(mbedtls) = 2.28.3
|
||||
%endif
|
||||
%if !0%{?is_opensuse}
|
||||
# SLES seems not to have miniupnpc and wslay
|
||||
|
Loading…
Reference in New Issue
Block a user