summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix NavigationObstacle heightsmix82023-11-131-0/+2
* Fix NavigationObstacle elevationsmix82023-11-131-0/+2
* Merge pull request #84774 from akien-mga/fix-TTR-in-ERR-WARN-printsRémi Verschelde2023-11-121-2/+2
|\
| * Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-2/+2
* | Merge pull request #84659 from RandomShaper/fix_lambda_cross_threadRémi Verschelde2023-11-124-18/+107
|\ \
| * | Fixup thread-owned lambda bookkeeping on thread exitPedro J. Estébanez2023-11-104-18/+107
* | | Merge pull request #80281 from KoBeWi/unacceptableRémi Verschelde2023-11-122-0/+6
|\ \ \
| * | | Assign temporary path to preloaded resourceskobewi2023-11-102-0/+6
* | | | Merge pull request #84758 from timothyqiu/decompressRémi Verschelde2023-11-112-1/+9
|\ \ \ \
| * | | | Fix crash when saving compressed image as JPG & WebPHaoyu Qiu2023-11-122-1/+9
| | |_|/ | |/| |
* / | | Fix various typos with codespellRémi Verschelde2023-11-113-5/+5
|/ / /
* | | Merge pull request #84723 from lawnjelly/fix_vorbis_inf_loopRémi Verschelde2023-11-101-3/+3
|\ \ \
| * | | Fix OGG Vorbis infinite error spam with corrupt file.lawnjelly2023-11-101-3/+3
* | | | Merge pull request #83357 from raulsntos/dotnet/ConvertCallableToNative(default)Rémi Verschelde2023-11-101-1/+1
|\ \ \ \
| * | | | C#: Fix converting default Callables to nativeRaul Santos2023-10-151-1/+1
* | | | | Merge pull request #81438 from 0xafbf/patch-2Rémi Verschelde2023-11-102-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix subpixel layouts in text renderingAndrés Botero2023-09-072-8/+8
* | | | | Merge pull request #83039 from KoBeWi/it's_always_the_cacheRémi Verschelde2023-11-101-10/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix GDScript cache assigning UID as scene pathkobewi2023-10-091-10/+15
* | | | | Use the Blender file name instead of the generated GLTF file nameAaron Franke2023-11-092-2/+4
* | | | | Rename `Vector2/3/4I.Min/Max` to `MinValue/MaxValue`A Thousand Ships2023-11-093-12/+12
* | | | | Merge pull request #84617 from YuriSizov/editor-this-one-is-for-all-my-subsRémi Verschelde2023-11-091-1/+4
|\ \ \ \ \
| * | | | | Fix node names of submenu items across the editorYuri Sizov2023-11-081-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #83670 from raulsntos/notification-predelete-cleanupRémi Verschelde2023-11-091-10/+17
|\ \ \ \ \
| * | | | | Add `NOTIFICATION_PREDELETE_CLEANUP` notificationRaul Santos2023-10-201-10/+17
* | | | | | Merge pull request #84099 from BastiaanOlij/fix_openxr_samplecountRémi Verschelde2023-11-081-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix OpenXR sample countBastiaan Olij2023-10-281-2/+3
* | | | | | Merge pull request #84494 from Calinou/fastnoiselite-tweak-property-hintsYuri Sizov2023-11-061-2/+2
|\ \ \ \ \ \
| * | | | | | Tweak FastNoiseLite property hints for better slider usabilityHugo Locurcio2023-11-051-2/+2
* | | | | | | Merge pull request #84271 from aaronfranke/gltf-compat-versionYuri Sizov2023-11-064-6/+48
|\ \ \ \ \ \ \
| * | | | | | | Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-034-6/+48
| |/ / / / / /
* | | | | | | Merge pull request #82133 from MewPurPur/svg-tweaksYuri Sizov2023-11-066-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Optimize, tweak, improve consistency in SVG icons, and fix masks in light modeMewPurPur2023-11-046-6/+6
* | | | | | | Fix CSGShape debug_collision_shape crashsmix82023-11-021-1/+3
* | | | | | | Merge pull request #84252 from clayjohn/ensure_tangentsRémi Verschelde2023-11-021-3/+20
|\ \ \ \ \ \ \
| * | | | | | | Enhance checks and user experience around tangents.clayjohn2023-11-011-3/+20
* | | | | | | | [TextServer] Fix line breaks for dropcap and resizing embedded objects.bruvzg2023-10-311-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #78157 from RedworkDE/net-shutting-down-abruptlyRémi Verschelde2023-10-312-6/+4
|\ \ \ \ \ \ \
| * | | | | | | C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`RedworkDE2023-06-132-6/+4
* | | | | | | | Merge pull request #84191 from akien-mga/scons-gdscript-fix-no-lsp-buildRémi Verschelde2023-10-311-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SCons: Fix build with GDScript LSP disabledRémi Verschelde2023-10-301-0/+2
* | | | | | | | | [TextServer] Fix glyph comparator ambiguous output, causing "bad comparison f...bruvzg2023-10-311-5/+1
* | | | | | | | | Merge pull request #83809 from raulsntos/dotnet/free-dialogsRémi Verschelde2023-10-301-0/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | C#: Free dialogs when exiting the editorRaul Santos2023-10-231-0/+6
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #84181 from jsjtxietian/fix-FastNoiseLite.get_image-crashRémi Verschelde2023-10-301-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix FastNoiseLite.get_image crashes with bad paramjsjtxietian2023-10-301-0/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #84174 from jsjtxietian/hide_debug_collision_shape_when_cs...Rémi Verschelde2023-10-301-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Hide CSGShape's debug_collision_shape when it is invisiblejsjtxietian2023-10-301-0/+5
| |/ / / / / / /
* / / / / / / / Reimport bone attachment fixes:Saracen2023-10-271-0/+8
|/ / / / / / /
* | | | | | | Merge pull request #83984 from akien-mga/openxr-1.0.31Rémi Verschelde2023-10-271-1/+1
|\ \ \ \ \ \ \