Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-15 | Add missing virtual bind for `ScriptExtension::_get_global_name` | voidedWarranties | |
2023-02-15 | Merge pull request #73332 from clayjohn/GL-h2f-branch | Rémi Verschelde | |
Avoid branch in half2float in gl_compatibility renderer | |||
2023-02-15 | Merge pull request #73343 from RandomShaper/labels_are_evil | Rémi Verschelde | |
Make label sizing algorithm more robust | |||
2023-02-15 | Make label sizing algorithm more robust | Pedro J. Estébanez | |
2023-02-15 | Merge pull request #73349 from dalexeev/fix-tab-bar-redraw | Yuri Sizov | |
Fix `TabBar` not redrawing on locale change | |||
2023-02-15 | Fix `TabBar` not redrawing on locale change | Danil Alexeev | |
2023-02-15 | Merge pull request #73293 from RedMser/rich-text-label-fixes | Yuri Sizov | |
RichTextLabel: Unexpose internal ItemType enum, improve `push_meta` docs | |||
2023-02-15 | Merge pull request #73345 from TokageItLab/gltfimport | Rémi Verschelde | |
Fix gltf import generate_scene() option | |||
2023-02-15 | Merge pull request #73268 from bruvzg/key_mod | Rémi Verschelde | |
[InputEventKey] Avoid setting both key and modifier to the same value. | |||
2023-02-15 | Merge pull request #73344 from MewPurPur/yeet-empty-line-error-spam | Rémi Verschelde | |
Fix autocomplete persisting at the beginning of a line and throwing errors | |||
2023-02-15 | Merge pull request #73340 from TokageItLab/diamond-audio | Rémi Verschelde | |
Fix display for no-length audio stream keys | |||
2023-02-15 | Merge pull request #73318 from timothyqiu/locale-list | Rémi Verschelde | |
Fix editor language dropdown incomplete in some locales | |||
2023-02-15 | Merge pull request #73262 from ↵ | Rémi Verschelde | |
chutchinson/bug/73201-immediate-mesh-create-outline-crash Prevent crash in ImmediateMesh.create_outline | |||
2023-02-15 | Merge pull request #73322 from fire/basisu-compress-black | Rémi Verschelde | |
For basisu avoid inserting to the image array twice. | |||
2023-02-15 | Merge pull request #73308 from smix8/unbind_navigationserver_process_4.x | Rémi Verschelde | |
Unbind NavigationServer3D.process() | |||
2023-02-15 | Merge pull request #73300 from clayjohn/GL-clear_window | Rémi Verschelde | |
Clear Window before blitting Viewport in gl_compatibility renderer | |||
2023-02-15 | Fix gltf import generate_scene() option | Silc Renew | |
2023-02-15 | Merge pull request #73292 from dalexeev/gds-fix-export-enum-def-val | Rémi Verschelde | |
GDScript: Fix default value of exported enum variable | |||
2023-02-15 | Fix autocomplete persisting at the beginning of a line | VolTer | |
2023-02-15 | Fix display for no-length audio stream keys | Silc Renew | |
2023-02-14 | Avoid branch in half2float in gl_compatibility renderer | clayjohn | |
2023-02-14 | Prevent crash in ImmediateMesh.create_outline by ensuring | Chris Hutchinson | |
that when no indices are specified, the number of vertices is at least a factor of 3. Fixes #73201 | |||
2023-02-14 | For basisu avoid inserting to the image array twice. | K. S. Ernest (iFire) Lee | |
Basisu images were getting referenced incorrectly like set black or set as not transparent. | |||
2023-02-15 | Fix editor language dropdown incomplete in some locales | Haoyu Qiu | |
2023-02-14 | Unbind NavigationServer3D.process() | smix8 | |
Unbinds NavigationServer3D.process(). | |||
2023-02-14 | Clear Window before blitting Viewport in gl_compatibility renderer | clayjohn | |
2023-02-14 | RichTextLabel fixes | RedMser | |
- Unexpose ItemType enum, since it is not used in public API. - Fix documentation for meta tag, since it has no BBCode equivalent. | |||
2023-02-14 | GDScript: Fix default value of exported enum variable | Danil Alexeev | |
2023-02-14 | Merge pull request #73286 from RedworkDE/export-format-bptc | Rémi Verschelde | |
Fix `texture_format/bptc` export option | |||
2023-02-14 | Merge pull request #73253 from Mickeon/doc-stringname-oops | Rémi Verschelde | |
Add missing documentation for String & StringName | |||
2023-02-14 | Fix `texture_format/bptc` export option | RedworkDE | |
2023-02-14 | Merge pull request #68027 from ktxyz/window-on-top | Rémi Verschelde | |
Update sub_windows order with respect to FLAG_ALWAYS_ON_TOP | |||
2023-02-14 | Merge pull request #73281 from Mickeon/doc-misc-oops | Rémi Verschelde | |
Slightly tweak `@GlobalScope` & `GDScript`'s documentation | |||
2023-02-14 | Merge pull request #68179 from MarianoGnu/prevent-lower-capacity-error | Rémi Verschelde | |
Avoid pushing an error because reserve is decreasing the default HashMap capacity | |||
2023-02-14 | Merge pull request #68558 from dzil123/remove_duplicate_wireframe | Rémi Verschelde | |
Node3DEditorViewport - Remove duplicate wireframe check and cleanup | |||
2023-02-14 | Merge pull request #73278 from ttencate/fix/issue_70984 | Rémi Verschelde | |
Some fixes for initial window position and size | |||
2023-02-14 | Merge pull request #73277 from RandomShaper/fix_pck_errors | Rémi Verschelde | |
Reword misleading error messages in PCK export | |||
2023-02-14 | Tweak `@GlobalScope` & `GDScript`'s documentation | Micky | |
2023-02-14 | Merge pull request #73216 from baptr/multiplayer | Fabio Alessandrelli | |
Fix multiplayer replication crash in on_sync_receive. | |||
2023-02-14 | Some fixes for initial window position and size | Thomas ten Cate | |
- X11: set main window position and size hints correctly - All platforms: update minimum and maximum size of main window at startup Fixes #70984 | |||
2023-02-14 | Reword misleading error messages in PCK export | Pedro J. Estébanez | |
2023-02-14 | Fix multiplayer replication crash in on_sync_receive. | baptr | |
A number of early continue cases applied the packet-provided `size` without validation, allowing large uint32_t values to be treated as negative offsets and leading to segfaults. Now, we validate `size` against the buffer length immediately to avoid a crash. This could be triggered by receiving sync data for a synchronizer who's root node had just been removed, since the code path that checked for unusable sync state failed to advance the offset. Thus the next read could interpret part of the payload as such an invalid `size`. Now, we properly advance the read offset in that case (and raise a better error). | |||
2023-02-14 | Merge pull request #73275 from Mickeon/doc-color-oops | Rémi Verschelde | |
Fix incorrect format in Color documentation | |||
2023-02-14 | Merge pull request #73259 from KoBeWi/spaghetti_map | Rémi Verschelde | |
Fix some TileMap errors and crashes | |||
2023-02-14 | Merge pull request #73269 from bruvzg/ed_prog2 | Rémi Verschelde | |
[Editor] Fix editor progress dialog auto closing on ESC press, and on application focus loss. | |||
2023-02-14 | Merge pull request #73265 from clayjohn/tangent-oct | Rémi Verschelde | |
Bias octahedral tangent y axis to avoid errors around 0 | |||
2023-02-14 | Merge pull request #73263 from clayjohn/render_priority | Rémi Verschelde | |
Notify mesh surface when render_priority changes | |||
2023-02-14 | Merge pull request #73261 from smix8/fix_tilemap_invalid_rid_error_4.x | Rémi Verschelde | |
Fix TileMap NavigationServer 'Invalid ID' error | |||
2023-02-14 | Merge 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-14 | Merge pull request #72259 from Paulb23/json-editing | Rémi Verschelde | |
Support editing JSON in ScriptEditor |