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
Juan Linietsky
5e02d6d98a
Avoid crash on changing snap mode when no animation exists, closes #28031
...
(cherry picked from commit 0d41f8fb00
)
2019-04-20 23:49:20 +02:00
Chaosus
71753edeae
Added normally distributed generation function to RNG
...
(cherry picked from commit 5f137925dc
)
2019-04-20 23:39:04 +02:00
Martin Wallin
ff3987598e
Ignore default ccls cache folder and compile commands jso
...
(cherry picked from commit 8be9fd83ad
)
2019-04-20 23:38:00 +02:00
Bastiaan Olij
49df4b7a7a
Added height map shape that implement heightmap collision shape
...
(cherry picked from commit 8627f1515b
)
2019-04-20 23:33:50 +02:00
Chaosus
6ab01490f5
Added smoothstep built-in function
...
(cherry picked from commit 514a3fb96a
)
2019-04-20 23:30:56 +02:00
Chaosus
340bf6e80c
Added direction_to method to vectors
...
(cherry picked from commit 55f3bd97a2
)
2019-04-20 23:24:35 +02:00
Chaosus
9535a6079e
Added functions to AStar for disable/enable points
...
(cherry picked from commit cc71fb2308
)
2019-04-20 23:21:06 +02:00
ShyRed
bb8f015595
Add converters / generators to Sprite
...
Adds the following menu options to the Sprite editor: "Convert to Mesh2D", "Convert to Polygon2D", "Create CollisionPolygon2D Sibling" and "Create LightOccluder2D Sibling"
(cherry picked from commit c218c631f6
)
2019-04-20 23:19:55 +02:00
Michael Alexsander Silva Dias
94f6c3a810
Make AnimatedSprite able to play backwards
...
(cherry picked from commit 4a2c433028
)
2019-04-20 23:17:21 +02:00
muiroc
42fa261563
Enable object decoding when serializing binary project settings
...
(cherry picked from commit 1f54b11da6
)
2019-04-20 23:15:08 +02:00
Fabio Alessandrelli
e0fe795433
Add object encoding param to serialization methods
...
Network peers get_var/put_var
File get_var/store_var
GDScript/Mono/VisualScript bytes2var/var2bytes
Add MultiplayerAPI.allow_object_decoding member which deprecates PacketPeer.allow_object_decoding.
Break ABI compatibaility (API compatibility for GDNative).
(cherry picked from commit 393e62b98a
)
2019-04-20 23:15:02 +02:00
Fabio Alessandrelli
a1ad05df86
Multiplayer API now respects allow_object_decoding
...
Add doc about allow_object_decoding in PacketPeer
(cherry picked from commit 53ab3a1ba9
)
2019-04-20 23:14:54 +02:00