summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-17Merge pull request #61136 from akien-mga/xatlas-20220318Rémi Verschelde
xatlas: Sync with upstream 16ace528a
2022-05-17Merge pull request #61135 from akien-mga/recast-20220320Rémi Verschelde
2022-05-17Merge pull request #61120 from akien-mga/doctest-2.4.8Rémi Verschelde
2022-05-17Merge pull request #61132 from akien-mga/freetype-cleanupRémi Verschelde
FreeType: Cleanup some unused files
2022-05-17xatlas: Sync with upstream 16ace528aRémi Verschelde
Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe
2022-05-17Merge pull request #61122 from akien-mga/pcre2-10.40Rémi Verschelde
2022-05-17Recast: Update to upstream commit 5a870d4 (2022)Rémi Verschelde
2022-05-17FreeType: Cleanup some unused filesRémi Verschelde
2022-05-17doctest: Update to 2.4.8Rémi Verschelde
2022-05-17pcre2: Update to upstream version 10.40Rémi Verschelde
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/ChangeLog
2022-05-17Merge pull request #61115 from KoBeWi/don't_quote_me_on_thatRémi Verschelde
2022-05-17Merge pull request #61118 from akien-mga/certs-updateRémi Verschelde
2022-05-17Merge pull request #61127 from vnen/read-only-arrayRémi Verschelde
Implement read-only arrays
2022-05-17Merge pull request #54406 from V-Sekai/class-search-crashRémi Verschelde
Fix editor crash in built-in help when script inheritance chain changes
2022-05-17Merge pull request #58023 from raulsntos/curve_points_in_inspectorRémi Verschelde
Exposes the Curve, Curve2D and Curve3D points in the inspector
2022-05-17Implement read-only arraysGeorge Marques
Arrays can be set as read-only and thus cannot be modified. Assigning the array will create an editable copy. Similar to is already done to read-only dictionaries.
2022-05-17Merge pull request #60867 from KoBeWi/μtextRémi Verschelde
Remove font height restriction from Button
2022-05-17Merge pull request #61124 from bruvzg/icu_hb_ft_updateRémi Verschelde
Update HarfBuzz, ICU and FreeType.
2022-05-17Expose Curve points in the inspectorRaul Santos
Exposes the Curve, Curve2D and Curve3D points as an array property.
2022-05-17Implement `mark_dirty` in Curve2D and Curve3DRaul Santos
Implements a method `mark_dirty` in Curve2D and Curve3D like the one that already exists in Curve, it's a convenient way to set `baked_cache_dirty` to `true` and also emit the `changed` signal.
2022-05-17Fix editor crash in built-in help when script inheritance chain changes.K. S. Ernest (iFire) Lee
2022-05-17Update HarfBuzz, ICU and FreeType.bruvzg
HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1
2022-05-17Include quotes conditionally for dropped pathskobewi
2022-05-17certs: Sync with Mozilla bundle as of Mar 31, 2022Rémi Verschelde
https://github.com/bagder/ca-bundle/commit/39c6ac0550873e5c9214f265a1d0d9876c64c669
2022-05-17Merge pull request #61110 from rburing/project_settings_use_rbmapRémi Verschelde
2022-05-17Merge pull request #61087 from reduz/readonly-dictionaryRémi Verschelde
Implement read-only dictionaries.
2022-05-17Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde
Always soft-reload scripts
2022-05-17ProjectSettings: use RBMap again instead of HashMapRicardo Buring
This fixes corruption of project.godot and failure to load global classes.
2022-05-17Merge pull request #60708 from timothyqiu/drop-onreadyRémi Verschelde
2022-05-17Merge pull request #61112 from Chaosus/graph_edit_delete_nodes_paramRémi Verschelde
2022-05-17Merge pull request #61001 from derammo/derammo_popup_conditional_hideRémi Verschelde
2022-05-17Merge pull request #60159 from Calinou/print-fps-hide-unstable-printsRémi Verschelde
2022-05-17Hide the first `--print-fps` outputs after the engine has startedHugo Locurcio
The first 2 or 3 prints are inaccurate since the engine has just started at that point.
2022-05-17Add node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky
2022-05-17Merge pull request #61101 from clayjohn/GLES3-3DRémi Verschelde
2022-05-17Merge pull request #61004 from V-Sekai/reimport_filesRémi Verschelde
Bind EditorFileSystem::reimport_files and improve docs
2022-05-17Bind EditorFileSystem::reimport_files and improve docsLyuma
reimport_files offers a way for scripts to modify imported resources directly. For example, images, sounds or glTF documents which are written by an external program. It is much faster than `scan`, and can allow scripts to synchronously proceed after import finishes.
2022-05-17Merge pull request #59242 from Sauermann/fix-editor-select-toplevelRémi Verschelde
Fix that Top Level CanvasItems are unselectable in editor
2022-05-17Create onready variables when dropping nodes and holding CtrlHaoyu Qiu
2022-05-17Fix that Top Level CanvasItems are unselectable in editorMarkus Sauermann
Previously the parent Transform2D was included in the calculation
2022-05-16Add basic lighting to GLES3 renderer.clayjohn
This includes all three light types and IBL, but does not include shadows or any form of GI
2022-05-16Merge pull request #61100 from Calinou/cli-rename-gpu-validation-argumentRémi Verschelde
Rename `--vk-layers` command line argument to `--gpu-validation`
2022-05-16Implement read-only dictionaries.reduz
* Add ability to set them read only. * If read-only, it can't be modified. This is added in order to optionally make const dictionaries (and eventually arrays) properly read-only in GDScript.
2022-05-16Rename `--vk-layers` command line argument to `--gpu-validation`Hugo Locurcio
The new name is independent of the graphics API in use. This prepares Godot for implementations of graphics APIs other than Vulkan.
2022-05-16Merge pull request #61099 from clayjohn/VULKAN-Mobile-shader-bugRémi Verschelde
2022-05-16Merge pull request #61094 from Geometror/fix-fnlite-dw-fractal-type-propertyRémi Verschelde
2022-05-16Merge pull request #61090 from Geometror/fix-curve-bakingRémi Verschelde
2022-05-16Merge pull request #61097 from KoBeWi/seek_to_inifnity_and_beyondRémi Verschelde
2022-05-16Fix custom irradiance bug in Vulkan mobile rendererclayjohn
2022-05-16Clarify seek() in relation to animation_finishedkobewi