aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Fight off some error spam in the editorBastiaan Olij2018-06-241-4/+16
|
* Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-212-0/+71
|
* Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky2018-06-211-0/+4
| | | | with delete key
* Animation Blend SpacesJuan Linietsky2018-06-217-32/+642
|
* Add missing NULL checks for add_child_below_nodeMarcelo Fernandez2018-06-191-0/+4
|
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-1813-7/+2960
| | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
* Fix property hint for ReflectionProbe extentsRémi Verschelde2018-06-161-2/+2
|
* Merge pull request #19541 from SaracenOne/ime2Rémi Verschelde2018-06-131-4/+5
|\ | | | | Make LineEdit IME position hook ignore placeholder text
| * LineEdit IME position will now ignore placeholder text.Saracen2018-06-131-4/+5
| |
* | Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde2018-06-133-11/+83
|\ \ | |/ |/| Improve 3D selection
| * Polished 3D selectionJFonS2018-06-133-11/+83
| |
* | Merge pull request #19509 from SaracenOne/imeRémi Verschelde2018-06-132-0/+6
|\ \ | | | | | | IME context detection.
| * | IME context detection.Saracen2018-06-112-0/+6
| | |
* | | Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe2018-06-121-0/+40
|/ / | | | | | | Fix #19510.
* | updated some particlematerial propertiesclayjohn2018-06-101-2/+2
| |
* | Merge pull request #19459 from clayjohn/primitive_mesh_rangesRémi Verschelde2018-06-101-21/+21
|\ \ | |/ |/| Updated Ranges for Primitive Mesh Properties
| * updated ranges for primitive meshesclayjohn2018-06-081-21/+21
| |
* | Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner2018-06-091-3/+3
|\ \ | |/ |/| TextEdit scaled selection
| * Apply viewport scale to selection update methods. Changed to propper fix ↵Gabriel Gavilan2018-05-091-3/+3
| | | | | | | | sugested by reduz
* | Avoid animation length from ever being completely, fixes #19420Juan Linietsky2018-06-081-1/+5
| |
* | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-1/+3
|\ \ | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap
| * | Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-1/+3
| | | | | | | | | | | | Fixup #18529 and #12870
* | | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-082-35/+6
|\ \ \ | | | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
| * | | Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-062-35/+6
| | | |
* | | | Merge pull request #19314 from Jellonator/masterRémi Verschelde2018-06-081-0/+8
|\ \ \ \ | | | | | | | | | | Added autotile override
| * | | | Added autotile overrideJames Beedie2018-06-021-0/+8
| | |/ / | |/| |
* | | | Fix regression with cursor shapeGuilherme Felipe2018-06-071-1/+1
| | | |
* | | | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-0710-31/+1525
| | | |
* | | | Merge pull request #19410 from swarnimarun/tween-stoppedMax Hilbrunner2018-06-072-0/+6
|\ \ \ \ | | | | | | | | | | Adding is_stopped method to Tween
| * | | | Adding is_stopped method to Tweensteincodes2018-06-072-0/+6
| | | | |
* | | | | expose lineeditAlexander Holland2018-06-061-0/+1
| |_|/ / |/| | |
* | | | Revert "Prevent visibility notification from being called twice in object ↵Rémi Verschelde2018-06-051-2/+1
| | | | | | | | | | | | | | | | creation"
* | | | Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-032-1/+18
| |/ / |/| | | | | | | | | | | | | | | | | | | | 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).
* | | Revert "Revert "Prevent visibility notification been called twice in object ↵Rémi Verschelde2018-05-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :)
* | | Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde2018-05-311-2/+1
| | | | | | | | | | | | This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872.
* | | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-312-25/+24
| | |
* | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-292-138/+12
|/ /
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-292-12/+138
| |
* | Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-292-138/+12
|\ \ | | | | | | RPCMode refactor, more sync modes
| * | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-262-138/+12
| | |
* | | Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky2018-05-271-0/+20
|\ \ \ | | | | | | | | Fix Sprite3d using AtlasTexture... Again.
| * | | Fix AtlasTexture usage in Sprite3D.Webster Sheets2018-05-081-0/+20
| | | | | | | | | | | | | | | | Changes as requested in b484d5c.
* | | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner2018-05-261-4/+4
|\ \ \ \ | | | | | | | | | | Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
| * | | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-011-4/+4
| | | | | | | | | | | | | | | | | | | | ...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively.
* | | | | Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner2018-05-262-0/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | Expose animation pos to user for AnimationNodes in AnimationTree
| * | | | Expose the animation pos to the user for AnimationNodes in AnimationTreesGustav Lund2018-05-172-0/+8
| | | | |
* | | | | Check for 0 roll influenceBastiaan Olij2018-05-261-4/+7
| | | | |
* | | | | Merge pull request #19120 from Keetz/masterMax Hilbrunner2018-05-251-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Take tween speed into account when calculating runtime
| * | | | | Take tween speed into account when calculating runtimeRasmus Ketelsen2018-05-251-1/+6
| | | | | |
* | | | | | Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde2018-05-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert #14753, as it is buggy and no longer necessary.