| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 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 | |||||
| | * | | | | | | | Mention how to add slots to GraphNode | Tomasz Chabora | 2019-12-15 | 1 | -0/+7 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Document that translated does not behave like rotated or scaled | Aaron Franke | 2019-12-15 | 2 | -7/+9 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #33910 from Faless/net/android_mlock | Rémi Verschelde | 2019-12-14 | 1 | -0/+12 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Acquire MulticastLock on Android when using broadcast/multicast | |||||
| | * | | | | | | Add Android NetSocket implementation. | Fabio Alessandrelli | 2019-12-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically acquire and release multicast lock when needed. | |||||
| | * | | | | | | UDP sockets broadcast is now disabled by default. | Fabio Alessandrelli | 2019-12-14 | 1 | -0/+10 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add method `set_broadcast_enabled` to allow enabling broadcast via GDScript. | |||||
| * | | | | | | Merge pull request #34272 from MissKraya/34258-fix | Rémi Verschelde | 2019-12-14 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix for #34258 and added get_zoom_hbox() documentation. | |||||
| | * | | | | | | Updated get_zoom_hbox() documentation. | Hannah Crawford | 2019-12-14 | 1 | -0/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Clarifying how float(String from) parses partially invalid strings | Danilo Costa Viana | 2019-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #34229 from NoFr1ends/fix-home-indicator-ios | Rémi Verschelde | 2019-12-13 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow to change the home indicator behaviour on iOS | |||||
| | * | | | | | | Add project setting to hide home indicator on iOS | Jonas Bernemann | 2019-12-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | | | | doc: Sync classref with current source | Rémi Verschelde | 2019-12-13 | 2 | -12/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also apply clang-format. | |||||
| * | | | | | | | Merge pull request #34189 from aaronfranke/mesh-aabb | Rémi Verschelde | 2019-12-13 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose Mesh get_aabb | |||||
| | * | | | | | | | Expose Mesh get_aabb | Aaron Franke | 2019-12-11 | 1 | -0/+8 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #34309 from Muller-Castro/VarDeclFix | Rémi Verschelde | 2019-12-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed HTTPClient.xml:115 and 121 variant declaration | |||||
| | * | | | | | | | Fixed HTTPClient.xml:115 and 121 variant declaration | Muller-Castro | 2019-12-12 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * / / / / / / | CharFXTransform: Drop unnecessary get_value_or() | Rémi Verschelde | 2019-12-12 | 2 | -12/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #34222 from Calinou/doc-collisionshapes | Rémi Verschelde | 2019-12-10 | 8 | -6/+37 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Improve the Shape/Shape2D classes documentation | |||||
| | * | | | | | Improve the Shape/Shape2D classes documentation | Hugo Locurcio | 2019-12-10 | 8 | -6/+37 | |
| | | | | | | | ||||||
| * | | | | | | Document the KinematicBody axis lock methods | Hugo Locurcio | 2019-12-09 | 1 | -0/+2 | |
| |/ / / / / | ||||||
