Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Add constructor accepting four Vector4's to `Projection` | Yuri Rubinsky | |
2022-08-23 | Merge pull request #64647 from TokageItLab/auto-tangent | Rémi Verschelde | |
2022-08-23 | Merge pull request #64719 from akien-mga/property-slasher | Rémi Verschelde | |
2022-08-23 | Merge pull request #64637 from Calinou/default-project-icon-use-svg | Yuri Sizov | |
Create a SVG default project icon in new projects | |||
2022-08-23 | Merge pull request #64511 from derammo/derammo_fix_has_property_default_value | Rémi Verschelde | |
2022-08-23 | Add bezier preset and refactor bezier editor | Silc Renew | |
Co-authored-by: Razoric480 <razoric480@gmail.com> | |||
2022-08-23 | Joint3D: Remove utility method bindings for angular limits | Rémi Verschelde | |
The inspector now supports converting degrees to radians automatically when using the `radians` hint, so all those utility bindings were redundant. This cleans things up by making these properties with slash properly bound to `set_param`/`get_param` which the users can call with the relevant enum. | |||
2022-08-23 | Rename properties unnecessarily using slash (`/`) in their names | Rémi Verschelde | |
This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558. | |||
2022-08-23 | Merge pull request #63959 from KoBeWi/typo_arrray | Rémi Verschelde | |
Replace Array return types with TypedArray (part 1) | |||
2022-08-22 | Merge pull request #64739 from Calinou/doc-anisotropic-filter | Clay John | |
Improve documentation related to anisotropic filtering | |||
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation | Rémi Verschelde | |
2022-08-22 | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO | Rémi Verschelde | |
2022-08-22 | Merge pull request #63802 from TokageItLab/curve-transition | Rémi Verschelde | |
2022-08-22 | Merge pull request #60515 from KoBeWi/electrostatic_jason | Rémi Verschelde | |
2022-08-22 | Merge pull request #58600 from Calinou/material-triplanar-sharpness-clamp | Rémi Verschelde | |
2022-08-22 | Merge pull request #64593 from aaronfranke/editor-restart | Rémi Verschelde | |
2022-08-22 | Improve documentation related to anisotropic filtering | Hugo Locurcio | |
2022-08-22 | Add per-scene UndoRedo | kobewi | |
2022-08-22 | Merge pull request #63602 from TokageItLab/cubic-interp-time | Rémi Verschelde | |
2022-08-22 | Merge pull request #63486 from TokageItLab/init-poses | Rémi Verschelde | |
2022-08-22 | Merge pull request #64343 from TokageItLab/priority-ph | Rémi Verschelde | |
2022-08-22 | Merge pull request #57297 from rafallus/orthogonal_index | Rémi Verschelde | |
Expose `Basis::set_orthogonal_index` as a GridMap method | |||
2022-08-22 | Merge pull request #64496 from KoBeWi/proxXxies | Yuri Sizov | |
Use false as default for use_proxies argument | |||
2022-08-22 | Merge pull request #64694 from Mickeon/fix-settings-function | Yuri Sizov | |
Properly refer to functions definition color in description | |||
2022-08-22 | Merge pull request #64670 from Mickeon/fix-label-visibile-percent | Yuri Sizov | |
Clamp Label's `percent_visible` properly between 0 and 1.0 | |||
2022-08-22 | Use false as default for use_proxies argument | kobewi | |
2022-08-22 | Merge pull request #54549 from KoBeWi/fastcells | Yuri Sizov | |
Add a method to get TileData from a cell | |||
2022-08-22 | Merge pull request #64385 from paulloz/raycast-collider-rid | Rémi Verschelde | |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky | |
Also applies to RichTextLabel | |||
2022-08-22 | Merge pull request #64089 from neikeq/dotnet6 | Rémi Verschelde | |
2022-08-22 | Expose the collider RID in Raycast nodes | Paul Joannon | |
Create and expose the method `get_collider_rid` in `RayCast2D` and `Raycast3D`. This method returns the `RID` of the first object that the ray intersects, or an empty `RID` if no object is intersecting the fay (i.e. `is_colliding` returns `false`). | |||
2022-08-22 | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | |
We're targeting .NET 5 for now to make development easier while .NET 6 is not yet released. TEMPORARY REGRESSIONS --------------------- Assembly unloading is not implemented yet. As such, many Godot resources are leaked at exit. This will be re-implemented later together with assembly hot-reloading. | |||
2022-08-21 | Properly refer to functions definition color in description | Micky | |
2022-08-20 | Expose Basis `set_orthogonal_index` method as a GridMap function | rafallus | |
2022-08-20 | Remove duplicate `ignore_empty_terrains` paragraph | Gilles | |
Removes a duplicate `ignore_empty_terrains` paragraph in the `TileMap` documentation | |||
2022-08-20 | added missing virtual to ScriptExtension | derammo | |
_has_property_default_value is a required virtual for ScriptExtension but it was not bound, and could therefore not be implemented this made it impossible to implement a ScriptExtension that runs | |||
2022-08-20 | Create a SVG default project icon in new projects | Hugo Locurcio | |
This allows the icon's scale to be changed using the `svg/scale` import option, including to scales greater than the default 128×128. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2022-08-20 | Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolor | Max Hilbrunner | |
Add documentation for all annotations | |||
2022-08-19 | Merge pull request #64510 from KoBeWi/PR_packed_with_docs😎 | Max Hilbrunner | |
Complete documentation of packed arrays | |||
2022-08-19 | Merge pull request #64592 from mhilbrunner/move-fast-break-things | Yuri Sizov | |
Unexpose VelocityTracker3D | |||
2022-08-19 | Merge pull request #64595 from mhilbrunner/ergo-proxy | Yuri Sizov | |
Unexpose ProxyTexture | |||
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | |
Make `property_*_revert` methods multilevel and expose them for scripting | |||
2022-08-19 | Add documentation for all annotations | Yuri Sizov | |
2022-08-19 | Make `cubic_interpolate()` consider key time in animation | Silc Renew | |
2022-08-19 | Unexpose ProxyTexture | Max Hilbrunner | |
2022-08-19 | Unexpose VelocityTracker3D | Max Hilbrunner | |
2022-08-18 | Add a method for restarting the editor to EditorInterface | Aaron Franke | |
2022-08-19 | Merge pull request #64580 from asmaloney/doc-grammar-less | Max Hilbrunner | |
[doc] Fix grammar in class docs: less vs. fewer/lower | |||
2022-08-19 | Merge pull request #59851 from Calinou/doc-object-meta-editor-only | Max Hilbrunner | |
Document that Object metadata starting with `_` is editor-only |