Accepting request 924491 from games
Update to 3.3.4 OBS-URL: https://build.opensuse.org/request/show/924491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=12
This commit is contained in:
commit
cb02004423
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73
|
||||
size 20648824
|
@ -1 +0,0 @@
|
||||
bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73 godot-3.3.3-stable.tar.xz
|
3
godot-3.3.4-stable.tar.xz
Normal file
3
godot-3.3.4-stable.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f53a7d6d63f4e9d793c41ad1bef89518619f3e1f0ddd089a6521f2d5edc5859
|
||||
size 20682120
|
1
godot-3.3.4-stable.tar.xz.sha256
Normal file
1
godot-3.3.4-stable.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
9f53a7d6d63f4e9d793c41ad1bef89518619f3e1f0ddd089a6521f2d5edc5859 godot-3.3.4-stable.tar.xz
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 12:00:00 UTC 2021 - cunix@mail.de
|
||||
|
||||
- Update to 3.3.4
|
||||
|
||||
Added:
|
||||
* AStar Error messages
|
||||
|
||||
Changed:
|
||||
* Compare signal connections by ObjectID to avoid spurious
|
||||
reordering in .tscn files.
|
||||
* Remove deprecation warning for BaseButton.enabled_focus_mode
|
||||
* LinkButton's text is now automatically translated.
|
||||
|
||||
Fixed:
|
||||
* LocalVector crash on insert
|
||||
* Quote and escape ConfigFile keys when necessary.
|
||||
* invalid "Too many warnings!" error in remote script debugger
|
||||
* setting NodePath properties on multiple nodes at once
|
||||
* preview grid and preserve source texture margins
|
||||
in SpriteFrames editor
|
||||
* LSP: Fix completion crashing on scene-less scripts
|
||||
* CSG: Don't update CSGShape when not inside tree
|
||||
* drawing current tab when it's disabled
|
||||
* GLES3: Fix multimesh being colored by other nodes
|
||||
* GLES3: Properly clear cubemap filter state
|
||||
when texture array environment disabled
|
||||
* GLES3: Fix Light2D UBO initialization
|
||||
* Prevent shaders from generating code before the constructor finishes
|
||||
* Fix VisualScriptPropertySet value hint
|
||||
* LineEdit undo crash
|
||||
|
||||
And more:
|
||||
https://downloads.tuxfamily.org/godotengine/3.3.4/Godot_v3.3.4-stable_changelog_chrono.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 20 12:00:00 UTC 2021 - cunix@mail.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
|
||||
|
||||
Name: godot
|
||||
Version: 3.3.3
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: Cross-Platform Game Engine with an Integrated Editor
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user