Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-17 | Merge pull request #61136 from akien-mga/xatlas-20220318 | Rémi Verschelde | |
xatlas: Sync with upstream 16ace528a | |||
2022-05-17 | Merge pull request #61135 from akien-mga/recast-20220320 | Rémi Verschelde | |
2022-05-17 | Merge pull request #61120 from akien-mga/doctest-2.4.8 | Rémi Verschelde | |
2022-05-17 | Merge pull request #61132 from akien-mga/freetype-cleanup | Rémi Verschelde | |
FreeType: Cleanup some unused files | |||
2022-05-17 | xatlas: Sync with upstream 16ace528a | Rémi Verschelde | |
Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe | |||
2022-05-17 | Merge pull request #61122 from akien-mga/pcre2-10.40 | Rémi Verschelde | |
2022-05-17 | Recast: Update to upstream commit 5a870d4 (2022) | Rémi Verschelde | |
2022-05-17 | FreeType: Cleanup some unused files | Rémi Verschelde | |
2022-05-17 | doctest: Update to 2.4.8 | Rémi Verschelde | |
2022-05-17 | pcre2: Update to upstream version 10.40 | Rémi Verschelde | |
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/ChangeLog | |||
2022-05-17 | Merge pull request #61115 from KoBeWi/don't_quote_me_on_that | Rémi Verschelde | |
2022-05-17 | Merge pull request #61118 from akien-mga/certs-update | Rémi Verschelde | |
2022-05-17 | Merge pull request #61127 from vnen/read-only-array | Rémi Verschelde | |
Implement read-only arrays | |||
2022-05-17 | Merge pull request #54406 from V-Sekai/class-search-crash | Rémi Verschelde | |
Fix editor crash in built-in help when script inheritance chain changes | |||
2022-05-17 | Merge pull request #58023 from raulsntos/curve_points_in_inspector | Rémi Verschelde | |
Exposes the Curve, Curve2D and Curve3D points in the inspector | |||
2022-05-17 | Implement read-only arrays | George 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-17 | Merge pull request #60867 from KoBeWi/μtext | Rémi Verschelde | |
Remove font height restriction from Button | |||
2022-05-17 | Merge pull request #61124 from bruvzg/icu_hb_ft_update | Rémi Verschelde | |
Update HarfBuzz, ICU and FreeType. | |||
2022-05-17 | Expose Curve points in the inspector | Raul Santos | |
Exposes the Curve, Curve2D and Curve3D points as an array property. | |||
2022-05-17 | Implement `mark_dirty` in Curve2D and Curve3D | Raul 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-17 | Fix editor crash in built-in help when script inheritance chain changes. | K. S. Ernest (iFire) Lee | |
2022-05-17 | Update 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-17 | Include quotes conditionally for dropped paths | kobewi | |
2022-05-17 | certs: Sync with Mozilla bundle as of Mar 31, 2022 | Rémi Verschelde | |
https://github.com/bagder/ca-bundle/commit/39c6ac0550873e5c9214f265a1d0d9876c64c669 | |||
2022-05-17 | Merge pull request #61110 from rburing/project_settings_use_rbmap | Rémi Verschelde | |
2022-05-17 | Merge pull request #61087 from reduz/readonly-dictionary | Rémi Verschelde | |
Implement read-only dictionaries. | |||
2022-05-17 | Merge pull request #55134 from KoBeWi/script_pillow_or_something | Rémi Verschelde | |
Always soft-reload scripts | |||
2022-05-17 | ProjectSettings: use RBMap again instead of HashMap | Ricardo Buring | |
This fixes corruption of project.godot and failure to load global classes. | |||
2022-05-17 | Merge pull request #60708 from timothyqiu/drop-onready | Rémi Verschelde | |
2022-05-17 | Merge pull request #61112 from Chaosus/graph_edit_delete_nodes_param | Rémi Verschelde | |
2022-05-17 | Merge pull request #61001 from derammo/derammo_popup_conditional_hide | Rémi Verschelde | |
2022-05-17 | Merge pull request #60159 from Calinou/print-fps-hide-unstable-prints | Rémi Verschelde | |
2022-05-17 | Hide the first `--print-fps` outputs after the engine has started | Hugo Locurcio | |
The first 2 or 3 prints are inaccurate since the engine has just started at that point. | |||
2022-05-17 | Add node list param to `GraphEdit::delete_nodes_request` signal | Yuri Rubinsky | |
2022-05-17 | Merge pull request #61101 from clayjohn/GLES3-3D | Rémi Verschelde | |
2022-05-17 | Merge pull request #61004 from V-Sekai/reimport_files | Rémi Verschelde | |
Bind EditorFileSystem::reimport_files and improve docs | |||
2022-05-17 | Bind EditorFileSystem::reimport_files and improve docs | Lyuma | |
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-17 | Merge pull request #59242 from Sauermann/fix-editor-select-toplevel | Rémi Verschelde | |
Fix that Top Level CanvasItems are unselectable in editor | |||
2022-05-17 | Create onready variables when dropping nodes and holding Ctrl | Haoyu Qiu | |
2022-05-17 | Fix that Top Level CanvasItems are unselectable in editor | Markus Sauermann | |
Previously the parent Transform2D was included in the calculation | |||
2022-05-16 | Add 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-16 | Merge pull request #61100 from Calinou/cli-rename-gpu-validation-argument | Rémi Verschelde | |
Rename `--vk-layers` command line argument to `--gpu-validation` | |||
2022-05-16 | Implement 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-16 | Rename `--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-16 | Merge pull request #61099 from clayjohn/VULKAN-Mobile-shader-bug | Rémi Verschelde | |
2022-05-16 | Merge pull request #61094 from Geometror/fix-fnlite-dw-fractal-type-property | Rémi Verschelde | |
2022-05-16 | Merge pull request #61090 from Geometror/fix-curve-baking | Rémi Verschelde | |
2022-05-16 | Merge pull request #61097 from KoBeWi/seek_to_inifnity_and_beyond | Rémi Verschelde | |
2022-05-16 | Fix custom irradiance bug in Vulkan mobile renderer | clayjohn | |
2022-05-16 | Clarify seek() in relation to animation_finished | kobewi | |