summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Merge pull request #60085 from YeldhamDev/relationships_are_hardRémi Verschelde
2022-04-11Merge pull request #59927 from Zylann/fix_graphnode_title_trimRémi Verschelde
Fix GraphNode not resizing with larger title
2022-04-11Merge pull request #60120 from Calinou/environment-editor-ssil-tonemap-hideRémi Verschelde
Hide SSIL properties when SSIL is disabled in the Environment resource
2022-04-11Fix toggling GraphEdit's minimap with `minimap_enabled`Eric McGuirk
Fixes #53831.
2022-04-11Merge pull request #60026 from ConteZero/shortcut_keys_enabledRémi Verschelde
2022-04-11Merge pull request #54191 from Ev1lbl0w/bugfix-window_popup_ratioRémi Verschelde
2022-04-11Merge pull request #59980 from reduz/animation-librariesRémi Verschelde
2022-04-11Merge pull request #59440 from bruvzg/fd_ref_countedRémi Verschelde
2022-04-11Merge pull request #60111 from KoBeWi/the_files_have_landedRémi Verschelde
2022-04-11Merge pull request #60124 from KoBeWi/sepyt_noitcennoc_dilavRémi Verschelde
2022-04-11Implement Animation Librariesreduz
* Instead of containing single animations, AnimationPlayer now contains libraries. * Libraries, in turn, contain the animations. This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models. Missing (will be done on separate PRs): * Make it possible to import scenes (dae/fbx/gltf) as animation libraries. * Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything.
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-11Merge pull request #60104 from ConteZero/shortcut_keysRémi Verschelde
2022-04-11Improvements to files_dropped signalkobewi
2022-04-11Fix GraphEdit's valid connections being reversedkobewi
2022-04-10Hide SSIL properties when SSIL is disabled in the Environment resourceHugo Locurcio
- Hide Tonemap White property when the tonemapper is Linear (as linear tonemapping does not use a whitepoint).
2022-04-10Add select_all() to RichTextLabelConteZero
2022-04-10Clamp ratio from popup_centered_ratioEv1lbl0w
2022-04-09Draw relationship lines for items offscreenMichael Alexsander
2022-04-09Merge pull request #59995 from Scony/fix-threaded-navmesh-bakingRémi Verschelde
Fix navmesh baking
2022-04-08Fix navmesh bakingPawel Lampe
- improved mesh data calculation from standalone static colliders so that no VisualServer calls are performed - and thus no VS mutexes need to be locked in case of on-thread baking - improved the same for GridMap's static colliders
2022-04-08Fix shortcut_keys_enabled in TextEditConteZero
2022-04-07Merge pull request #59788 from Vitika9/59711Rémi Verschelde
2022-04-06Merge pull request #59958 from akien-mga/compat-opensimplexnoise-fastnoiseliteRémi Verschelde
2022-04-06Add compat rename for OpenSimplexNoiseRémi Verschelde
Fixes #59953.
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-06[RTL] Improve table cell selection.bruvzg
2022-04-05Fix GraphNode not resizing with larger titleMarc Gilleron
2022-04-05Change gizmo_extents to propertykobewi
2022-04-05Merge pull request #58062 from Calinou/panoramaskymaterial-default-blackRémi Verschelde
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode ↵bruvzg
character input with Alt / Ctrl modifiers, after processing of shortcuts.
2022-04-05Consider chained operation when selecting text in TextEdit::undo()Haoyu Qiu
2022-04-04Merge pull request #58452 from marcgpuig/text-edit-backspace-fixRémi Verschelde
2022-04-04Merge pull request #59888 from akien-mga/clang-tidyRémi Verschelde
2022-04-04Fix debug navmesh errorsPawel Lampe
2022-04-04Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
2022-04-04Revert "Fix that collision objects ignore canvas transform"Markus Sauermann
This reverts commit 5521b93750977b3c283672f478360b866e8de202.
2022-04-04Merge pull request #59874 from ConteZero/richtextlabel_deselectRémi Verschelde
2022-04-04Add deselect() to RichTextLabelConteZero
2022-04-04Merge pull request #59513 from BastiaanOlij/openxr_actionmap_editorRémi Verschelde
2022-04-04Merge pull request #58010 from jmb462/fix-TextEdit-v_scroll_speedRémi Verschelde
2022-04-04Add action map editor for OpenXRBastiaan Olij
2022-04-04Merge pull request #59856 from KoBeWi/touching_spamRémi Verschelde
Fix TouchScreenButton error spam
2022-04-04Fix center aligned text clipping.bruvzg
2022-04-04Fix TouchScreenButton error spamkobewi
2022-04-04Fixed ctrl + backspace on empty linesMarc Garcia Puig
Fix <word><space><caret> scenario Fix move left & right for lines without words
2022-04-03Fix TextEdit v_scroll_speed invalid values breaks wheel scrollingjmb462
2022-04-02Merge pull request #59415 from KoBeWi/tween_time()Rémi Verschelde