Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-12-22 | Improve the Basis class documentation | Hugo Locurcio | |
2019-12-22 | Fix the Node `process_priority` description to match actual behavior | Hugo Locurcio | |
This closes #34531. | |||
2019-12-22 | Merge pull request #34400 from alexchond/alexchon | Rémi Verschelde | |
Document DUPLICATE_USE_INSTANCING #2770 | |||
2019-12-22 | Merge pull request #34413 from Zacxalot/vehiclewheel-tooltip | Rémi Verschelde | |
Update VehicleWheel.xml | |||
2019-12-21 | Merge pull request #34498 from KoBeWi/bad_idea | Rémi Verschelde | |
Mention that bbcode_text += string is a bad idea | |||
2019-12-21 | Mention that bbcode_text += string is a bad idea | Tomasz Chabora | |
2019-12-21 | Mention how to handle cancel in ConfirmationDialog | Tomasz Chabora | |
2019-12-20 | Merge pull request #34357 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Updated docs for many VisualServer methods | |||
2019-12-19 | Updated docs for many VisualServer methods | clayjohn | |
2019-12-19 | DUPlICATE_USING_INSTANCE documentation update | alexchond | |
2019-12-18 | Updates docs of AABB and Plane | Haoyu Qiu | |
2019-12-18 | Merge pull request #34412 from flyingpimonster/docs-optionbutton | Rémi Verschelde | |
Docs: OptionButton | |||
2019-12-17 | Update VehicleWheel.xml | Zacxalot | |
VehicleWheels roll influence values in the tool tip were the wron way round. | |||
2019-12-17 | Docs: OptionButton | James Westman | |
Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2019-12-17 | Improve the `KEY_MASK_CMD` documentation | Hugo Locurcio | |
2019-12-17 | Document DUPLICATE_USE_INSTANCING #2770 | alexchond | |
2019-12-17 | doc: Sync classref with current source | Rémi Verschelde | |