summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky
with delete key
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-19Add missing NULL checks for add_child_below_nodeMarcelo Fernandez
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-16Fix property hint for ReflectionProbe extentsRémi Verschelde
2018-06-13Merge pull request #19541 from SaracenOne/ime2Rémi Verschelde
Make LineEdit IME position hook ignore placeholder text
2018-06-13Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde
Improve 3D selection
2018-06-13Polished 3D selectionJFonS
2018-06-13LineEdit IME position will now ignore placeholder text.Saracen
2018-06-13Merge pull request #19509 from SaracenOne/imeRémi Verschelde
IME context detection.
2018-06-12Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe
Fix #19510.
2018-06-11IME context detection.Saracen
2018-06-10updated some particlematerial propertiesclayjohn
2018-06-10Merge pull request #19459 from clayjohn/primitive_mesh_rangesRémi Verschelde
Updated Ranges for Primitive Mesh Properties
2018-06-09Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner
TextEdit scaled selection
2018-06-08updated ranges for primitive meshesclayjohn
2018-06-08Avoid animation length from ever being completely, fixes #19420Juan Linietsky
2018-06-08Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde
Fix bugs related to bad handling of rotated/translated shapes in tilemap
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
2018-06-08Merge pull request #19314 from Jellonator/masterRémi Verschelde
Added autotile override
2018-06-07Fix regression with cursor shapeGuilherme Felipe
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-07Merge pull request #19410 from swarnimarun/tween-stoppedMax Hilbrunner
Adding is_stopped method to Tween
2018-06-07Adding is_stopped method to Tweensteincodes
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-06-06expose lineeditAlexander Holland
2018-06-05Revert "Prevent visibility notification from being called twice in object ↵Rémi Verschelde
creation"
2018-06-03Add option to disable automatic multiplayer pollFabio Alessandrelli
Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks).
2018-06-03Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov
Fixup #18529 and #12870
2018-06-02Added autotile overrideJames Beedie
2018-05-31Revert "Revert "Prevent visibility notification been called twice in object ↵Rémi Verschelde
creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :)
2018-05-31Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde
This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872.
2018-05-31Style: Apply clang-format (5.0) to some missed filesRémi Verschelde
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
RPCMode refactor, more sync modes
2018-05-27Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky
Fix Sprite3d using AtlasTexture... Again.
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner
Expose animation pos to user for AnimationNodes in AnimationTree
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-26Check for 0 roll influenceBastiaan Olij
2018-05-25Merge pull request #19120 from Keetz/masterMax Hilbrunner
Take tween speed into account when calculating runtime
2018-05-25Take tween speed into account when calculating runtimeRasmus Ketelsen
2018-05-25Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde
Revert #14753, as it is buggy and no longer necessary.
2018-05-25Merge pull request #19139 from KidRigger/masterRémi Verschelde
Ensures CMD+left and CMD+right only valid for OSX.
2018-05-25Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde
Up Vector for Curve3D and OrientedPathFollow Implementation
2018-05-24Revert #14753, as it is buggy and no longer necessary.Webster Sheets
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish
Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042
2018-05-20Up vector implementation and OrientedPathFollow.danilo2205
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c