| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio | 2020-01-03 | 2 | -1/+4 |
| | | | | | | | 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. | ||||
| * | Merge pull request #34747 from rcorre/add_child_owner | Rémi Verschelde | 2020-01-03 | 1 | -0/+1 |
| |\ | | | | | Add note about add_child and owner. | ||||
| | * | Add note about add_child and owner. | Ryan Roden-Corrent | 2020-01-02 | 1 | -0/+1 |
| | | | | | | | | | Resolves #34739. | ||||
| * | | Merge pull request #34736 from cbscribe/kcc_doc_fixes | Rémi Verschelde | 2020-01-02 | 7 | -10/+10 |
| |\ \ | | | | | | | [DOCS] Class reference typos and fixes. | ||||
| | * | | [DOCS] Class reference typos and fixes. | Chris Bradfield | 2020-01-02 | 7 | -10/+10 |
| | | | | |||||
| * | | | Allows to doc vararg method return type as void | Haoyu Qiu | 2020-01-02 | 2 | -5/+5 |
| | |/ |/| | |||||
| * | | Improves ItemList | Haoyu Qiu | 2019-12-31 | 1 | -8/+23 |
| |/ | | | | | | | * 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` | ||||
| * | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | 2019-12-30 | 1 | -0/+3 |
| |\ | | | | | Make new ScrollContainer focus behavior optional | ||||
| | * | Make new ScrollContainer focus behavior optional | Tomasz Chabora | 2019-12-30 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-id | Rémi Verschelde | 2019-12-30 | 1 | -0/+1 |
| |\ \ | | | | | | | Document how to distinguish emulated mouse events from physical ones | ||||
| | * | | Document how to distinguish emulated mouse events from physical ones | Hugo Locurcio | 2019-12-30 | 1 | -0/+1 |
| | |/ | | | | | | | | | Mouse events emulated from a touchscreen will always have a device ID of -1. | ||||
| * | | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docs | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ | | | | | | | shadow_item_cull_mask should reference light mask | ||||
| | * | | shadow_item_cull_mask should reference light mask | Fabian Keller | 2019-12-29 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warning | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ | | | | | | | Print a warning message if `OS.exit_code` is set to a non-portable value | ||||
| | * | | Print a warning message if `OS.exit_code` is set to a non-portable value | Hugo Locurcio | 2019-12-29 | 1 | -1/+1 |
| | |/ | | | | | | | This also improves the related documentation. | ||||
| * | | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixes | Rémi Verschelde | 2019-12-30 | 2 | -2/+8 |
| |\ \ | | | | | | | [Docs] Description updates for Node2D & Object | ||||
| | * | | [Docs] Description updates for Node2D & Object | Chris Bradfield | 2019-12-26 | 2 | -2/+8 |
| | | | | |||||
| * | | | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs | Rémi Verschelde | 2019-12-30 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | add area_shape_entered usage | ||||
| | * | | | add area_shape_entered usage | Lakshay Angrish | 2019-12-26 | 2 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_doc | Rémi Verschelde | 2019-12-30 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | add AngelCode format in BitmapFont doc's description | ||||
| | * | | | add AngelCode format in BitmapFont doc's description | Lakshay Angrish | 2019-12-26 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #34593 from Calinou/doc-httprequest-json-example | Rémi Verschelde | 2019-12-30 | 1 | -0/+21 |
| |\ \ \ | | | | | | | | | Add an example of using HTTPRequest to contact a REST API | ||||
| | * | | | Add an example of using HTTPRequest to contact a REST API | Hugo Locurcio | 2019-12-24 | 1 | -0/+21 |
| | |/ / | | | | | | | | | | | | | We already had an example to download and display an image, but having another example dedicated to REST APIs doesn't hurt. | ||||
| * | | | Merge pull request #34590 from willnationsdev/kc | Rémi Verschelde | 2019-12-30 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | Fix KinematicCollision docs mislabeling an ObjectID as an RID. | ||||
| | * | | | Fix KinematicCollision docs mislabeling an ObjectID as an RID. | willnationsdev | 2019-12-24 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #34576 from rcorre/imgeo-coords | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Clarify ImmediateGeometry.add_vertex. | ||||
| | * | | | | Clarify ImmediateGeometry.add_vertex. | Ryan Roden-Corrent | 2019-12-23 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | | | | | It isn't obvious whether you should add vertices in global coordinates, or local to the ImmediateGeometry Node. | ||||
| * | | | | Merge pull request #34571 from rcorre/array_returns | Rémi Verschelde | 2019-12-30 | 1 | -4/+4 |
| |\ \ \ \ | |/ / / |/| | | | Be more specific about array return values. | ||||
| | * | | | Be more specific about array return values. | Ryan Roden-Corrent | 2019-12-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | The prior docs weren't clear if {pop_,}{front,back} would fail or return `null` on an empty array. | ||||
| * | | | | Merge pull request #34090 from Calinou/doc-improve-basis | Rémi Verschelde | 2019-12-22 | 1 | -2/+7 |
| |\ \ \ \ | |/ / / |/| | | | Improve the Basis class documentation | ||||
| | * | | | Improve the Basis class documentation | Hugo Locurcio | 2019-12-22 | 1 | -2/+7 |
| | | | | | |||||
| * | | | | Fix the Node `process_priority` description to match actual behavior | Hugo Locurcio | 2019-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This closes #34531. | ||||
| * | | | | Merge pull request #34400 from alexchond/alexchon | Rémi Verschelde | 2019-12-22 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | Document DUPLICATE_USE_INSTANCING #2770 | ||||
| | * | | | | DUPlICATE_USING_INSTANCE documentation update | alexchond | 2019-12-19 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Document DUPLICATE_USE_INSTANCING #2770 | alexchond | 2019-12-17 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #34413 from Zacxalot/vehiclewheel-tooltip | Rémi Verschelde | 2019-12-22 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Update VehicleWheel.xml | ||||
| | * | | | | | Update VehicleWheel.xml | Zacxalot | 2019-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | VehicleWheels roll influence values in the tool tip were the wron way round. | ||||
| * | | | | | | Merge pull request #34498 from KoBeWi/bad_idea | Rémi Verschelde | 2019-12-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Mention that bbcode_text += string is a bad idea | ||||
| | * | | | | | | Mention that bbcode_text += string is a bad idea | Tomasz Chabora | 2019-12-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Mention how to handle cancel in ConfirmationDialog | Tomasz Chabora | 2019-12-21 | 1 | -0/+4 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #34357 from clayjohn/DOCS-VisualServer | Rémi Verschelde | 2019-12-20 | 1 | -0/+51 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Updated docs for many VisualServer methods | ||||
| | * | | | | | | Updated docs for many VisualServer methods | clayjohn | 2019-12-19 | 1 | -0/+51 |
| | | | | | | | | |||||
| * | | | | | | | Updates docs of AABB and Plane | Haoyu Qiu | 2019-12-18 | 2 | -5/+10 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #34412 from flyingpimonster/docs-optionbutton | Rémi Verschelde | 2019-12-18 | 1 | -8/+17 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Docs: OptionButton | ||||
| | * | | | | | | Docs: OptionButton | James Westman | 2019-12-17 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> | ||||
| * | | | | | | | Improve the `KEY_MASK_CMD` documentation | Hugo Locurcio | 2019-12-17 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | / / / / | doc: Sync classref with current source | Rémi Verschelde | 2019-12-17 | 6 | -22/+28 |
| | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #34269 from KoBeWi/scrolling_peeps | Rémi Verschelde | 2019-12-16 | 1 | -0/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | Scroll ScrollContainer to focused children | ||||
| | * | | | | | Scroll ScrollContainer to focused children | Tomasz Chabora | 2019-12-11 | 1 | -0/+7 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #34372 from KoBeWi/how_to_graphnode | Rémi Verschelde | 2019-12-16 | 1 | -0/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Mention how to add slots to GraphNode | ||||
