Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | Add `@GDScript.type_exists` documentation | Raul Santos | |
2022-08-07 | Fix typo in weakref documentation | Raul Santos | |
2022-08-07 | Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4 | Rémi Verschelde | |
Allow for vec2/vec4 to be used in reflect and refract | |||
2022-08-07 | Allow vec2 and vec4 for reflect and refract | Hendrik Brucker | |
2022-08-07 | Merge pull request #64045 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-ObjectID-in-native_structures | |||
2022-08-07 | Merge pull request #63919 from Faless/scons/4.x_easy_deps | Rémi Verschelde | |
2022-08-07 | Merge pull request #64027 from Geometror/add-vector4-tests | Rémi Verschelde | |
2022-08-07 | Merge pull request #64049 from Faless/mp/4.x_repl_editor_cleanup | Rémi Verschelde | |
2022-08-07 | Merge pull request #62089 from Step-an/add_drag_and_drop_to_EditorPropertyPath | Rémi Verschelde | |
2022-08-07 | Merge pull request #58494 from rcorre/recent-projects | 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 | Merge pull request #64047 from Faless/ws/4.x_no_emws | Fabio Alessandrelli | |
[Websocket] Remove dummy JS server implemenation. | |||
2022-08-07 | Migrate project list to separate config file. | Ryan Roden-Corrent | |
Storing the project/favorites list in the EditorSettings makes it difficult to version-control your editor configuration, as the file will continually change as you open new projects. It also means a configuration can't be shared across machines, as they might not have the same projects or file layout. Now the project list is stored in $godot_data_dir/projects.cfg. Each path is a section, which has a boolean favorite value. If the new config does not exist, the editor attempts to migrate legacy EditorSettings-based configuration to the new file. Fixes godotengine/godot-proposals#1637. | |||
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-07 | Expose ObjectID among the native structure in GDExtension | Emmanuel Leblond | |
2022-08-07 | Vector4/Vector4i: Add missing methods, tests and fix change of sign operator | Hendrik Brucker | |
2022-08-07 | Merge pull request #61893 from Calinou/light3d-add-shadow-opacity | Rémi Verschelde | |
Add a shadow opacity property to Light3D | |||
2022-08-07 | Merge pull request #64028 from timothyqiu/input-event-bool | Rémi Verschelde | |
Use `%s` for bool value in vformat | |||
2022-08-07 | Add a shadow opacity property to Light3D | Hugo Locurcio | |
This can be used to make shadows translucent for a specific light. The light distance fade system also uses this to smoothly fade the shadow when the light fade transition distance is greater than 0. | |||
2022-08-07 | Merge pull request #64025 from kleonc/filesystem-dock-rename-crash-fix | Rémi Verschelde | |
`FileSystemDock` Fix crash when renaming a file in split mode | |||
2022-08-07 | Merge pull request #64031 from Calinou/doc-httprequest-no-bold-ref | Rémi Verschelde | |
Fix broken rST reference in HTTPClient documentation | |||
2022-08-07 | Fix broken rST reference in HTTPClient documentation | Hugo Locurcio | |
References in reStructuredText cannot be located within bold/italic text. This caused the online class reference to have the `:ref:` text written as-is. | |||
2022-08-07 | Use %s for bool value in vformat | Haoyu Qiu | |
2022-08-07 | `FileSystemDock` Fix crash when renaming a file in split mode | kleonc | |
2022-08-06 | Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warning | Rémi Verschelde | |
2022-08-06 | Merge pull request #60567 from Geometror/make-unique-recursive | Rémi Verschelde | |
2022-08-06 | Merge pull request #63361 from KoBeWi/floorf_lol | Rémi Verschelde | |
2022-08-06 | Merge pull request #60924 from KoBeWi/derp | Rémi Verschelde | |
2022-08-06 | Restore old lerp() behavior and add lerpf() | kobewi | |
2022-08-06 | Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique" | Hendrik Brucker | |
2022-08-06 | Merge pull request #60843 from hoontee/CSG3 | Rémi Verschelde | |
Add `TorusMesh` | |||
2022-08-06 | Merge pull request #63992 from qarmin/check_also_GLES3 | Rémi Verschelde | |
Test also GLES3 in CI | |||
2022-08-06 | Check also GLES3 in CI | Rafał Mikrut | |
2022-08-06 | Merge pull request #63985 from raulsntos/convert-rpc-attribute-csharp | Rémi Verschelde | |
RPC improvements to the conversion tool | |||
2022-08-06 | Add conversion for the RPC attributes in C# | Raul Santos | |
2022-08-06 | Add conversion for `sync` and `slave` GDScript keywords | Raul Santos | |
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 #63977 from TomBCodes/master | Rémi Verschelde | |
2022-08-06 | Merge pull request #63870 from Calinou/doc-editorsettings | Rémi Verschelde | |
2022-08-06 | Merge pull request #62847 from RandomShaper/upgrade_spirv_reflect | Rémi Verschelde | |
spirv-reflect: Update to latest commit | |||
2022-08-06 | Document editor settings in the class reference | Hugo Locurcio | |
2022-08-06 | Merge pull request #63700 from YeldhamDev/no_methods_to_filter_pal | Rémi Verschelde | |
Hide method filter bar when selecting a doc in the Script editor | |||
2022-08-06 | Merge pull request #63698 from PrecisionRender/plane-operator-asterisk | Rémi Verschelde | |
Add operator `*` to `Plane` | |||
2022-08-06 | Merge pull request #62787 from RandomShaper/vk_object_name | Rémi Verschelde | |
Set default resource names under pure debug in Vulkan RD | |||
2022-08-06 | Merge pull request #63704 from fire-forge/no-code | Rémi Verschelde | |
Fix EditorPropertyMultilineText expression mode | |||
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 #63776 from fire-forge/shapecast2d | Rémi Verschelde | |
Add ShapeCast2D editor handle and improve debug drawing | |||
2022-08-06 | Merge pull request #63859 from Rindbee/fix-hue-slider-incorrectly-rotated | Rémi Verschelde | |
Fix Hue slider incorrectly rotated 90 degrees in ColorPicker | |||
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. |