Nicolas Silva
89e4125241
Use GL_LINE_STRIP instead of GL_LINES when drawing polylines.
...
(cherry picked from commit 20cab06f9a
)
2018-03-28 23:01:09 +02:00
Hugo Locurcio
209acbaac7
Add documentation for the DynamicFont hinting property
...
(cherry picked from commit a0ddd6122c
)
2018-03-28 22:56:29 +02:00
Hugo Locurcio
8a0966a8cb
Add an hinting mode setting to DynamicFonts
...
- Editor font hinting can now be tweaked in the Editor Settings.
- DynamicFonts used in projects now have tweakable hinting settings
in their DynamicFontData child. Changes will be visible upon
reloading the scene in the editor.
(cherry picked from commit c1544c12ef
)
2018-03-28 22:56:04 +02:00
MrCdK
99331ca395
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
...
(cherry picked from commit 5bc010e8ee
)
2018-03-28 22:43:44 +02:00
Unknown
ec362d54a9
Fix Automatic switch to viewport when playing a scene #16357
...
(cherry picked from commit d002b7d24a
)
2018-03-28 22:41:06 +02:00
MrCdK
5e8e2a8730
AudioServer emit bus_layout_changed signal when adding, moving or deleting a bus
...
(cherry picked from commit 56dcf4b983
)
2018-03-28 22:34:43 +02:00
bruvzg
df7d60a9d3
Abort compilation on missing return values (CGG/clang)
...
(cherry picked from commit 5ec09455ed
)
2018-03-28 22:21:33 +02:00
J Andrew Long
fe20a1e35b
add restore purchases for iOS
...
(cherry picked from commit da652c1539
)
2018-03-28 22:16:07 +02:00
Poommetee Ketson
55a66efa38
Fix get_drive (bookmarks) in linux not working
...
(cherry picked from commit 7e5b10b7d3
)
2018-03-28 22:13:39 +02:00
geequlim
5eebe51014
Fix builtin script cannot open from debug stacks
...
(cherry picked from commit 095e2bcc26
)
2018-03-28 22:12:31 +02:00
geequlim
9febb6f747
Don't print error message when select debugger stacks if the debugger is stopped.
...
Clear debugger stack inspector if the debugger is stopped when selected stack changed.
(cherry picked from commit cfde737478
)
2018-03-28 22:09:16 +02:00
volzhs
626525d23a
Draw relationship line on scene tree dock if option is on
...
(cherry picked from commit 36aa62802a
)
2018-03-28 22:06:01 +02:00
JFonS
a026e2626c
Fix weird editor crash when switching from editing one gradient to another keeps 'grabbing' variable to true
...
(cherry picked from commit f68594a525
)
2018-03-28 22:01:19 +02:00
Marc Gilleron
cf2e30b30c
Fix Line2D tile mode for non-square textures
...
(cherry picked from commit d2fae5c9a6
)
2018-03-28 21:33:49 +02:00
poke1024
f7efa9d43a
Fix line thickness for CollisionPolygon2D.
...
(cherry picked from commit a36f6e5386
)
2018-03-28 21:23:42 +02:00
poke1024
dfb739aff0
Fix grid mesh tile panning bug (issue 16524)
...
Fix basic function and interference of touch pad pan with mesh tile delete (shift + right click on touch pad) in grid map editor (fix 16524)
(cherry picked from commit b90810ce8e
)
2018-03-28 21:11:38 +02:00
Fabio Alessandrelli
89bff17cd2
More threading in AssetLib
...
AssetLib now uses thread as requested to download previews and items
(cherry picked from commit 3a25415a1c
)
2018-03-28 21:03:56 +02:00
Poommetee Ketson
3e1716b2c3
GridMapEditorPlgn: fix a leak
...
(cherry picked from commit 5cf331588a
)
2018-03-28 21:02:51 +02:00
Hein-Pieter van Braam
e6200de73a
Bump version to 3.0.3-devel
...
And onwards!
2018-03-18 02:38:31 +01:00
Rémi Verschelde
593e616a48
Dist: Fix Linux desktop file launch argument
...
(cherry picked from commit a55e2f2dac
)
2018-03-14 12:06:18 +01:00
Rémi Verschelde
eeb7385f02
SCons: Fix linking system pcre2 on server platform
...
Fixes #17245 .
(cherry picked from commit e619727e99
)
2018-03-04 13:47:35 +01:00
Hein-Pieter van Braam
2ff3b08583
Bump to 3.0.2-stable
...
Thanks to all of our contributors!
2018-03-03 15:22:04 +01:00
Hein-Pieter van Braam
6ab8fb04af
Fix documentation indentation for apply_torqe_impulse
2018-03-03 15:19:40 +01:00
Hein-Pieter van Braam
498d177cfe
Update changelog for 3.0.2
2018-03-03 15:12:41 +01:00
Chaosus
06a60bb6ef
Fix floatBitsToUint function
...
(cherry picked from commit c6b6af7bb5
)
2018-03-03 14:54:52 +01:00
Rémi Verschelde
c0132f30c4
Viewport: Fix missing tooltips w/ disabled physics object picking
...
Previously this option seemed to be the sole responsible for enabling
physics processing in Viewport, while several other features like
tooltips and debugging collision hints rely on it.
All this logic is moved to internal processing (it's incorrect to let
it be affected by users disabling physics/idle processing), and disabling
physics object picking no longer affects the internal physics processing.
Fixes #17001 .
(cherry picked from commit ce7da2c7d6
)
2018-03-03 14:19:57 +01:00
Max Hilbrunner
649cb70ddb
[DOCS] Small fix to Area: Fix copy/paste errors
...
(cherry picked from commit fdd0f18959
)
2018-03-03 11:00:41 +01:00
Rémi Verschelde
65d214d3da
i18n: Sync translation templates with current source
2018-03-03 10:58:19 +01:00
Rémi Verschelde
9ee98e999b
i18n: Sync translations with Weblate
...
(cherry picked from commit 7c7d3efb5b
)
2018-03-03 10:56:41 +01:00
Max Hilbrunner
5bcc7f88b6
[DOCS] Small fix to PinJoint2D
...
(cherry picked from commit 0b65bac1a1
)
2018-03-03 01:55:33 +01:00
Max Hilbrunner
93e99846b0
[DOCS] NetworkedMultiplayerENet
...
(cherry picked from commit 5aae17a6fb
)
2018-03-03 01:55:27 +01:00
Rhody Lugo
5c2e554853
prune cache only at the start and end of build
...
(cherry picked from commit 29e6ec6594
)
2018-03-03 01:53:22 +01:00
Poommetee Ketson
c4468aef5d
s/Camear/Camera in docs
...
(cherry picked from commit b099a500eb
)
2018-03-03 01:52:12 +01:00
Bernhard Liebl
f967334f53
Fix more regressions in RichTextLabel from PR 15711
...
(cherry picked from commit 0e1e95c41f
)
2018-03-03 01:47:52 +01:00
Rémi Verschelde
4132f2ea7e
Update AUTHORS and DONORS list
...
New contributors added as AUTHORS:
@mrcdk, @binbitten, @paulloz, @PJB3005
New Gold sponsor: Skirmish <https://skirmish.io >
Thanks and welcome! :)
[ci skip]
(cherry picked from commit 741af0652d
)
2018-03-02 19:48:12 +01:00
Rémi Verschelde
262c97098d
Fix serialization of identifiers with non printable ASCII characters
...
Fixes #6888 .
(cherry picked from commit ab001d830b
)
2018-03-02 14:54:45 +01:00
Hein-Pieter van Braam
cee20e24bd
Don't crash when trying to add an invalid navmesh
...
It is possible to try to add an invalid object as a navmesh through
GDScript which results in an engine crash. This creates a debug message
that should help the user figure out what's wrong.
(cherry picked from commit 555eebf3f4
)
2018-03-02 12:06:46 +01:00
Rémi Verschelde
87476c057a
NativeScript: Fix initialization in wrong scope
...
Regression from d702d7b335
which broke javascript build.
(cherry picked from commit 08cadc3d87
)
2018-03-02 02:08:50 +01:00
Hein-Pieter van Braam
53693e393d
Revert "Make KEY_ESCAPE close all output/debugger docks on bottom"
...
This reverts commit c04d868476
.
This caused a regression when trying to close the typing suggestion.
Reverting this for now until a better implementation for this behavior
gets made.
2018-03-01 23:06:26 +01:00
Anish
3f7e036c4f
Godot now allows built-in irrespective of the filepath.
...
Since the file in the filepath is irrelevant when setting the file
as built-in, changes have been made to allow setting to built-in
even if the file in the path exists.
Fixes #16425
(cherry picked from commit 1fdb8251d2
)
2018-03-01 21:38:15 +01:00
Poommetee Ketson
0aab429453
AnimationEditor: fix time indicator offset
...
(cherry picked from commit acf54f8bdc
)
2018-03-01 21:18:58 +01:00
Marcelo Fernandez
61fd30c00e
Fixed Windows ignoring minimized/maximized status set by user
...
(cherry picked from commit f8da9550f4
)
2018-03-01 21:15:35 +01:00
Fabio Alessandrelli
44b206a3fa
Fix server build on FreeBSD
...
(cherry picked from commit 8f9914bd94
)
2018-03-01 21:12:28 +01:00
Hein-Pieter van Braam
675899a521
Fix various valgrind reported uninitialized variable uses
...
(cherry picked from commit d702d7b335
)
2018-03-01 21:06:31 +01:00
Ruslan Mustakov
61a9ef5d81
Fix intermittent audio driver crash during startup on Android
...
set_pause can be called before the driver is initialized, and there
already is a check for that. The problem is that the 'active' field
was not initialied in the constructor, which lead to it having an
undefined value.
(cherry picked from commit c10749d51f
)
2018-03-01 21:05:15 +01:00
Nicolas Silva
9c27e4d885
Allow degenerate triangles in polygon triangulation when necessary.
...
(cherry picked from commit e73266a51c
)
2018-03-01 20:18:08 +01:00
poke1024
c800653c6f
Fix regression through fa98637aca
...
(cherry picked from commit 89f607604e
)
2018-03-01 19:19:29 +01:00
Hein-Pieter van Braam
3e931e258c
More reliably find mscorlib.dll on Linux
...
(cherry picked from commit c094e90b25
)
2018-02-27 22:12:01 +01:00
Hein-Pieter van Braam
7e5a374825
Deprecate a typo for a new method introduced in 3.0.1
2018-02-27 17:53:46 +01:00
Hein-Pieter van Braam
a850ebf352
Revert "fix spurious error messages during autocomplete and validate"
...
This reverts commit b7faa76485
.
This causes a regression in 3.0.1. We haven't found a proper fix yet so
we're removing this from 3.0.2
2018-02-27 17:52:18 +01:00