Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | Merge pull request #64085 from raulsntos/fix-rider-check | Rémi Verschelde | |
2022-08-08 | Merge pull request #64046 from ↵ | Rémi Verschelde | |
AntonioDell/bugfix/63715-infer-preloaded-const-types | |||
2022-08-08 | Avoid paths with invalid characters in `IsRider` | Raul Santos | |
2022-08-07 | Various fixes to C# documentation | Raul Santos | |
2022-08-07 | fix(gdscript): Infer type from preload const | Antonio Dell'Annunziata | |
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason. It is assumed that this only needs to be done, if the variant value is not valid to have any kind here. Solves #63715 | |||
2022-08-07 | Merge pull request #63919 from Faless/scons/4.x_easy_deps | Rémi Verschelde | |
2022-08-07 | [MP] Cleanup and fixes for replication plugin. | Fabio Alessandrelli | |
- Remove dead code. - Fix "Add from path" adding the wrong string when targeting root node. | |||
2022-08-07 | [Websocket] Remove dummy JS server implemenation. | Fabio Alessandrelli | |
It does nothing but printing errors (only websocket client is available in browsers), so we might as well return null when you instantiate it. | |||
2022-08-06 | Merge pull request #63712 from object71/fix-export-issues | Rémi Verschelde | |
2022-08-06 | Merge pull request #63976 from aaronfranke/godots-own-comment-lines | Rémi Verschelde | |
2022-08-06 | Merge pull request #63762 from bruvzg/ft_warn | Rémi Verschelde | |
[TextServer] Add a build warning when building with external FreeType without Brotli support. | |||
2022-08-06 | Merge pull request #63871 from bruvzg/ts_build_options | Rémi Verschelde | |
Add Text Server related options to the build profiles editor. | |||
2022-08-05 | Make "Godot source files" comment consistent in modules | Aaron Franke | |
2022-08-05 | [Text Server] Prevent composite glyphs which incorporate kashida from being ↵ | bruvzg | |
used for justification. Update TextServer tests to clean up on fail. | |||
2022-08-05 | Merge pull request #59844 from Calinou/rename-shader-param-methods | Rémi Verschelde | |
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them. | |||
2022-08-04 | Fix overrun flag check and HarfBuzz safe to break flag check. | bruvzg | |
2022-08-04 | [Scons] Implement module dependency sorting. | Fabio Alessandrelli | |
Modules can now call: env.module_add_dependencies(name: str, deps: list, optional: bool) To add required or optional dependencies during the "can_build" step. Required dependencies will be checked and the module will be not be enabled when they are missing, printing a warning to notify the user. | |||
2022-08-04 | Fix some array size function definition mismatch. | Fabio Alessandrelli | |
2022-08-04 | Merge pull request #63899 from bruvzg/hb_510 | Rémi Verschelde | |
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification. | |||
2022-08-04 | HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag ↵ | bruvzg | |
to improve justification. | |||
2022-08-03 | Removed faulty function update after get_property_list. | Hristo Stamenov | |
The function tried to rearrange properties but that lead to problems with duplication or deleted properties. Implemented the logic that that function did inside the get_property_list both for tool scripts and non-tool scripts. | |||
2022-08-03 | Replace Vector3.ToDiagonalMatrix with Basis.FromScale in C# | Aaron Franke | |
2022-08-03 | Add Text Server related options to the build profiles editor. | bruvzg | |
Adds SCons options to disable Brotli and Graphite. Adds option categories to the build profiles editor. Adds options default state to the build profiles editor. Adds Text Server related options to the build profiles editor. Fix misplaced OpenGL/Vulkan SCons options. | |||
2022-08-02 | Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | Fabian Keller | |
2022-08-02 | Merge pull request #63830 from KoBeWi/regEX | Rémi Verschelde | |
Add static method for creating RegEx | |||
2022-08-02 | Add static method for creating RegEx | kobewi | |
2022-08-02 | Merge pull request #61315 from lawnjelly/variant_bucket_pools | Rémi Verschelde | |
Variant memory pools | |||
2022-08-02 | [TextServer] Add ICU Unicode security and spoofing detection. | bruvzg | |
2022-08-02 | Merge pull request #53956 from bruvzg/icu_uax_31 | Rémi Verschelde | |
2022-08-02 | Merge pull request #63789 from YuriSizov/editor-remove-old-property-widgets | Rémi Verschelde | |
Remove `CustomPropertyEditor` completely | |||
2022-08-02 | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | |
2022-08-01 | Merge pull request #63790 from raulsntos/csharp-unused | Ignacio Roldán Etcheverry | |
C#: Remove unused `Transform2D.ScaleBasis` method | |||
2022-08-01 | Remove `CustomPropertyEditor` completely | Yuri Sizov | |
2022-08-01 | C#: Remove unused `Transform2D.ScaleBasis` method | Raul Santos | |
2022-08-01 | Remove excessive `editor/property_editor.h` includes | Yuri Sizov | |
2022-08-01 | [TextServer] Add a build warning when building with external FreeType ↵ | bruvzg | |
without Brotli support. | |||
2022-08-01 | Rename math 'phi' arguments to 'angle' in C# | Raul Santos | |
2022-08-01 | Mono: Fix build after #63737 | Rémi Verschelde | |
2022-08-01 | Merge pull request #55450 from ↵ | Rémi Verschelde | |
Calinou/script-editor-improve-light-theme-syntax-colors | |||
2022-07-31 | Merge pull request #63737 from YuriSizov/editorresourceconversionpluginactomy | Rémi Verschelde | |
2022-07-31 | Merge pull request #63537 from antonWetzel/csharp-vector4 | Rémi Verschelde | |
`Vector4`, `Vector4i` and `Projection` for Csharp | |||
2022-07-31 | Improve script editor's light theme syntax colors for better readability | Hugo Locurcio | |
New colors were hand-picked to have a better contrast rate, while still following the general coloring of the previous light theme. This improves the light theme's accessibility, especially in outdoor environments with direct sunlight. | |||
2022-07-31 | Merge pull request #63743 from bruvzg/hb_inc_order_and_ver_check | Rémi Verschelde | |
2022-07-31 | Merge pull request #63599 from nathanfranke/mp-docs | Fabio Alessandrelli | |
Document multiplayer replication classes, small changes to MultiplayerSpawner | |||
2022-07-31 | [TextServer] Ensure that built-in library headers are always included before ↵ | bruvzg | |
system header, add HarfBuzz version checks for optional features. | |||
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean ↵ | Yuri Sizov | |
up editor includes | |||
2022-07-31 | create vector4, vector4i and projection for csharp | antonWetzel | |
2022-07-31 | Merge pull request #55943 from jvanmourik/master | Rémi Verschelde | |
glTF animation parsing: Changed the 'loop' and 'cycle' animation name keywords to be case-insensitive | |||
2022-07-31 | Merge pull request #63656 from raulsntos/fix-signal-bind-csharp | Rémi Verschelde | |