Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
2022-08-19 | Complete documentation of packed arrays | kobewi | |
2022-08-18 | Merge pull request #64156 from bruvzg/sys_msdf | Clay John | |
Allow MSDF rendering for system fonts, fix crash on loading damaged / unsupported font files. | |||
2022-08-18 | Merge pull request #64315 from ↵ | Clay John | |
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type | |||
2022-08-18 | Merge pull request #64345 from Mickeon/docs-better-draw | Clay John | |
Improve documentation of `CanvasItem`'s draw logic | |||
2022-08-18 | Merge pull request #55032 from Calinou/tweak-default-window-size | Yuri Sizov | |
Increase the default project window size for better usability | |||
2022-08-18 | Merge pull request #64356 from Calinou/editor-hide-dummy-text-driver | Clay John | |
Hide Dummy text driver in the Project Settings as it makes editor unusable | |||
2022-08-18 | Merge pull request #64449 from Calinou/label3d-hide-ineffective-properties | Clay John | |
Hide properties that have no effect in Label3D inspector | |||
2022-08-18 | Merge pull request #64357 from Mickeon/rename-plugin-container | Yuri Sizov | |
Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*` | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. |