Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | doc: Sync classref with current source | Rémi Verschelde | |
2019-12-16 | Merge pull request #34269 from KoBeWi/scrolling_peeps | Rémi Verschelde | |
Scroll ScrollContainer to focused children | |||
2019-12-16 | Merge pull request #34372 from KoBeWi/how_to_graphnode | Rémi Verschelde | |
Mention how to add slots to GraphNode | |||
2019-12-15 | Mention how to add slots to GraphNode | Tomasz Chabora | |
2019-12-15 | Document that translated does not behave like rotated or scaled | Aaron Franke | |
2019-12-14 | Merge pull request #33910 from Faless/net/android_mlock | Rémi Verschelde | |
Acquire MulticastLock on Android when using broadcast/multicast | |||
2019-12-14 | Add Android NetSocket implementation. | Fabio Alessandrelli | |
Automatically acquire and release multicast lock when needed. | |||
2019-12-14 | UDP sockets broadcast is now disabled by default. | Fabio Alessandrelli | |
Add method `set_broadcast_enabled` to allow enabling broadcast via GDScript. | |||
2019-12-14 | Merge pull request #34272 from MissKraya/34258-fix | Rémi Verschelde | |
Fix for #34258 and added get_zoom_hbox() documentation. | |||
2019-12-14 | Updated get_zoom_hbox() documentation. | Hannah Crawford | |
2019-12-13 | Clarifying how float(String from) parses partially invalid strings | Danilo Costa Viana | |
Update the description of this method to be in line with [code]int int(String from)[/code] in regards to how it deals with a completely invalid parameter and a partially invalid parameter. | |||
2019-12-13 | Merge pull request #34229 from NoFr1ends/fix-home-indicator-ios | Rémi Verschelde | |
Allow to change the home indicator behaviour on iOS | |||
2019-12-13 | Add project setting to hide home indicator on iOS | Jonas Bernemann | |
On iOS devices without a physical home button iOS shows a home indicator instead. This is often in the way of the UI or the game. Added a project setting to disable hidden home indicator. The default value is to hide the home indicator | |||
2019-12-13 | doc: Sync classref with current source | Rémi Verschelde | |
Also apply clang-format. | |||
2019-12-13 | Merge pull request #34189 from aaronfranke/mesh-aabb | Rémi Verschelde | |
Expose Mesh get_aabb | |||
2019-12-12 | Merge pull request #34309 from Muller-Castro/VarDeclFix | Rémi Verschelde | |
Fixed HTTPClient.xml:115 and 121 variant declaration | |||
2019-12-12 | Fixed HTTPClient.xml:115 and 121 variant declaration | Muller-Castro | |
2019-12-12 | CharFXTransform: Drop unnecessary get_value_or() | Rémi Verschelde | |
See https://github.com/godotengine/godot/pull/23658#issuecomment-562706669 The method was implemented back when Dictionary.get(key, default) did not exist, but now that it does we do not need a custom method in CharFXTransform. It's a new feature in 3.2, so does not break compat with 3.1.x. | |||
2019-12-11 | Scroll ScrollContainer to focused children | Tomasz Chabora | |
2019-12-11 | Expose Mesh get_aabb | Aaron Franke | |
2019-12-10 | Merge pull request #34222 from Calinou/doc-collisionshapes | Rémi Verschelde | |
Improve the Shape/Shape2D classes documentation | |||
2019-12-10 | Improve the Shape/Shape2D classes documentation | Hugo Locurcio | |
2019-12-09 | Document the KinematicBody axis lock methods | Hugo Locurcio | |
2019-12-09 | Merge pull request #34164 from Calinou/pckpacker-optional-args | Rémi Verschelde | |
Make some arguments in PCKPacker methods optional | |||
2019-12-07 | Make some arguments in PCKPacker methods optional | Hugo Locurcio | |
Those arguments aren't required for most common use cases, so making them optional should help with code readability. | |||
2019-12-07 | Improve the PCKPacker class documentation | Hugo Locurcio | |
2019-12-07 | Merge pull request #34160 from Calinou/add-makerst-git-hook | Rémi Verschelde | |
Add a pre-commit hook to check the class reference syntax | |||
2019-12-07 | Merge pull request #34159 from akien-mga/doc-enums-constants | Rémi Verschelde | |
doc: Markup fixes for enums and constants | |||
2019-12-07 | Merge pull request #34086 from Calinou/doc-improve-stylebox | Rémi Verschelde | |
Improve the StyleBox class documentations | |||
2019-12-06 | Add a pre-commit hook to check the class reference syntax | Hugo Locurcio | |
This also makes documentation helper scripts executable. | |||
2019-12-06 | Improve the StyleBox class documentations | Hugo Locurcio | |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde | |
2019-12-06 | Document RichTextEffect and CharFXTransform | Hugo Locurcio | |
2019-12-06 | Merge pull request #34128 from akien-mga/doc-animplayer-play-stop | Rémi Verschelde | |
doc: Fix and clarify AnimationPlayer play and stop descriptions | |||
2019-12-06 | Merge pull request #34132 from flyingpimonster/arvr-docs | Rémi Verschelde | |
Docs: ARVRController and ARVRInterface | |||
2019-12-05 | Docs: ARVRController and ARVRInterface | James Westman | |
This commit clarifies a few methods and members in the AR/VR docs. It also updates some wording according to the style guide and fixes a couple typos. | |||
2019-12-05 | doc: Fix and clarify AnimationPlayer play and stop descriptions | Rémi Verschelde | |
Closes #34125. | |||
2019-12-05 | Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfix | Rémi Verschelde | |
Added Missing Binding for `multimesh_create` to VisualServer | |||
2019-12-04 | Added method binding for `multimesh_create` that was missing from ↵ | Eoin O'Neill | |
VisualServer class. | |||
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack | |
2019-12-04 | Travis CI: Run `makerst.py` to check for documentation errors | Hugo Locurcio | |
2019-12-03 | [ci skip] OS class documentations, adds platform compatibility notes. | bruvzg | |
2019-12-03 | doc: Fix markup errors | Rémi Verschelde | |
2019-12-03 | Merge pull request #34077 from Calinou/doc-improve-dynamicfont | Rémi Verschelde | |
Improve the DynamicFont class documentation | |||
2019-12-03 | Merge pull request #34076 from Calinou/doc-listener | Rémi Verschelde | |
Add documentation for the Listener class | |||
2019-12-03 | Improve the DynamicFont class documentation | Hugo Locurcio | |