Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-30 | Merge pull request #63670 from Rindbee/fix-wrong-in-ResourceSaver-save | Rémi Verschelde | |
2022-07-30 | Merge pull request #49288 from Calinou/doc-improve-collisionobject | Rémi Verschelde | |
Improve CollisionObject2D and CollisionObject3D pickable documentation | |||
2022-07-30 | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde | |
2022-07-30 | Merge pull request #63651 from fabriceci/fix-typo-doc-character-body-3d | Rémi Verschelde | |
Fix typos in the CharacterBody3D doc file | |||
2022-07-30 | Fix using wrong variable when checking in `ResourceSaver::save` | Rindbee | |
2022-07-30 | Merge pull request #42069 from Calinou/test-add-os | Rémi Verschelde | |
Add a test suite for OS | |||
2022-07-30 | Merge pull request #63664 from heppocogne/Fix-convert3to4-path-handling-issue | Rémi Verschelde | |
Fix a path handling issue of ProjectConverter3To4 | |||
2022-07-30 | Merge pull request #63648 from snailrhymer/mesh-classref-fixes | Rémi Verschelde | |
Fix add_surface_from_arrays description in classref | |||
2022-07-30 | Merge pull request #63647 from bruvzg/exp_msg_imp | Rémi Verschelde | |
Improve some export error messages. | |||
2022-07-30 | Merge pull request #63654 from bruvzg/font_prev_scale | Rémi Verschelde | |
Fix font preview plugin not using editor scale. | |||
2022-07-30 | Fix a path handling issue of ProjectConverter3To4 | heppocogne | |
2022-07-30 | Merge pull request #48548 from Calinou/editor-help-add-editor-settings | Rémi Verschelde | |
Add support for documenting most editor settings in the class reference | |||
2022-07-29 | Fix add_surface_from_arrays description in classref | SnailRhymer | |
Fix add_surface_from_arrays description in ImporterMesh.xml and ArrayMesh.xml to correctly describe sub-array length requirements. Also add missing comma in MeshInstance3D.xml, reword slightly. | |||
2022-07-29 | Fix font preview plugin not using editor scale. | bruvzg | |
2022-07-29 | Merge pull request #48183 from madmiraal/fix-regex-offset | Rémi Verschelde | |
Generate error if RegEx offset is negative | |||
2022-07-29 | Merge pull request #61647 from KoBeWi/SaverResource | Rémi Verschelde | |
2022-07-29 | Merge pull request #63365 from LinuxUserGD/master | Rémi Verschelde | |
2022-07-29 | Merge pull request #63638 from PrecisionRender/improve-shape-cast-docs | Rémi Verschelde | |
2022-07-29 | Merge pull request #63646 from bruvzg/fix_dbus_build | Rémi Verschelde | |
2022-07-29 | Fix typos in the CharacterBody3D doc file | fabriceci | |
2022-07-29 | Add support for documenting most editor settings in the class reference | Hugo Locurcio | |
Settings defined in editor plugins are missing (about 100 of them), but all other settings (about 200 of them) can now be documented in the EditorSettings class. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-07-29 | Improve some export error messages. | bruvzg | |
2022-07-29 | [Linux] Fix build with missing DBUS. | bruvzg | |
2022-07-29 | Generate error if RegEx offset is negative | Marcel Admiraal | |
2022-07-29 | Merge pull request #63593 from TokageItLab/improve-exp-map | Rémi Verschelde | |
2022-07-29 | Improve `ShapeCast2D` and `ShapeCast3D` docs | PrecisionRender | |
2022-07-29 | Swap arguments of ResourceSaver.save() | kobewi | |
2022-07-29 | fix 'Comparison result is always the same' warnings | LinuxUserGD | |
2022-07-29 | Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methods | Rémi Verschelde | |
Expose TileMap methods related to the name of custom data layers | |||
2022-07-29 | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde | |
Move editor paths into the EditorPaths class | |||
2022-07-29 | Merge pull request #43081 from KoBeWi/property_keeper | Rémi Verschelde | |
Keep property values when extending script | |||
2022-07-29 | Merge pull request #63595 from reduz/remove-signal-connect-binds | Rémi Verschelde | |
Remove Signal connect binds | |||
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke | |
2022-07-29 | Update export dialog to handle many architectures | Aaron Franke | |
2022-07-29 | Make some editor export methods const | Aaron Franke | |
2022-07-29 | Keep property values when extending script | Tomasz Chabora | |
2022-07-29 | Merge pull request #46557 from asmaloney/remove-impossible-condition | Rémi Verschelde | |
Remove impossible condition in RenderingServer::mesh_surface_make_offsets_from_format | |||
2022-07-29 | Remove Signal connect binds | Juan Linietsky | |
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind() | |||
2022-07-29 | Merge pull request #63620 from akien-mga/ci-macos-link-mvk-statically | Rémi Verschelde | |
2022-07-29 | expose TileMap methods related to the name of custom data layers | ajreckof | |
2022-07-29 | CI: Link MoltenVK statically on macOS | Rémi Verschelde | |
Same as done for official builds. Also make artifacts executable before zipping. | |||
2022-07-29 | Merge pull request #63617 from KoBeWi/v3c70r4 | Rémi Verschelde | |
2022-07-29 | Merge pull request #62601 from smix8/navigation_3d_debug_4.x | Rémi Verschelde | |
2022-07-29 | Merge pull request #63614 from akien-mga/export-pc-template-path | Rémi Verschelde | |
Export: Fix template path for PC (Windows, Linux) | |||
2022-07-29 | Fix Vector4 serialization | kobewi | |
2022-07-29 | Merge pull request #63613 from AntonioDell/bugfix/63592 | Rémi Verschelde | |
2022-07-29 | Merge pull request #63612 from bruvzg/dbus-wrap | Rémi Verschelde | |
2022-07-29 | Export: Fix template path for PC (Windows, Linux) | Rémi Verschelde | |
Regression after #63096. | |||
2022-07-29 | Make `spherical_cubic_interpolate()` more stable | Silc Renew | |
2022-07-29 | fix(gdscript): Fix infinite loop on type inferernce from super method calls | Antonio Dell'Annunziata | |
When infering the type from a `super()` call, the gdscript_editor didn't use the base class to search for the original implementation of the method, but instead searched in the extending class. This caused the same function to be analyzed for type inference which created the infinite loop. Solves #63592 |