SHA256
1
0
forked from pool/godot

Accepting request 923358 from home:cunix:godot

Update to 3.3.4

Don't forward to factory immediatly, please!

OBS-URL: https://build.opensuse.org/request/show/923358
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=32
This commit is contained in:
c unix 2021-10-09 16:11:06 +00:00 committed by Git OBS Bridge
parent 4781fd07c8
commit 58223e196e
6 changed files with 40 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73
size 20648824

View File

@ -1 +0,0 @@
bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73 godot-3.3.3-stable.tar.xz

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f53a7d6d63f4e9d793c41ad1bef89518619f3e1f0ddd089a6521f2d5edc5859
size 20682120

View File

@ -0,0 +1 @@
9f53a7d6d63f4e9d793c41ad1bef89518619f3e1f0ddd089a6521f2d5edc5859 godot-3.3.4-stable.tar.xz

View File

@ -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 Fri Aug 20 12:00:00 UTC 2021 - cunix@mail.de

View File

@ -24,7 +24,7 @@
%define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem %define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
Name: godot Name: godot
Version: 3.3.3 Version: 3.3.4
Release: 0 Release: 0
Summary: Cross-Platform Game Engine with an Integrated Editor Summary: Cross-Platform Game Engine with an Integrated Editor
License: MIT License: MIT