Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | |
Add an `OS.is_window_focused()` getter | |||
2020-01-06 | Merge pull request #34848 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Finish documenting VisualServer | |||
2020-01-05 | Finish documenting VisualServer | clayjohn | |
2020-01-06 | Merge pull request #34847 from YeldhamDev/splitcontainer_tabs_docs | Rémi Verschelde | |
Complete the SplitContainer and Tabs documentations | |||
2020-01-06 | Merge pull request #34852 from timothyqiu/rtl-doc | Rémi Verschelde | |
Completes the RichTextLabel documentation | |||
2020-01-06 | Merge pull request #32126 from Calinou/expose-video-adapter-name-vendor | Rémi Verschelde | |
Add VisualServer methods to get the video adapter name and vendor | |||
2020-01-06 | Completes the RichTextLabel documentation | Haoyu Qiu | |
2020-01-06 | Add VisualServer methods to get the video adapter name and vendor | Hugo Locurcio | |
These methods can be used in scripts to retrieve the OpenGL `GL_RENDERER` and `GL_VENDOR` strings (respectively). This closes #28404. | |||
2020-01-05 | Complete the SplitContainer and Tabs documentations | Michael Alexsander | |
2020-01-05 | Merge pull request #34833 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Document most VisualServer functions | |||
2020-01-05 | Document most VisualServer functions | clayjohn | |
2020-01-05 | Merge pull request #34812 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Updated many VisualServer functions | |||
2020-01-04 | Updated many VisualServer functions | clayjohn | |
2020-01-05 | Merge pull request #34820 from timothyqiu/doc-tree | Rémi Verschelde | |
Improves Tree documentation | |||
2020-01-04 | Document the return value of `Object.get()` with a nonexistent property | Hugo Locurcio | |
2020-01-04 | Improves Tree documentation | Haoyu Qiu | |
2020-01-03 | Document TabContainer's "use_hidden_tabs_for_min_size" | Michael Alexsander | |
2020-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-03 | Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix | Rémi Verschelde | |
Fixed antialiasing option for Polygon2D with concave/hollow shapes | |||
2020-01-03 | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio | |
This reduces the amount of code required to exit a process with a non-zero exit code. This pattern is also found in most other programming languages. | |||
2020-01-03 | Merge pull request #34747 from rcorre/add_child_owner | Rémi Verschelde | |
Add note about add_child and owner. | |||
2020-01-02 | Add note about add_child and owner. | Ryan Roden-Corrent | |
Resolves #34739. | |||
2020-01-02 | Merge pull request #34736 from cbscribe/kcc_doc_fixes | Rémi Verschelde | |
[DOCS] Class reference typos and fixes. | |||
2020-01-02 | [DOCS] Class reference typos and fixes. | Chris Bradfield | |
2020-01-02 | Allows to doc vararg method return type as void | Haoyu Qiu | |
2020-01-01 | Fixed antialiasing option for Polygon2D | PouleyKetchoupp | |
Some cases were not handled properly for Polygon2D after making changes in common code to fix Line2D antialiasing. Added an option for drawing polygons to differentiate the two use cases. Fixes #34568 | |||
2019-12-31 | Improves ItemList | Haoyu Qiu | |
* Adds range hint for integer properties * Adds missing descriptions in documentation * Updates some method descriptions to match the actual behavior * Fixes second param name of `set_item_icon_transposed` from `rect` to `transposed` | |||
2019-12-30 | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | |
Make new ScrollContainer focus behavior optional | |||
2019-12-30 | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-id | Rémi Verschelde | |
Document how to distinguish emulated mouse events from physical ones | |||
2019-12-30 | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docs | Rémi Verschelde | |
shadow_item_cull_mask should reference light mask | |||
2019-12-30 | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warning | Rémi Verschelde | |
Print a warning message if `OS.exit_code` is set to a non-portable value | |||
2019-12-30 | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixes | Rémi Verschelde | |
[Docs] Description updates for Node2D & Object | |||
2019-12-30 | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs | Rémi Verschelde | |
add area_shape_entered usage | |||
2019-12-30 | Make new ScrollContainer focus behavior optional | Tomasz Chabora | |
2019-12-30 | Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_doc | Rémi Verschelde | |
add AngelCode format in BitmapFont doc's description | |||
2019-12-30 | Merge pull request #34593 from Calinou/doc-httprequest-json-example | Rémi Verschelde | |
Add an example of using HTTPRequest to contact a REST API | |||
2019-12-30 | Merge pull request #34590 from willnationsdev/kc | Rémi Verschelde | |
Fix KinematicCollision docs mislabeling an ObjectID as an RID. | |||
2019-12-30 | Merge pull request #34576 from rcorre/imgeo-coords | Rémi Verschelde | |
Clarify ImmediateGeometry.add_vertex. | |||
2019-12-30 | Merge pull request #34571 from rcorre/array_returns | Rémi Verschelde | |
Be more specific about array return values. | |||
2019-12-30 | Document how to distinguish emulated mouse events from physical ones | Hugo Locurcio | |
Mouse events emulated from a touchscreen will always have a device ID of -1. | |||
2019-12-29 | shadow_item_cull_mask should reference light mask | Fabian Keller | |
2019-12-29 | Print a warning message if `OS.exit_code` is set to a non-portable value | Hugo Locurcio | |
This also improves the related documentation. | |||
2019-12-26 | [Docs] Description updates for Node2D & Object | Chris Bradfield | |
2019-12-26 | add area_shape_entered usage | Lakshay Angrish | |
2019-12-26 | add AngelCode format in BitmapFont doc's description | Lakshay Angrish | |
2019-12-24 | Add an example of using HTTPRequest to contact a REST API | Hugo Locurcio | |
We already had an example to download and display an image, but having another example dedicated to REST APIs doesn't hurt. | |||
2019-12-24 | Fix KinematicCollision docs mislabeling an ObjectID as an RID. | willnationsdev | |
2019-12-23 | Clarify ImmediateGeometry.add_vertex. | Ryan Roden-Corrent | |
It isn't obvious whether you should add vertices in global coordinates, or local to the ImmediateGeometry Node. | |||
2019-12-22 | Be more specific about array return values. | Ryan Roden-Corrent | |
The prior docs weren't clear if {pop_,}{front,back} would fail or return `null` on an empty array. | |||
2019-12-22 | Merge pull request #34090 from Calinou/doc-improve-basis | Rémi Verschelde | |
Improve the Basis class documentation |