bruvzg
c6e49cc0d9
[macOS] Allow using user provided `.icns` files for exported app icons.
...
(cherry picked from commit 22ee26849e
)
2019-07-03 13:19:40 +02:00
hbina085
8cee39fe21
updated description of Array.shuffle to properly describe that it uses the same common seed at every runtime, thus being reproducible in general
...
(cherry picked from commit d02ecd5a18
)
2019-07-03 13:19:40 +02:00
lopho
d963a32213
Document dictionary erase return value
...
(cherry picked from commit 5ce9bfcb4f
)
2019-07-03 13:19:40 +02:00
Thomas Karcher
31ba78e4bd
Update of RigidBody2D class description
...
Added a hint in the RigidBody2D class description regarding the transformation issue mentioned in https://github.com/godotengine/godot/issues/5734
(cherry picked from commit 1170b78e28
)
2019-07-03 13:19:40 +02:00
lopho
4c6327e426
Document CollisionObject2D pickable requires collision_layer
...
Documents CollisionObject2D mouse_entered, mouse_exited and input_event requiring at least one collision_layer to be set.
(cherry picked from commit da73bcca6f
)
2019-07-03 13:19:40 +02:00
Jiří Procházka
3086084ace
Small documentation improvements
...
(cherry picked from commit 04b49264f2
)
2019-07-03 13:19:40 +02:00
Rémi Verschelde
c31dba28e1
AppVeyor: Skip saving cache on non-master branches
...
Otherwise we run into situations where commits to stable branches
induce very long build times, as they have to basically build from
scratch but also invalidate the cache for future commits on the
master branch.
This commit also makes the cache folder branch-specific, but since
it's still limited to 1 GB of total cache size, we don't enable it
for non-master, as we would still run into issues with non-master
build invalidating the master cache.
(cherry picked from commit b021bdbf1f
)
2019-07-03 07:45:24 +02:00
Rémi Verschelde
06123fac30
SCons: Default to builtin libpng/freetype on Linux
...
The rationale for keeping those shared by default is that they're typical
dependencies found on any Linux system, and it saves compilation time and
binary size to link their dynamically.
But since official builds default to all-builtin, and Debian/Ubuntu still
don't have libpng16 (which we now require) readily available on all their
supported releases, it's simpler to bundle all the things.
This does not change the fact that those dependencies *can* be unbundled
on Linux, it's only the default option changing.
(cherry picked from commit 1769cbc0e2
)
2019-07-02 14:59:49 +02:00
hilfazer
c7551515e3
autocomplete for enum values
...
(cherry picked from commit ca1932636f
)
2019-06-27 09:59:58 +02:00
Rémi Verschelde
e50eb830af
i18n: Sync translations with Weblate
2019-06-16 21:45:24 +02:00
Rémi Verschelde
031fc3ed83
Merge pull request #29624 from aaronfranke/3.1-mono-atan2
...
[3.1] [Mono] Change Atan2 arguments to (y, x)
2019-06-12 21:02:14 +02:00
Aaron Franke
a51257e2b7
[Mono] Change Atan2 arguments to Y X
2019-06-09 04:15:32 -04:00
Rémi Verschelde
7358e115c7
Update sponsors
...
Image Campus is no longer a Gold sponsor at this time.
(cherry picked from commit 328805ae31
)
2019-06-04 12:58:03 +02:00
Rémi Verschelde
5f683f7c17
SCons: Clean xatlas SCsub from thekla/poshlib defines
...
Those are not used in xatlas.
(cherry picked from commit eb155bc91a
)
2019-06-04 11:11:21 +02:00
Fabio Alessandrelli
0e6a49a5bc
Freetype clone env for no-SMID single file
...
Fix freetype build issue for javascript platform.
When disabling optimizations (SMID) in specific freetype, source files,
we need to make sure to copy all other CPPFLAGS, not just override them.
(cherry picked from commit 4f9408a0f8
)
2019-06-04 11:08:40 +02:00
Fabio Alessandrelli
20a37529f5
Revert "Update libwebsockets to 3.1 (plus UWP patch)"
...
This reverts commit 90210c4862
.
(cherry picked from commit be414e4476
)
2019-06-04 11:05:33 +02:00
Rémi Verschelde
98cf8a4476
libpng: Update to upstream 1.6.37
...
Fixes CVE-2019-7317.
(cherry picked from commit 225b61ab2a
)
2019-06-04 11:03:10 +02:00
Rémi Verschelde
c0e5875907
Update DONORS list
...
(cherry picked from commit 33bcd97700
)
2019-06-04 11:00:49 +02:00
Rémi Verschelde
bc5fc03c95
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@Kanabenki, @KoBeWi
Thanks to all contributors and donors for making Godot possible!
(cherry picked from commit 958c915f60
)
2019-06-04 11:00:33 +02:00
Rémi Verschelde
8cfd371822
Merge pull request #29373 from akien-mga/3.1
...
doc: Make all tutorial links track "3.1" in 3.1 branch
2019-06-01 12:37:19 +02:00
Rémi Verschelde
f156b2e1cd
doc: Make all tutorial links track "3.1" in 3.1 branch
...
See discussion in #29104 .
2019-06-01 11:39:37 +02:00
Rémi Verschelde
bf7585530b
i18n: Sync translation template with current source
2019-05-21 13:06:17 +02:00
Rémi Verschelde
239a11fe19
i18n: Sync translations with Weblate
2019-05-21 13:02:38 +02:00
Rémi Verschelde
7b38442173
Merge pull request #28782 from RyanStein/regex_sub_test_docs
...
Add RegEx substitution testcase and fix relevant docs
2019-05-11 08:49:41 +02:00
Ryan Stein
a31bbb4bd9
Add RegEx substitution testcase and fix relevant docs
2019-05-09 11:11:53 -04:00
Fabio Alessandrelli
bc577dc0c7
Bind AudioEffectSpectrumAnalyzer::FFT_Size enums
...
(cherry picked from commit d0f2b5c8ab
)
2019-05-02 14:40:38 +02:00
Bastiaan Olij
b2b112d703
Sort data exported to the api.json file for GDNative
...
(cherry picked from commit 0d2f3f4f50
)
2019-05-02 14:40:03 +02:00
Hein-Pieter van Braam-Stewart
e802da4e81
Bump to 3.1.2-devel
...
And onwards my friends!
2019-04-27 21:36:40 +02:00
Hein-Pieter van Braam-Stewart
66baa3b633
Also bump Info.plist for MacOS
2019-04-26 16:43:03 +02:00
Hein-Pieter van Braam-Stewart
e4816a8b1c
Bump to 3.1.1-stable
...
Thanks everyone! You're all stars <3
2019-04-26 16:39:11 +02:00
homer666
5b6ad923f0
AnimationPlayer FPS mode fixes
...
(cherry picked from commit e3b7f9e1ca
)
2019-04-26 16:34:18 +02:00
Ignacio Etcheverry
1c77481d3e
Fix invalid mono log file name on Windows
...
(cherry picked from commit d93c354807
)
2019-04-26 16:31:01 +02:00
Rémi Verschelde
a24899ee25
Revert "Update freetype to 2.10.0"
...
This reverts commit 9e2cf9ef0b
.
It caused this regression: 28335.
Fixes #28335 .
2019-04-25 14:18:42 +02:00
Rémi Verschelde
f7d5bee636
Revert "C#: Add DynamicGodotObject class"
...
This reverts commit 4c10a322d1
.
2019-04-25 14:08:14 +02:00
Rémi Verschelde
23cf9f3b6f
i18n: Sync translation template with current source
2019-04-25 14:03:22 +02:00
Rémi Verschelde
348270df38
i18n: Sync translations with Weblate
2019-04-25 14:01:33 +02:00
Rémi Verschelde
a485d862f1
doc: Sync classref with current source
2019-04-25 14:00:31 +02:00
Juan Linietsky
fcbe50befa
Added bindings for methods related to obtaining base an instance from VisualInstance
...
(cherry picked from commit 33a0011ab2
)
2019-04-24 07:01:39 +02:00
Juan Linietsky
08113feb5f
Expose visible instance count to multimesh
...
(cherry picked from commits f46899e922
)
and 479649b5fb
)
2019-04-24 07:01:04 +02:00
Rémi Verschelde
4764e17970
Revert "Added the ability to change the default cursor property for the RichTextLabel component."
...
This reverts commit 4fda05e15f
.
2019-04-23 16:01:16 +02:00
Ignacio Etcheverry
39f1a110a1
Fix wrong method binds and registered class
...
(cherry picked from commit 2f3328a039
)
2019-04-22 21:57:06 +02:00
Rémi Verschelde
cab4921477
Revert "GDScript: Don't allow built-in scripts to use class_name"
...
This reverts commit 42514bfd80
.
There is still an unsolved regression from this commit (#28002 )
which needs to be addressed before cherry-picking this one.
2019-04-21 14:06:06 +02:00
Hein-Pieter van Braam-Stewart
4aa7760c74
Revert "Ensure non-emitting particles not processed on entering tree"
...
This reverts commit 24b7f08892
.
This causes a particles regression in tps-demo
2019-04-21 00:59:13 +02:00
Hein-Pieter van Braam-Stewart
4fefc0896d
Delete <demos> tag from HeightMapShape xml
2019-04-21 00:11:01 +02:00
Juan Linietsky
d8cae6e7f6
Implement autokeying in Animation editor.
...
(cherry picked from commit 296c74072c
)
2019-04-21 00:02:02 +02:00
Juan Linietsky
a7f0bfb7db
Oops I missed a line, continuation to 0d41f8f
.
...
(cherry picked from commit 8f762aefcd
)
2019-04-21 00:01:44 +02:00
Juan Linietsky
5cc03473e0
Also show length in FPS when using FPS mode for AnimationPlayer editor
...
(cherry picked from commit caaa492133
)
2019-04-21 00:01:32 +02:00
Juan Linietsky
6fac922bff
Add support for FPS snap in Animation Editor.
...
(cherry picked from commit 4203266923
)
2019-04-20 23:57:59 +02:00
Juan Linietsky
0064d26517
Some improvements to is_equal_approx, restored Quat operator.
...
(cherry picked from commit dee98d3b6d
)
2019-04-20 23:52:19 +02:00
Juan Linietsky
c76c33fb50
Added generator audio stream, and spectrum analyzer audio effect
...
Made AudioFrame and Vector2 equivalent for casting.
Added ability to obtain the playback object from stream players.
Added ability to obtain effect instance from audio server.
(cherry picked from commit e33764744c
)
2019-04-20 23:50:19 +02:00