summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-0/+3
|\
| * Fix deadlocks related to ClassDB queries about global classesPedro J. Estébanez2024-11-081-0/+3
| | | | | | | | | | | | `ClassDB::can_instantiate()` and other reflection methods deadlock if the type is an script global class, when such script indirectly uses a not-yet-registered class. The reason is the `ClassDB` read lock is still held when invoking the `ResourceLoader` to load the class script, which may in turn need to lock for writing (for the class registration). In particular, this happens with some types related to animation tree, that aren't registered at engine startup, but can happen with others, especially ones from the user. Registration statements are also added for the animation-related types that were lacking them.
* | Fix Viewport Texture must be set to use itHilderin2024-11-012-12/+14
| | | | | | | | (cherry picked from commit c11107b1fbcb67181f03ec1105953fe4808649fd)
* | Fix copyright headers referring to GodotSpartan3222024-10-27626-1252/+1252
| |
* | Merge pull request #777 from Spartan322/4.3-fix/scrollbar-grabber-mouseGeorge L. Albany2024-10-261-7/+9
|\ \ | | | | | | [4.3] Fix `ScrollBar` grabber mouse ignores scroll margin
| * | Fix `ScrollBar` grabber mouse ignores scroll marginMounir Tohami2024-10-251-7/+9
| | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@ca09c1d606e876d527ef0d67a40dbf94860050a7)
* | | Merge pull request #778 from Spartan322/4.3-add/overbright-colorpickerGeorge L. Albany2024-10-252-0/+4
|\ \ \ | | | | | | | | [4.3] Enable `ColorPicker` RGB+RAW modes to have overbright values
| * | | Enable `ColorPicker` RGB+RAW modes to have greater values for over bright.Mounir Tohami2024-10-222-0/+4
| |/ / | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47)
* | | Merge pull request #794 from Spartan322/4.3-fixes/colorpicker-jankGeorge L. Albany2024-10-252-5/+4
|\ \ \ | | | | | | | | [4.3] Fix RGB/RAW `ColorMode` jank sliders and spinbox
| * | | Fix RGB/RAW `ColorMode` jank sliders and spinboxSpartan3222024-10-242-5/+4
| |/ / | | | | | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #784 from Spartan322/4.3-no-close-pick-colorpickerGeorge L. Albany2024-10-251-1/+0
|\ \ \ | | | | | | | | [4.3] Remove hide on `ColorPicker` color picking
| * | | Remove hide on `ColorPicker` color pickingSpartan3222024-10-231-1/+0
| |/ / | | | | | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #781 from Spartan322/4.3-unify/colorpicker-hsv-wheel-drawGeorge L. Albany2024-10-251-48/+23
|\ \ \ | | | | | | | | [4.3] Unify `ColorPicker` HSV Rectangle/Wheel draw
| * | | Unify `ColorPicker` HSV Rectangle/Wheel drawSpartan3222024-10-231-48/+23
| |/ / | | | | | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #803 from Spartan322/4.3-fix/colorpicker-overbright-indicatorGeorge L. Albany2024-10-251-1/+1
|\ \ \ | | | | | | | | [4.3] Fix `ColorPicker` overbright indicator position
| * | | Fix `ColorPicker` overbright indicator positionSpartan3222024-10-251-1/+1
| |/ / | | | | | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #795 from Spartan322/4.3-fix/colorpicker-left-sampleGeorge L. Albany2024-10-251-0/+3
|\ \ \ | | | | | | | | [4.3] Fix `ColorPicker` inactive left side sample reset
| * | | Fix `ColorPicker` inactive left side sample resetSpartan3222024-10-251-0/+3
| |/ / | | | | | | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #779 from Spartan322/4.3-cleanup/colorpicker-vboxGeorge L. Albany2024-10-251-9/+2
|\ \ \ | | | | | | | | [4.3] Remove superfluous `ColorPicker` Containers
| * | | Remove superfluous `ColorPicker` ContainersSpartan3222024-10-251-9/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Remove vbl child from `ColorPicker` Remove vbr child from `ColorPicker`, prefer `real_vbox` (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | | Merge pull request #782 from ↵George L. Albany2024-10-251-1/+0
|\ \ \ | | | | | | | | | | | | | | | | Spartan322/4.3-remove/colorpicker-okhsl-shape-override [4.3] Remove `ColorModeOKHSL.get_shape_override`
| * | | Remove `ColorModeOKHSL.get_shape_override`Spartan3222024-10-231-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | It seems to be vestigial inherited from the ColorPicker refactor (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* / / Unify `ColorPicker` color mode slider colorsSpartan3222024-10-232-22/+18
|/ / | | | | | | | | | | (cherry picked from commit blazium-engine/blazium@f7c6762df94867d93465612ec6be86b28593dc47) Co-authored-by: Mounir Tohami <53877170+WhalesState@users.noreply.github.com>
* | Add an additional input stage after physics pickingMarkus Sauermann2024-10-176-0/+60
| | | | | | | | | | | | Allow handling events, that were not used during physics picking. (cherry picked from commit godotengine/godot@fbd5d2ba8bbd3c548a67dc3c462e0e0666510228)
* | Rebrand preambles to RedotSpartan3222024-10-13626-0/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot 4.3 to RedotTrashguy2024-10-1310-11/+11
|/
* Fix syncing PhysicalBone internal poses individuallySilc Lizard (Tokage) Renew2024-09-172-1/+8
| | | | (cherry picked from commit 2b3cf2451f1dae92d98b7ba05c895d31f6ad3bcb)
* Added a more detailed error message when instatiating a scene with missing ↵Raffaele Picca2024-09-171-1/+1
| | | | | | export properties. (cherry picked from commit 1df0159b362493f280103de8085634c9c6d72f2e)
* [Windows] Emit native file dialog callback from event loop, fix selected ↵bruvzg2024-09-171-1/+2
| | | | | | options not saved. (cherry picked from commit ea252675aaea6fca22a479b0e412de15401ddef2)
* Fix `VSlider` grabber area.Mounir Tohami2024-09-171-1/+1
| | | | (cherry picked from commit 701188fd1e343a1ea8b4243f79cd6e9b4a0773ab)
* Add missing "Quad" capture TransitionType enum hintSilc Lizard (Tokage) Renew2024-09-171-1/+1
| | | | (cherry picked from commit 8d30ccd0671cba073eb60974b2c3ebbd4d42c4cd)
* WAV: Fix one frame overflow at the endDeeJayLSP2024-09-171-1/+1
| | | | (cherry picked from commit 147accdf74762ee8da012422f879db61b2ed8ebb)
* [RTL] Fix font not updated for some spans.bruvzg2024-09-171-0/+2
| | | | (cherry picked from commit e517eaf053e7fbb20e26c30f5ef285ad43e6a524)
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-172-29/+26
| | | | | Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com> (cherry picked from commit 51b8b74d4b2ba2564d2a463d07d168c5d3741387)
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-173-0/+14
| | | | (cherry picked from commit d3ddce6b8836bd6c39dc6ebc2a30102041953599)
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-1734-36/+36
| | | | (cherry picked from commit 9dc231366d4c80affbee089b1a6e908455e3d1fd)
* Fix StyleBoxFlat rectangles skewing independentlykleonc2024-09-171-2/+2
| | | | (cherry picked from commit 86c773d208afee2b37d3c2f595f4e7d24c78e2cb)
* Fix 2D debug navigation flickering with tile mapssmix82024-09-171-0/+1
| | | | | | Both the tile map layers and the debug navigation canvas items did fight for the same z order causing a lot of flickering in certain situations. (cherry picked from commit 5bedaf77f71a38bc8c066931526775c52bd2e823)
* Fix shadow mesh recursion.Radiant2024-09-171-0/+1
| | | | (cherry picked from commit 70860aafd8acbb4af34941f1343a7ea5901a6c4e)
* Fix SubViewport/AudioStreamPlayer2D crashaaronp642024-09-171-0/+3
| | | | | | Updated Viewport destructor to remove itself from World2D, to avoid World2D keeping invalid pointers. (cherry picked from commit 7a9acd5aca6e37c4f36180136fa9e224f9950a43)
* fix deadzone slider not working correctlykerstop2024-09-171-4/+2
| | | | (cherry picked from commit 2fd39eca306b5f24acaa78987111756aa5460f69)
* [RTL] Do not add final newline to the paragraph context.bruvzg2024-09-171-1/+1
| | | | (cherry picked from commit 02113dff8317a7f1f8ce3f9b246ce0038ef6adcb)
* Fix physical bone update without simulatingSilc Lizard (Tokage) Renew2024-09-172-41/+9
| | | | (cherry picked from commit f2186eeac013ff10d5c277d59ea85f6c21f50b50)
* Fix collapsing TreeItem not updating horizontal scrollbarHaoyu Qiu2024-09-171-3/+10
| | | | (cherry picked from commit d16dcbb3ac36db1c1e034ffbcf884f3a2a4d8086)
* Fix invalid `Skeleton3D` bone pose updatesFredia Huya-Kouadio2024-09-161-0/+5
| | | | | | The issue would cause log spams when trying to update the bone pose position or rotation with an invalid bone index. (cherry picked from commit 039722a3418dfd8f16cd3e956527ef93e639ddba)
* Enable revert button for `ShaderMaterial::next_pass` and ↵Rakka Rage2024-09-161-0/+8
| | | | | | `ShaderMaterial::render_priority`. (cherry picked from commit ba23b22153c21fa0f3b253900009ac7221e5a7a8)
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-09-161-0/+1
| | | | (cherry picked from commit aaafd163b29180090161c0169c70ab2772dfdcd7)
* Always store ID of PopupMenu itemskobewi2024-09-164-4/+4
| | | | (cherry picked from commit 5279fec60fb183029795a1ed621eafa405eea67d)
* Fix MenuBar popup placement assuming it's in viewport default canvaskleonc2024-09-161-2/+3
| | | | (cherry picked from commit 8228d647a9a5a3dd36bad508ebb3746432d3d1fc)
* Redraw SubViewportContainer on SubViewport size changejordi2024-09-161-0/+1
| | | | (cherry picked from commit 61e2aa79142dfa619d1238172e5c505c7dacc8d0)