summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79211 from HolonProduction/file-dialog-button-updateRémi Verschelde2023-07-091-0/+2
|\
| * Update FileDialog button activity when file_mode is changed.HolonProduction2023-07-081-0/+2
* | Merge pull request #79016 from bruvzg/fix_win_initial_ne_fsRémi Verschelde2023-07-081-1/+1
|\ \
| * | [Windows] Fix setting initial non-exclusive window mode.bruvzg2023-07-041-1/+1
* | | Merge pull request #78940 from AThousandShips/touch_compatRémi Verschelde2023-07-082-0/+16
|\ \ \
| * | | Add compatibility properties to `TouchScreenButton`Ninni Pipping2023-07-022-0/+16
* | | | Merge pull request #78847 from Sauermann/fix-sibling-failRémi Verschelde2023-07-081-2/+2
|\ \ \ \
| * | | | Fix `Node::add_sibling` parent checkMarkus Sauermann2023-06-291-2/+2
| |/ / /
* | | | Merge pull request #78835 from Dragoncraft89/patch-1Rémi Verschelde2023-07-083-1/+7
|\ \ \ \
| * | | | Fix invalid minimum size for translated messages in option buttonFlorian Kothmeier2023-06-293-1/+7
* | | | | Merge pull request #78797 from Calinou/remove-redundant-vformatRémi Verschelde2023-07-081-2/+2
|\ \ \ \ \
| * | | | | Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-2/+2
| |/ / / /
* | | | | Merge pull request #71024 from marzecdawid/better-cursor-behaviour-in-tree-wi...Rémi Verschelde2023-07-081-26/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix cursor behaviour in Tree while holding CTRLDawid Marzec2023-06-211-26/+21
* | | | | Merge pull request #79141 from TokageItLab/fix-infinity-state-loopRémi Verschelde2023-07-071-4/+6
|\ \ \ \ \
| * | | | | Fix infinity loop state can't breakSilc Lizard (Tokage) Renew2023-07-071-4/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #78078 from Sauermann/fix-drop-physics-mouse-overRémi Verschelde2023-07-071-3/+3
|\ \ \ \ \
| * | | | | Fix that `_drop_physics_mouseover` only happens when necessaryMarkus Sauermann2023-06-101-3/+3
* | | | | | Merge pull request #75806 from bcmpinc/issue-61174Rémi Verschelde2023-07-072-35/+36
|\ \ \ \ \ \
| * | | | | | Fix Camera3D project_* methods not accounting for frustum offsetBauke Conijn2023-06-202-35/+36
* | | | | | | Merge pull request #79084 from Sauermann/revert-78363Rémi Verschelde2023-07-072-3/+35
|\ \ \ \ \ \ \
| * | | | | | | Revert "Fix focusloss of non-exclusive `AcceptDialog` with `close_on_escape`"Markus Sauermann2023-07-062-3/+35
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #79049 from BastiaanOlij/fix_stereo_depth_paralaxRémi Verschelde2023-07-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Take eye offset into account for depth in StandardMaterial3DBastiaan Olij2023-07-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #78907 from zorbathut/pr_fontpropRémi Verschelde2023-07-071-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix: Incorrect property names in FontFile::_get_property_list().Ben Rog-Wilhelm2023-07-011-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #78902 from nklbdev/Fix_wrong_type_casting_in_RenderingServerRémi Verschelde2023-07-071-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Potencially fix nan's on octahedral tangents in RenderingServernklbdev2023-07-011-3/+3
| |/ / / / /
* | | | | | Merge pull request #78975 from YuriSizov/rtl-fix-refactoring-typoRémi Verschelde2023-07-031-4/+4
|\ \ \ \ \ \
| * | | | | | Prevent crash when processing line caches in RichTextLabelYuri Sizov2023-07-031-4/+4
| |/ / / / /
* | | | | | Merge pull request #78968 from bruvzg/scroll_fix2Rémi Verschelde2023-07-031-0/+1
|\ \ \ \ \ \
| * | | | | | [RTL] Fix multithreaded scrollbar visibility update 2.bruvzg2023-07-031-0/+1
| |/ / / / /
* | | | | | Merge pull request #78939 from Scony/navi-crash-fixRémi Verschelde2023-07-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fix crash in 'NavigationAgent3D', fixes #78910Pawel Lampe2023-07-021-1/+1
| |/ / / / /
* | | | | | Merge pull request #78857 from smix8/navagent_pos_fix_4.xRémi Verschelde2023-07-032-2/+6
|\ \ \ \ \ \
| * | | | | | Fix NavigationAgent position not always updatingsmix82023-06-302-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Fix NavigationAgent continues avoidance velocitysmix82023-06-292-0/+10
| |/ / / / |/| | | |
* | | | | [RTL] Fix multithreaded scrollbar visibility update.bruvzg2023-06-291-3/+15
|/ / / /
* | | | Fix crash with failed compatibility tileskobewi2023-06-281-0/+1
* | | | Merge pull request #78745 from RandomShaper/fix_node_prRémi Verschelde2023-06-272-12/+14
|\ \ \ \
| * | | | Fix node internal/non-internal processing orderPedro J. Estébanez2023-06-272-12/+14
* | | | | Merge pull request #78728 from Rindbee/reset-vp_pending-on-failure-or-notRémi Verschelde2023-06-271-1/+3
|\ \ \ \ \
| * | | | | Fix that `ViewportTexture` cannot be setup again after failed setupRindbee2023-06-271-1/+3
| |/ / / /
* / / / / Fix CharacterBody3D get_position_delta()Ricardo Buring2023-06-261-1/+1
|/ / / /
* | | | Fix change of precedence in fixupPedro J. Estébanez2023-06-261-2/+2
* | | | Fixup compilation warning after #78713Rémi Verschelde2023-06-261-2/+2
* | | | Ensure default node groups' call queue are processedPedro J. Estébanez2023-06-261-2/+2
* | | | Merge pull request #78673 from Geometror/fix-graphnode-hotzonesRémi Verschelde2023-06-261-2/+2
|\ \ \ \
| * | | | [GraphEdit] Fix port hotzones at zoom levels other than 100%Hendrik Brucker2023-06-251-2/+2
* | | | | Fix scene load crash related to `_ready`Markus Sauermann2023-06-251-1/+6
|/ / / /