Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-13 | Merge pull request #41216 from ThakeeNathees/doc-JSON.print | Rémi Verschelde | |
Documentation: clarify the indent parameter of JSON.print | |||
2020-08-13 | Merge pull request #41219 from akien-mga/gles2-takes-holidays | Rémi Verschelde | |
Remove obsolete GLES2 backend code | |||
2020-08-13 | Merge pull request #41207 from KoBeWi/you_got_error | Rémi Verschelde | |
Mention that Array.front/back throw error if empty | |||
2020-08-13 | Merge pull request #41198 from hazarek/master | Rémi Verschelde | |
grow_mask() description added | |||
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde | |
This code currently isn't compiled (and cannot compile). We plan to re-add OpenGL ES-based renderer(s) in Godot 4.0 alongside Vulkan (probably ES 3.0, possibly also a low-end ES 2.0), but the code will be quite different so it's not relevant to keep this old Godot 3.2 code. The `drivers/gles2` code from the `3.2` branch can be used as a reference for a potential new implementation. | |||
2020-08-13 | Documentation: clarify the indent parameter of JSON.print | Thakee Nathees | |
2020-08-12 | Mention that Array.front/back throw error if empty | Tomasz Chabora | |
2020-08-12 | Expose NOTIFICATION_POST_ENTER_TREE | Tomasz Chabora | |
2020-08-12 | grow_mask() description added | Hazar | |
Description; > Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied. | |||
2020-08-11 | Merge pull request #41008 from KoBeWi/∠ | Rémi Verschelde | |
Improve Vector2.angle() description | |||
2020-08-11 | i18n: Sync classref translations with Weblate (again) | Rémi Verschelde | |
Missed some uncommitted changes from Weblate in the previous sync. | |||
2020-08-11 | i18n: Sync classref translation template with current docs | Rémi Verschelde | |
2020-08-11 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp | |
Adding support for disabling virtual keyboard on mobile platforms, in order to make it consistent with LineEdit. It allows implementing a custom virtual keyboard. | |||
2020-08-05 | Improve Vector2.angle() description | Tomasz Chabora | |
2020-07-31 | Merge pull request #40613 from HaSa1002/multi-lang-docs | Rémi Verschelde | |
Add multiple programming language support to class reference | |||
2020-07-31 | Merge pull request #40816 from codetorex/master | Rémi Verschelde | |
Added missing information about File.open_encrypted function to docs | |||
2020-07-31 | Merge pull request #40418 from Calinou/doc-button-code-example | Rémi Verschelde | |
Add an example for creating a button in the Button class documentation | |||
2020-07-31 | Merge pull request #40540 from TheDuriel/patch-2 | Rémi Verschelde | |
Clarify TreeItem return values | |||
2020-07-31 | Added missing information about File.open_encrypted function to docs. | codetorex | |
2020-07-31 | Merge pull request #40903 from Calinou/doc-json | Rémi Verschelde | |
Improve JSON-related documentation | |||
2020-07-31 | Improve JSON-related documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3848. | |||
2020-07-30 | Merge pull request #40872 from Calinou/makerst-generate-abbreviations | Rémi Verschelde | |
makerst: Add descriptions to method qualifiers | |||
2020-07-30 | makerst: Add descriptions to method qualifiers | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/1753. | |||
2020-07-30 | Merge pull request #40874 from Calinou/doc-editorinterface-get_editor_viewport | Rémi Verschelde | |
Improve the `EditorInterface.get_editor_viewport()` description | |||
2020-07-30 | Improve the `EditorInterface.get_editor_viewport()` description | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/1109. | |||
2020-07-30 | Link to Thread-safe APIs in the Thread class documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2276. | |||
2020-07-29 | Document how to perform advanced string splitting using RegEx | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3607. | |||
2020-07-29 | Merge pull request #40821 from Calinou/doc-canvasitem-draw_string-example | Rémi Verschelde | |
Add an example to the `CanvasItem.draw_string()` documentation | |||
2020-07-29 | Add an example to the `CanvasItem.draw_string()` documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3374. | |||
2020-07-29 | Fix incorrect key name in the Animation documentation code sample | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3841. | |||
2020-07-28 | Merge pull request #40785 from Chaosus/vs_uniform_ref | Yuri Roubinsky | |
Added UniformRef visual shader node | |||
2020-07-28 | Added UniformRef visual shader node | Yuri Roubinsky | |
2020-07-28 | Merge pull request #40754 from Chaosus/vs_default_uniforms | Rémi Verschelde | |
Added default value for uniforms in visual shaders | |||
2020-07-28 | doc: Sync classref with current source | Rémi Verschelde | |
2020-07-27 | Revert "Allow Area2D and 3D mouse events without a collision layer" | Rémi Verschelde | |
This reverts commit 7eebb06b5571437828d8c5099558c303c72cd1f4. | |||
2020-07-27 | Added default value for uniforms in visual shaders | Yuri Roubinsky | |
2020-07-27 | Merge pull request #40750 from Calinou/doc-canvasitem-node3d-visible | Rémi Verschelde | |
Improve visibility documentation for CanvasItem and Node3D | |||
2020-07-27 | Improve visibility documentation for CanvasItem and Node3D | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3840. | |||
2020-07-27 | Merge pull request #40706 from akien-mga/style-fix-file_format-macos | Rémi Verschelde | |
Fix code format scripts compat with non-GNU Unices | |||
2020-07-27 | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde | |
It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces. | |||
2020-07-27 | Merge pull request #40749 from madmiraal/fix-9097 | Rémi Verschelde | |
Clarify the difference between contacts and collisions. | |||
2020-07-27 | Clarify the difference between contacts and collisions. | Marcel Admiraal | |
2020-07-27 | Merge pull request #40743 from Calinou/doc-object-vs-reference | Rémi Verschelde | |
Improve the Object, Reference and Resource class documentations | |||
2020-07-27 | Improve the Object, Reference and Resource class documentations | Hugo Locurcio | |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp | |
Depending on the device implementation, editor actions could be received with different action ids or not at all for multi-line. Added a parameter to virtual keyboards to properly handle single-line and multi-line cases in all situations. Single-line: Input type set to text without multiline to make sure actions are sent. IME options are set to DONE action to force action id consistency. Multi-line: Input type set to text and multiline to make sure enter triggers new lines. Actions are disabled by the multiline flag, so '\n' characters are handled in text changed callbacks. | |||
2020-07-26 | Merge pull request #40442 from Calinou/doc-tile-get-shapes | Rémi Verschelde | |
Document an example dictionary returned by `TileSet.tile_get_shapes()` | |||
2020-07-25 | Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals | Rémi Verschelde | |
Docs: Ignore OS specific values (constants, project settings, properties) | |||
2020-07-23 | Add multiple programming language support to class reference | HaSa1002 | |
2020-07-23 | Merge pull request #40605 from QbieShay/spring-arm-doc-fix | Rémi Verschelde | |
fixed documentation for get_hit_length of spring arm 3D |