Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-07 | Merge pull request #59963 from akien-mga/remove-unused-legacy-tests | Rémi Verschelde | |
2022-04-07 | Remove unused legacy tests | Rémi Verschelde | |
They haven't been updated for years and still use the old MainLoop basic framework instead of the new doctest one. They're of dubious quality and best redone from scratch using the new framework. | |||
2022-04-07 | Merge pull request #59962 from Ev1lbl0w/bugfix-projectManagerFileDialog | Rémi Verschelde | |
2022-04-06 | Restore hidden folder behavior for project manager | Ev1lbl0w | |
2022-04-06 | Merge pull request #59960 from DanielKriz/fix/missing-favorites | Rémi Verschelde | |
2022-04-06 | Merge pull request #59958 from akien-mga/compat-opensimplexnoise-fastnoiselite | Rémi Verschelde | |
2022-04-06 | Fix missing favorite files in filesystem dock | Daniel Kříž | |
2022-04-06 | Merge pull request #59955 from lufog/add_folder_fix | Rémi Verschelde | |
2022-04-06 | Add compat rename for OpenSimplexNoise | Rémi Verschelde | |
Fixes #59953. | |||
2022-04-06 | Merge pull request #59947 from vnen/gdscript-static-methods-classdb | Rémi Verschelde | |
2022-04-06 | Fix false warning folder already exists | Aleksey Smirnov | |
2022-04-06 | GDScript: Add support for static method calls in native types | George Marques | |
2022-04-06 | Merge pull request #59911 from bruvzg/cppcheck_fixes | Rémi Verschelde | |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg | |
2022-04-06 | Merge pull request #57871 from bruvzg/rtl_impr_tbl_sel | Rémi Verschelde | |
[RTL] Improve table cell selection. | |||
2022-04-06 | Merge pull request #59862 from bruvzg/font_delay_texture_update | Rémi Verschelde | |
Delay font texture update, until `draw` is called. Rasterize glyphs during shaping. | |||
2022-04-06 | Merge pull request #59908 from bruvzg/fix_popup_close_race | Rémi Verschelde | |
Fix a possible race condition on popup close, that might cause multiple deletions of the same list item. | |||
2022-04-06 | [RTL] Improve table cell selection. | bruvzg | |
2022-04-05 | Merge pull request #59930 from Scony/fix-navi-get-simple-path-master | Rémi Verschelde | |
Fix `map_get_path` aka `get_simple_path` behavior in 2D & 3D | |||
2022-04-05 | Merge pull request #59922 from V-Sekai/fix_editor_search | Rémi Verschelde | |
Improve handling for editor documentation search with blank searches | |||
2022-04-05 | Merge pull request #59920 from marstaik/fix_project_manager | Rémi Verschelde | |
Fix Project Manager hard crashes due to invalid access to Editor Nodes | |||
2022-04-05 | Fix get_simple_path behavior in 2D & 3D | Pawel Lampe | |
2022-04-05 | Merge pull request #59923 from pfertyk/issue-59915-noise-generate-texture-crash | Rémi Verschelde | |
Fix `NoiseTexture._generate_texture` crash | |||
2022-04-05 | Improve handling for editor search with blank searches | SaracenOne | |
2022-04-05 | Fix `NoiseTexture._generate_texture` crash | Paweł Fertyk | |
Fixes #59915 . | |||
2022-04-05 | Fix Project Manager hard crashes due to invalid access to Editor Nodes | Marios Staikopoulos | |
2022-04-05 | CI: Update black formatter and apply changes | Rémi Verschelde | |
2022-04-05 | Merge pull request #59916 from KoBeWi/gimzo_extends | Rémi Verschelde | |
2022-04-05 | Change gizmo_extents to property | kobewi | |
2022-04-05 | Merge pull request #58062 from Calinou/panoramaskymaterial-default-black | Rémi Verschelde | |
2022-04-05 | Merge pull request #56695 from bruvzg/mod_unicode_input | Rémi Verschelde | |
2022-04-05 | Merge pull request #59910 from rcorre/array-remove-doc | Rémi Verschelde | |
2022-04-05 | Clarify Array.erase for nonexistant element. | Ryan Roden-Corrent | |
The docs specify that Array.remove does nothing if the index does not exist. Array.erase does not have a similar phrase, so it's unclear if erase will print an error, or silently do nothing. | |||
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode ↵ | bruvzg | |
character input with Alt / Ctrl modifiers, after processing of shortcuts. | |||
2022-04-05 | Fix a possible race condition on popup close, that might cause multiple ↵ | bruvzg | |
deletions of the same list item. | |||
2022-04-05 | Merge pull request #59905 from Chaosus/fix_first_doc_open | Rémi Verschelde | |
Fix lookup symbol in scripts which doesn't open a tab at first attempt | |||
2022-04-05 | Delay font texture update, until `draw` is called. Rasterize glyphs during ↵ | bruvzg | |
shaping. | |||
2022-04-05 | Fix lookup symbol in scripts which doesn't open a tab at first attempt | Yuri Roubinsky | |
2022-04-05 | Merge pull request #59897 from timothyqiu/undo-select | Rémi Verschelde | |
Consider chained operation when selecting text in `TextEdit::undo()` | |||
2022-04-05 | Consider chained operation when selecting text in TextEdit::undo() | Haoyu Qiu | |
2022-04-05 | Merge pull request #59896 from akien-mga/dynamicbvh-crash | Rémi Verschelde | |
2022-04-05 | Fix DynamicBVH crash after #59867 | Rémi Verschelde | |
I made a wrong assumption that initialization the other pointer in the union would properly initialize the `childs` array. | |||
2022-04-05 | Merge pull request #59891 from ConteZero/editor_log_deselect | Rémi Verschelde | |
2022-04-04 | Merge pull request #58452 from marcgpuig/text-edit-backspace-fix | Rémi Verschelde | |
2022-04-04 | Merge pull request #59888 from akien-mga/clang-tidy | Rémi Verschelde | |
2022-04-04 | Merge pull request #59885 from Jayman2000/autoload-inheritance-message | Rémi Verschelde | |
2022-04-04 | Merge pull request #59893 from Scony/fix-debug-navmesh-errors | Rémi Verschelde | |
2022-04-04 | Fix debug navmesh errors | Pawel Lampe | |
2022-04-04 | Disable deselect on focus lost on editor_log | ConteZero | |
2022-04-04 | Improve autoload inheritance error message | Jason Yundt | |
Autoloaded scripts should always inherit from Node. When you run a project that tries to autoload a script which doesn’t inherit from Node, then Godot gives an error. Before this change, the error said “Script does not inherit a Node”. That error message is a little bit misleading. If a class inherits a Node, then one of its superclasses has a Node. If a class inherits _from_ Node, then one of its superclasses is Node. This change corrects that mistake. Fixes #59884. |