summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)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
* | Fix Viewport Texture must be set to use itHilderin2024-11-012-12/+14
* | 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
|\ \
| * | Fix `ScrollBar` grabber mouse ignores scroll marginMounir Tohami2024-10-251-7/+9
* | | Merge pull request #778 from Spartan322/4.3-add/overbright-colorpickerGeorge L. Albany2024-10-252-0/+4
|\ \ \
| * | | Enable `ColorPicker` RGB+RAW modes to have greater values for over bright.Mounir Tohami2024-10-222-0/+4
| |/ /
* | | Merge pull request #794 from Spartan322/4.3-fixes/colorpicker-jankGeorge L. Albany2024-10-252-5/+4
|\ \ \
| * | | Fix RGB/RAW `ColorMode` jank sliders and spinboxSpartan3222024-10-242-5/+4
| |/ /
* | | Merge pull request #784 from Spartan322/4.3-no-close-pick-colorpickerGeorge L. Albany2024-10-251-1/+0
|\ \ \
| * | | Remove hide on `ColorPicker` color pickingSpartan3222024-10-231-1/+0
| |/ /
* | | Merge pull request #781 from Spartan322/4.3-unify/colorpicker-hsv-wheel-drawGeorge L. Albany2024-10-251-48/+23
|\ \ \
| * | | Unify `ColorPicker` HSV Rectangle/Wheel drawSpartan3222024-10-231-48/+23
| |/ /
* | | Merge pull request #803 from Spartan322/4.3-fix/colorpicker-overbright-indicatorGeorge L. Albany2024-10-251-1/+1
|\ \ \
| * | | Fix `ColorPicker` overbright indicator positionSpartan3222024-10-251-1/+1
| |/ /
* | | Merge pull request #795 from Spartan322/4.3-fix/colorpicker-left-sampleGeorge L. Albany2024-10-251-0/+3
|\ \ \
| * | | Fix `ColorPicker` inactive left side sample resetSpartan3222024-10-251-0/+3
| |/ /
* | | Merge pull request #779 from Spartan322/4.3-cleanup/colorpicker-vboxGeorge L. Albany2024-10-251-9/+2
|\ \ \
| * | | Remove superfluous `ColorPicker` ContainersSpartan3222024-10-251-9/+2
| |/ /
* | | Merge pull request #782 from Spartan322/4.3-remove/colorpicker-okhsl-shape-ov...George L. Albany2024-10-251-1/+0
|\ \ \
| * | | Remove `ColorModeOKHSL.get_shape_override`Spartan3222024-10-231-1/+0
| |/ /
* / / Unify `ColorPicker` color mode slider colorsSpartan3222024-10-232-22/+18
|/ /
* | Add an additional input stage after physics pickingMarkus Sauermann2024-10-176-0/+60
* | Rebrand preambles to RedotSpartan3222024-10-13626-0/+1252
* | Rebrand Godot 4.3 to RedotTrashguy2024-10-1310-11/+11
|/
* Fix syncing PhysicalBone internal poses individuallySilc Lizard (Tokage) Renew2024-09-172-1/+8
* Added a more detailed error message when instatiating a scene with missing ex...Raffaele Picca2024-09-171-1/+1
* [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-09-171-1/+2
* Fix `VSlider` grabber area.Mounir Tohami2024-09-171-1/+1
* Add missing "Quad" capture TransitionType enum hintSilc Lizard (Tokage) Renew2024-09-171-1/+1
* WAV: Fix one frame overflow at the endDeeJayLSP2024-09-171-1/+1
* [RTL] Fix font not updated for some spans.bruvzg2024-09-171-0/+2
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-172-29/+26
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-173-0/+14
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-1734-36/+36
* Fix StyleBoxFlat rectangles skewing independentlykleonc2024-09-171-2/+2
* Fix 2D debug navigation flickering with tile mapssmix82024-09-171-0/+1
* Fix shadow mesh recursion.Radiant2024-09-171-0/+1
* Fix SubViewport/AudioStreamPlayer2D crashaaronp642024-09-171-0/+3
* fix deadzone slider not working correctlykerstop2024-09-171-4/+2
* [RTL] Do not add final newline to the paragraph context.bruvzg2024-09-171-1/+1
* Fix physical bone update without simulatingSilc Lizard (Tokage) Renew2024-09-172-41/+9
* Fix collapsing TreeItem not updating horizontal scrollbarHaoyu Qiu2024-09-171-3/+10
* Fix invalid `Skeleton3D` bone pose updatesFredia Huya-Kouadio2024-09-161-0/+5
* Enable revert button for `ShaderMaterial::next_pass` and `ShaderMaterial::ren...Rakka Rage2024-09-161-0/+8
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-09-161-0/+1
* Always store ID of PopupMenu itemskobewi2024-09-164-4/+4
* Fix MenuBar popup placement assuming it's in viewport default canvaskleonc2024-09-161-2/+3
* Redraw SubViewportContainer on SubViewport size changejordi2024-09-161-0/+1