Rémi Verschelde
8652c1d5b1
classref: Sync with current source
2017-10-21 12:04:36 +02:00
Rémi Verschelde
722a2bb9db
i18n: Sync translation templates with current source
2017-10-21 12:04:36 +02:00
Rémi Verschelde
4e9b7bf32e
i18n: Sync translations with Weblate
2017-10-21 12:04:36 +02:00
Nathan Lovato
5cbab0e001
Merge pull request #12221 from Jerome67000/docs_input
...
[DOCS] InputEvent*
2017-10-21 12:02:18 +02:00
Rémi Verschelde
1be4f4088b
Merge pull request #12270 from cbscribe/kcc_rb2d_doc
...
[DOCS] Updates and clarifications to RigidBody2D
[ci skip]
2017-10-21 11:36:49 +02:00
Rémi Verschelde
f3f15965c0
Merge pull request #12276 from djrm/pr_vp_fixes
...
Fixed viewport transparent bg when clear mode is enabled.
2017-10-21 11:36:09 +02:00
Andreas Haas
70a7019807
Merge pull request #12274 from opcon/pr-1
...
Fix InputEventJoypadMotion::action_match for 0 axis values.
2017-10-21 10:27:56 +02:00
Jerome67000
0a89b0f767
[DOCS] InputEvent*
2017-10-21 10:04:43 +02:00
Daniel J. Ramirez
d67e77e837
Fixed viewport transparent bg when clear mode is enabled.
2017-10-21 02:06:10 -05:00
Chris Bradfield
d4eecce962
[DOCS] Updates and clarifications to RigidBody2D
2017-10-20 22:48:23 -07:00
Patrick Yates
c433d83d81
Fix InputEventJoypadMotion::action_match for 0 axis values.
...
Make action_match ignore the sign if axis value is 0.
This means that an axis value of 0 will match actions defined for both positive and negative values, as expected.
Fixes #12223
2017-10-21 16:06:24 +11:00
David Saltares
8bc96cc146
Adds world_to_map() and map_to_world() methods to GridMap.
...
Closes #11856 .
Also fixes GridMap::set_cell_scale() not visually updating the grid meshes
2017-10-21 00:20:25 +02:00
Rémi Verschelde
35683b9f32
Merge pull request #12031 from NathanWarden/export_cancel_to_done
...
Changed the export and fix dependencies dialog cancel button names to "Close"
[ci skip]
2017-10-21 00:15:48 +02:00
Poommetee Ketson
ec12e3b4f9
Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom
...
Stop move_to_bottom losing references to treeitems
2017-10-21 04:58:11 +07:00
Rémi Verschelde
8cb76888ae
Merge pull request #12228 from hi-ogawa/fix-spatial-shader-conversion-with-texture
...
Fix spatial shader conversion with texture
2017-10-20 23:55:58 +02:00
Rémi Verschelde
7969565de7
Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin
...
Create ParticlesMaterialConversionPlugin
2017-10-20 23:54:56 +02:00
Rémi Verschelde
bf88c3c8e8
Merge pull request #12097 from rcurtis/issue12065
...
Visualscript: Fixes untouched value is null instead of 0
2017-10-20 23:20:32 +02:00
Rémi Verschelde
08ebbc90a8
Merge pull request #12107 from RandomShaper/fix-anim-before-first-key
...
Fix animation before first key
2017-10-20 23:08:02 +02:00
Rémi Verschelde
f2f75d1f11
Merge pull request #12149 from endragor/check-input-handled
...
Check if input is handled before handling it
2017-10-20 22:47:31 +02:00
Rémi Verschelde
81cd52dfb4
Merge pull request #12242 from AntiSC2/master
...
Fix small language mistakes in RigidBody2D documentation
[ci skip]
2017-10-20 22:44:47 +02:00
Jakob Sinclair
1870c2fdcf
Fix ambiguous documentation for RigidBody2D
...
Fixes #12225 and the possesive form of the word body. Also uses simpler terms now
when describing when the linear velocity gets updated.
Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-20 22:40:02 +02:00
Rémi Verschelde
a3a85670a3
Mono: Fix static linking on macOS
...
[ci skip]
2017-10-20 22:11:55 +02:00
Rémi Verschelde
067fc88488
Merge pull request #12224 from NathanWarden/scene_tree_added_signal
...
Added a node_added signal to the SceneTree
2017-10-20 22:10:47 +02:00
Rémi Verschelde
a286b49377
Merge pull request #12269 from touilleMan/bad-bad-touilleMan
...
[GDnative] remove useless (and illegal !) STL include
[ci skip]
2017-10-20 22:08:32 +02:00
Emmanuel Leblond
aedc44f6fe
[GDnative] remove useless (and illegal !) STL include
2017-10-20 22:05:25 +02:00
Rémi Verschelde
5bc44fe000
Merge pull request #12252 from MednauN/master
...
iOS GameCenter fixes
2017-10-20 21:37:14 +02:00
Julian Murgia
cba35c5ec9
Merge pull request #12199 from Fallayn/patch-1
...
[DOCS] EditorScript
2017-10-20 21:24:07 +02:00
Juan Linietsky
efe9a6ff5a
Fixed unnecesary structure copying in bugfix.
2017-10-20 16:13:48 -03:00
Poommetee Ketson
0e9f81a40b
Merge pull request #12054 from Fallayn/docs-editorinterface
...
[DOCS] EditorInterface
[ci skip]
2017-10-20 22:42:39 +07:00
Poommetee Ketson
64337b8209
Merge pull request #12255 from dos1/patch-1
...
variant.h: Update comments with numeric enum values
2017-10-20 22:37:33 +07:00
Rémi Verschelde
fd4c907a35
Merge pull request #12260 from bojidar-bg/11975-navpoly-freeze
...
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor
[ci skip]
2017-10-20 16:40:39 +02:00
Bojidar Marinov
a6472d0344
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor
...
Fixes #11975
2017-10-20 16:55:47 +03:00
Sebastian Krzyszkowiak
110adc80d2
variant.h: Update comments with numeric enum values
...
Comments got desynchronized with the actual values of the enum.
To avoid anyone making some stupid mistake here, let's fix it as soon
as possible.
2017-10-20 13:18:40 +02:00
Rémi Verschelde
0e8db63009
Merge pull request #12084 from santouits/tab_container_bug
...
tab container arrows don't work when a popup was set
[ci skip]
2017-10-20 13:04:25 +02:00
Rémi Verschelde
7f477dae26
Merge pull request #12132 from TheSofox/parallax-fixes
...
Tweaks ParallaxBackground to work better with zoom.
[ci skip]
2017-10-20 13:03:23 +02:00
sersoong
771b742047
update GKScore init function
...
(cherry picked from commit 5ed8826dd0
)
2017-10-20 13:01:07 +02:00
Rémi Verschelde
2229056fcc
Merge pull request #12247 from endragor/fix-rotated-logger
...
Fix rotated logger naming and backup deletion
[ci skip]
2017-10-20 12:57:25 +02:00
Rémi Verschelde
5f912a9186
Merge pull request #12241 from eska014/vs-binds
...
Bind more VisualServer functions
[ci skip]
2017-10-20 12:56:13 +02:00
scorched
3ba5ee42c3
Fix compilation on Visual Studio 2013 ( #10219 ).
2017-10-20 12:55:22 +02:00
geequlim
eeacae563c
Fix window display shrink can't set to float numbers
2017-10-20 12:52:18 +02:00
Rémi Verschelde
cf5eded982
Merge pull request #12227 from hi-ogawa/fix-depth-draw-alpha-prepass-for-shadow
...
Fix depth draw alpha prepass for shadow
2017-10-20 12:50:30 +02:00
Rémi Verschelde
eacdcd7239
Merge pull request #12206 from SaracenOne/drag_and_drop_fix
...
Fix drag and drop collision with non-centred origin points.
[ci skip]
2017-10-20 12:43:02 +02:00
Rémi Verschelde
84251d7aec
Merge pull request #12195 from groud/fix_snapping
...
Fix snapping with 2D nodes
[ci skip]
2017-10-20 12:42:35 +02:00
Rémi Verschelde
3517e791ce
Merge pull request #12190 from marcelofg55/bsd_fixes
...
Fix BSD compile issues
[ci skip]
2017-10-20 12:42:02 +02:00
Gilles Roudiere
5e348e72c1
Merge pull request #12159 from RandomShaper/fix-sticky-slider
...
Reset slider mouse state on hiding/removing
2017-10-20 11:48:57 +02:00
Evgeny Zuev
fe02180feb
Fix iOS GameCenter connection flow
...
Add method for secure authentication to GameCenter
2017-10-20 16:24:52 +07:00
Rémi Verschelde
3971bd41bb
Merge pull request #12246 from ISylvox/editable-warning
...
Adjust Editable_Warning for "This resource was imported...." Alert
[ci skip]
2017-10-20 10:33:10 +02:00
Gilles Roudiere
62ed861774
Merge pull request #12234 from marcelofg55/color8_fix
...
Fix Color.r8/g8/b8/a8 being type float instead of type int
2017-10-20 10:26:44 +02:00
Ruslan Mustakov
27b537cfca
Fix rotated logger naming and backup deletion
2017-10-20 10:34:46 +07:00
Indah Sylvia
cf8537ad37
Adjusted editable_warning for "This resource was imported...." alert:
...
- fixed a typo from it's to its
- added 'then' to make it clearer
2017-10-20 09:47:29 +07:00