summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-21Merge pull request #12283 from AntiSC2/masterRémi Verschelde
File names for scripts can include '-' [ci skip]
2017-10-21File names for scripts can include '-'Jakob Sinclair
Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-21Merge pull request #12281 from Noshyaar/fixed2physicsRémi Verschelde
Refactor Fixed to Physics
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-21makerst: Remove stray spaces in method signaturesRémi Verschelde
2017-10-21makerst: Add support for [member] and [signal]Rémi Verschelde
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
Fixes #11517.
2017-10-21classref: Sync with current sourceRémi Verschelde
2017-10-21i18n: Sync translation templates with current sourceRémi Verschelde
2017-10-21i18n: Sync translations with WeblateRémi Verschelde
2017-10-21Merge pull request #12221 from Jerome67000/docs_inputNathan Lovato
[DOCS] InputEvent*
2017-10-21Merge pull request #12270 from cbscribe/kcc_rb2d_docRémi Verschelde
[DOCS] Updates and clarifications to RigidBody2D [ci skip]
2017-10-21Merge pull request #12276 from djrm/pr_vp_fixesRémi Verschelde
Fixed viewport transparent bg when clear mode is enabled.
2017-10-21Merge pull request #12274 from opcon/pr-1Andreas Haas
Fix InputEventJoypadMotion::action_match for 0 axis values.
2017-10-21[DOCS] InputEvent*Jerome67000
2017-10-21Fixed viewport transparent bg when clear mode is enabled.Daniel J. Ramirez
2017-10-20[DOCS] Updates and clarifications to RigidBody2DChris Bradfield
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
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-21Adds world_to_map() and map_to_world() methods to GridMap.David Saltares
Closes #11856. Also fixes GridMap::set_cell_scale() not visually updating the grid meshes
2017-10-21Merge pull request #12031 from NathanWarden/export_cancel_to_doneRémi Verschelde
Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip]
2017-10-21Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottomPoommetee Ketson
Stop move_to_bottom losing references to treeitems
2017-10-20Merge pull request #12228 from ↵Rémi Verschelde
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde
Visualscript: Fixes untouched value is null instead of 0
2017-10-20Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde
Fix animation before first key
2017-10-20Merge pull request #12149 from endragor/check-input-handledRémi Verschelde
Check if input is handled before handling it
2017-10-20Merge pull request #12242 from AntiSC2/masterRémi Verschelde
Fix small language mistakes in RigidBody2D documentation [ci skip]
2017-10-20Fix ambiguous documentation for RigidBody2DJakob Sinclair
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-20Mono: Fix static linking on macOSRémi Verschelde
[ci skip]
2017-10-20Merge pull request #12224 from NathanWarden/scene_tree_added_signalRémi Verschelde
Added a node_added signal to the SceneTree
2017-10-20Merge pull request #12269 from touilleMan/bad-bad-touilleManRémi Verschelde
[GDnative] remove useless (and illegal !) STL include [ci skip]
2017-10-20[GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond
2017-10-20Merge pull request #12252 from MednauN/masterRémi Verschelde
iOS GameCenter fixes
2017-10-20Merge pull request #12199 from Fallayn/patch-1Julian Murgia
[DOCS] EditorScript
2017-10-20Fixed unnecesary structure copying in bugfix.Juan Linietsky
2017-10-20Merge pull request #12054 from Fallayn/docs-editorinterfacePoommetee Ketson
[DOCS] EditorInterface [ci skip]
2017-10-20Merge pull request #12255 from dos1/patch-1Poommetee Ketson
variant.h: Update comments with numeric enum values
2017-10-20Merge pull request #12260 from bojidar-bg/11975-navpoly-freezeRémi Verschelde
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor [ci skip]
2017-10-20Fix adding a NavigationPolygonInstance to a Node2D freezing the editorBojidar Marinov
Fixes #11975
2017-10-20variant.h: Update comments with numeric enum valuesSebastian Krzyszkowiak
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-20Merge pull request #12084 from santouits/tab_container_bugRémi Verschelde
tab container arrows don't work when a popup was set [ci skip]
2017-10-20Merge pull request #12132 from TheSofox/parallax-fixesRémi Verschelde
Tweaks ParallaxBackground to work better with zoom. [ci skip]
2017-10-20update GKScore init functionsersoong
(cherry picked from commit 5ed8826dd07eab83b6f6b6b7d3af602926a54ae6)
2017-10-20Merge pull request #12247 from endragor/fix-rotated-loggerRémi Verschelde
Fix rotated logger naming and backup deletion [ci skip]
2017-10-20Merge pull request #12241 from eska014/vs-bindsRémi Verschelde
Bind more VisualServer functions [ci skip]
2017-10-20Fix compilation on Visual Studio 2013 (#10219).scorched
2017-10-20Fix window display shrink can't set to float numbersgeequlim
2017-10-20Merge pull request #12227 from hi-ogawa/fix-depth-draw-alpha-prepass-for-shadowRémi Verschelde
Fix depth draw alpha prepass for shadow
2017-10-20Merge pull request #12206 from SaracenOne/drag_and_drop_fixRémi Verschelde
Fix drag and drop collision with non-centred origin points. [ci skip]
2017-10-20Merge pull request #12195 from groud/fix_snappingRémi Verschelde
Fix snapping with 2D nodes [ci skip]