summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #78539 from EIREXE/input-infoYuri Sizov2023-08-031-0/+14
|\
| * Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-021-0/+14
* | Merge pull request #71233 from PrecisionRender/barycentric-coordsYuri Sizov2023-08-033-0/+19
|\ \
| * | Add ability to get barycentric coordinates from rayPrecisionRender2023-08-023-0/+19
* | | Merge pull request #80141 from Mickeon/doc-peeves-boolwingRémi Verschelde2023-08-031-16/+20
|\ \ \
| * | | Overlay bool documentationMicky2023-08-021-16/+20
* | | | Merge pull request #80217 from Mickeon/oops-rectsRémi Verschelde2023-08-032-2/+2
|\ \ \ \
| * | | | Revert incorrect `Rect2.expand` description.Micky2023-08-032-2/+2
* | | | | Merge pull request #80178 from YeldhamDev/override_all_the_thingsRémi Verschelde2023-08-031-0/+7
|\ \ \ \ \
| * | | | | Expose `Window`'s `_get_contents_minimum_size()` to scriptingMichael Alexsander2023-08-021-0/+7
| |/ / / /
* | | | | Merge pull request #79064 from MewPurPur/rename-button-pressed-THIS-IS-NOT-A-...Rémi Verschelde2023-08-031-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename button_pressed bindings to avoid shadowingMewPurPur2023-07-051-3/+3
* | | | | Merge pull request #79774 from aaronfranke/scene-import-root-type-nameRémi Verschelde2023-08-021-6/+6
|\ \ \ \ \
| * | | | | Improve overriding the root type or root name in the scene importerAaron Franke2023-08-011-6/+6
* | | | | | Merge pull request #79563 from danny88881/drag-and-drop-text-settingRémi Verschelde2023-08-022-0/+6
|\ \ \ \ \ \
| * | | | | | Add drag and drop option for line edit and rich text labelunknown2023-07-192-0/+6
* | | | | | | Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocusedRémi Verschelde2023-08-021-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Check FLAG_POPUP to close an AcceptDialog when parent is focusedNL2023-07-191-1/+0
* | | | | | | | Merge pull request #69816 from Mickeon/doc-peeves-rect2mRémi Verschelde2023-08-022-76/+145
|\ \ \ \ \ \ \ \
| * | | | | | | | Overhaul Rect2 & Rect2i DocumentationMicky2023-08-012-76/+145
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #80109 from timothyqiu/not-markdownYuri Sizov2023-08-018-18/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix invalid use of markdown syntax in classrefHaoyu Qiu2023-08-018-18/+18
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #67791 from Sauermann/fix-visual-mouse-notificationsYuri Sizov2023-08-013-11/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-013-11/+13
* | | | | | | | Merge pull request #79962 from viksl/update-tween-docsYuri Sizov2023-08-011-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update C# example of tween_method in Tween class with a parameter to the lamb...viksl2023-07-281-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #79911 from BastiaanOlij/fix_barrier_breakageYuri Sizov2023-08-011-17/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Add exceptions for breakage introduced in RD barriers and prevent future brea...Bastiaan Olij2023-07-281-17/+17
* | | | | | | | | Merge pull request #79606 from clayjohn/ShaderRD-compilation-groupsYuri Sizov2023-08-011-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add Shader compile groups to RD Shader systemclayjohn2023-07-211-0/+7
* | | | | | | | | | Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+7
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #80066 from timothyqiu/no-pun-intendedYuri Sizov2023-07-312-11/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Avoid punning [param enabled] in documentationHaoyu Qiu2023-07-312-11/+11
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-belowYuri Sizov2023-07-311-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-0/+6
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #79696 from reduz/call-on-render-threadYuri Sizov2023-07-311-0/+7
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add ability to call code on rendering threadJuan Linietsky2023-07-261-0/+7
| |/ / / / / / /
* | | / / / / / Initialize MSDF parameters in BaseMaterial3D with defaultdetomon2023-07-281-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #79405 from Calinou/doc-import-optionsYuri Sizov2023-07-2714-5/+240
|\ \ \ \ \ \ \
| * | | | | | | Fill in descriptions for import options in the class referenceHugo Locurcio2023-07-2714-5/+240
* | | | | | | | Merge pull request #74717 from KoBeWi/tilesetmap_handler_pluginYuri Sizov2023-07-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #79934 from Sauermann/fix-mousefilter-docYuri Sizov2023-07-271-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Add note about mouse movement input events in `MouseFilter` constantsMarkus Sauermann2023-07-261-3/+3
* | | | | | | | | Merge pull request #79142 from BastiaanOlij/register_render_buffersYuri Sizov2023-07-274-0/+269
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-264-0/+269
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #68259 from konczg/openxr_extension_wrapper_gdextensionYuri Sizov2023-07-272-0/+281
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-262-0/+281
* | | | | | | | | | Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-271-1/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add clipboard get image methods for windows and macosVincent D2023-07-171-1/+13
| | |_|_|_|_|/ / / / | |/| | | | | | | |