summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-14Merge pull request #73259 from KoBeWi/spaghetti_mapRémi Verschelde
Fix some TileMap errors and crashes
2023-02-14Merge pull request #73269 from bruvzg/ed_prog2Rémi Verschelde
[Editor] Fix editor progress dialog auto closing on ESC press, and on application focus loss.
2023-02-14Merge pull request #73265 from clayjohn/tangent-octRémi Verschelde
Bias octahedral tangent y axis to avoid errors around 0
2023-02-14Merge pull request #73263 from clayjohn/render_priorityRémi Verschelde
Notify mesh surface when render_priority changes
2023-02-14Merge pull request #73261 from smix8/fix_tilemap_invalid_rid_error_4.xRémi Verschelde
Fix TileMap NavigationServer 'Invalid ID' error
2023-02-14Merge pull request #73252 from ↵Rémi Verschelde
smix8/navigationserver_improve_rid_not_found_error_4.x Improve NavigationServer.free() error msg when RID not found
2023-02-14Merge pull request #72259 from Paulb23/json-editingRémi Verschelde
Support editing JSON in ScriptEditor
2023-02-14Merge pull request #67707 from ↵Rémi Verschelde
Cykyrios/hide-private-prop-description-in-classdoc Fix private properties appearing in custom class doc Property Descriptions
2023-02-14Merge pull request #73255 from clayjohn/GLES3-batch-blendRémi Verschelde
Store blend mode between CanvasItems to preserve batching
2023-02-14[Editor] Fix editor progress dialog auto closing on ESC press, and on ↵bruvzg
application focus loss.
2023-02-13Bias octahedral tangent y axis to avoid errors around 0clayjohn
2023-02-13Notify mesh surface when render_priority changesclayjohn
This ensures that the mesh properly takes render_priority into account when changed
2023-02-14Fix TileMap NavigationServer 'Invalid ID' errorsmix8
Fixes NavigationServer 'Invalid ID' error of the TileMap. The issue was not caused directly by the TileMap but with the late call to get_world_2d()->get_navigation_map() while everything is shut down abruptly e.g. game window closed or Editor "Reload Saved Scene" function.
2023-02-14Fix some TileMap errors and crasheskobewi
2023-02-13Store blend mode between CanvasItems to preserve batchingclayjohn
2023-02-13Merge pull request #72659 from Calinou/doc-rendering-method-supportRémi Verschelde
Document unsupported features in Mobile and Compatibility rendering methods
2023-02-13Merge pull request #73248 from constantitus/characterbody2d-csharp-docRémi Verschelde
fixed c# example in CharacterBody2D doc
2023-02-13Merge pull request #61492 from Calinou/decal-clamp-extentsRémi Verschelde
Clamp Decal size to positive values
2023-02-13Improve NavigationServer.free() error msg when RID not foundsmix8
Improves the error msg when NavigationServer.free() does not find the RID e.g. because it was already deleted or did never exist in the first place.
2023-02-13Merge pull request #73244 from vonagam/fix-int-in-float-typed-arrayRémi Verschelde
GDScript: Fix usage of ints with typed array of floats
2023-02-13Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio
2023-02-13fixed c# example in CharacterBody2D docconstantitus
2023-02-13Clamp Decal size to positive valuesHugo Locurcio
This prevents using negative size, while also preventing error messages from being spammed if one of the decal's dimensions is set to exactly 0.
2023-02-13Merge pull request #61411 from snailrhymer/tilemap-editor-scatteringRémi Verschelde
Fix random placement behaviour in new TileMap Editor
2023-02-13Merge pull request #67523 from zaevi/fix_ProjectManager_sortingRémi Verschelde
Fix sorting issue in Project Manager.
2023-02-13Merge pull request #66476 from GK-GreyGhost/csgbox-updaterRémi Verschelde
Support CSGBox3D conversion of width/height/depth in 3 to size in 4
2023-02-13Merge pull request #69001 from dzil123/fix_rendering_checksRémi Verschelde
Fix various missing rendering parameter checks
2023-02-13GDScript: Fix usage of ints with typed array of floatsDmitrii Maganov
2023-02-13Merge pull request #72870 from Calinou/doc-directionallight2d-no-cull-maskRémi Verschelde
Document DirectionalLight2D not supporting cull masks
2023-02-13Merge pull request #73240 from myaaaaaaaaa/worker-hRémi Verschelde
Move some `worker_thread_pool.h` includes out of header files
2023-02-13Add compatibility code for CSGBox3D width/height/depth from Godot 3.xDESKTOP-9O27V4U\Navi
Fixes #66420.
2023-02-13Merge pull request #73239 from bruvzg/cleanup_callbackRémi Verschelde
Cleanup Window callbacks before destroying in to avoid callback calls with invalid object.
2023-02-13Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa
2023-02-13Cleanup Window callbacks before destroying in to avoid callback calls with ↵bruvzg
invalid object.
2023-02-13Merge pull request #72838 from BastiaanOlij/update_screen_space_render_buffersRémi Verschelde
Add render buffer support to screen space effects
2023-02-13Merge pull request #73234 from RandomShaper/fix_label_sizingRémi Verschelde
Fix blank non-autowrapping labels
2023-02-13Fix blank non-autowrapping labelsPedro J. Estébanez
2023-02-13Merge pull request #73214 from reduz/prevent-recursive-importing-hackRémi Verschelde
Prevent recursive importing (hack)
2023-02-13Merge pull request #73224 from rsubtil/bugfix-input_joypad_warnRémi Verschelde
Change message of unknown joypad property from error to verbose
2023-02-13Revert "Fixed the jumping to function definition using 'Ctrl+LMB'."Rémi Verschelde
This reverts commit 7eb6367d5cb62fb48563ad940423198f792e3fe8. Fixes #73058. Fixes #73167. This caused regressions, we'll retry with fixes for 4.1.
2023-02-13Change message of unknown joypad property from error to warningRicardo Subtil
2023-02-13Merge pull request #62921 from cdemirer/fix-variant-inRémi Verschelde
Fix `Variant::in()` error on invalid `evaluate`
2023-02-13Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.xRémi Verschelde
Fix navigation support for multilayered TileMaps
2023-02-13Merge pull request #73208 from smix8/fix_navigationregion2d_debug_4.xRémi Verschelde
Fix 2D navigation debug visuals ignoring half the ProjectSettings
2023-02-13Merge pull request #73211 from Calinou/scons-update-pck-embed-warningRémi Verschelde
Update PCK embedding SCons warning message to mention mold linker
2023-02-13Merge pull request #49469 from groud/remove_variant_operatorRémi Verschelde
Make sure Variant is not implicitely cast when using operator[]
2023-02-13Merge pull request #73191 from KoBeWi/some_color_picker_stuffRémi Verschelde
Fix HSV Rectangle Wheel values
2023-02-13Fix `Variant::in()` error on invalid `evaluate`cdemirer
2023-02-13Prevent recursive importing (hack)Juan Linietsky
Prevents recursion when importing files due to the ill nature of EditorProgress. The progress dialog will have to be entirely rewritten after 4.0 is out due to it being a constant source of bugs. In the meantime, this fixes the problem. Fixes #53871. Supersedes #73159.
2023-02-13Fix 2D navigation debug visuals ignoring half the ProjectSettingssmix8
Fixes that NavigationRegion2D and TileMap debug visuals ignored more or less half the ProjectSetting. E.g. random color could not be disabled, edges did not display.