Commit Graph
5411 Commits
Author SHA1 Message Date
Max Hilbrunner 3e8281b723 Merge pull request #5315 from madmiraal/update-jdk-version
Update Exporting for Android JDK version specification
2021-10-10 16:47:32 +02:00
Marcel Admiraal c0acf16cde Update Exporting for Android JDK version specification 2021-10-10 09:07:17 +01:00
Sean Wall 82e963b048 Update text concerning collision objects (#5307)
* Update text explaining collision shapes

Updated the text to give additional context about why collision shapes are the exception and not the norm.

Resolves #5305
2021-10-09 22:41:37 +02:00
Max Hilbrunner d0b25407b8 Merge pull request #5312 from madmiraal/update-jdk-version
Update Compiling for Android JDK version specification
2021-10-09 22:30:01 +02:00
Max Hilbrunner a98d8df670 Merge pull request #5311 from Calinou/doc-thread-safe-rendering
Document thread-safe rendering caveats
2021-10-09 22:28:11 +02:00
Marcel Admiraal 6c08a1b55b Update Compiling for Android JDK version specification 2021-10-09 15:12:59 +01:00
Hugo Locurcio 61d52c3c5b Document thread-safe rendering caveats 2021-10-09 11:22:21 +02:00
Scott ec8d40cb85 Fix variable casing for class load() in GDScript basics (#5309) 2021-10-09 08:30:04 +02:00
Rémi Verschelde 8be3001fcc Merge pull request #5289 from zacryol/notification_input 2021-10-08 08:44:18 +02:00
Rémi Verschelde dfa4dafcd0 Merge pull request #5236 from Calinou/release-policy-latest-patch-support-only 2021-10-08 08:43:02 +02:00
Matthew 74e3ae195c Document exporting glTF files from Godot (#5165) 2021-10-08 08:41:36 +02:00
Rémi Verschelde fddac682ca Merge pull request #5304 from DeeJayLSP/patch-3 2021-10-08 08:35:42 +02:00
DeeJayLSP 24d580f858 Node Alternatives: Update Reference to RefCounted
Every "Reference" that is supposed to mean RefCounted renamed properly.
2021-10-08 01:13:42 -03:00
Rémi Verschelde 9a05eef561 4.0: Convert Sprite references to Sprite2D
Some screenshots will need to be updated so that the scene structures shown
in screenshot fit what the code blocks are referring to.
2021-10-06 14:29:55 +02:00
Rémi Verschelde 15f78ae0b9 classref: Update links to documentation pages after reorganization 2021-10-06 13:51:49 +02:00
Rémi Verschelde f6f6c1bf19 classref: Sync with latest 4.0-dev 2021-10-06 11:19:07 +02:00
Rémi Verschelde 6952796767 CI: Temporarily disable treating warnings as errors 2021-10-06 11:19:02 +02:00
Umut Seven ad45ef9288 Add missing period in 2D lights and shadows (#5299) 2021-10-06 00:45:22 +02:00
Max Hilbrunner 6fda359955 Merge pull request #5288 from katecoded/patch-1
Fix grammar issue in "Ways to contribute" page
2021-10-05 14:25:37 +02:00
Lucida Dragon 062aa06eec Fix typo in WebSocket tutorial (#5296) 2021-10-04 01:40:12 +02:00
zacryol f4c9114313 Remove reference to non-existing NOTIFICATION constants. 2021-10-01 12:37:32 -06:00
Kate cc734be113 Fix grammar issue in "Ways to contribute" page
In the section "Filing an issue on GitHub", the subsection "How to reproduce the bug" says "Even if you think that the issue is trivial to reproduce, adding a minimal project that lets reproduce it is a big added value." which is missing a word. Changing it to "...lets everyone reproduce it..." fixes the grammatical error.
2021-09-30 16:37:11 -07:00
Michael Alexsander 827812526b Fix wrong comment syntax for C# in "Exporting packs" page (#5287) 2021-09-30 18:04:32 +02:00
Max Hilbrunner abb52d197b Merge pull request #5271 from Calinou/add-smoothstep-ease-classref-images
Add cheatsheet and comparison image for `ease()` and `smoothstep()`
2021-09-30 12:23:10 +02:00
Max Hilbrunner 0269a32944 Merge pull request #5278 from gelvinp/fix-lrp-error-check-master
Add example of error handling with load_resource_pack
2021-09-30 12:20:42 +02:00
Rémi Verschelde 05ed919228 Merge pull request #5266 from akien-mga/gdscript-no-exp_range 2021-09-29 13:33:45 +02:00
Hugo Locurcio 31033b212b Fix void typed function code sample in GDScript basics 2021-09-25 19:49:24 +02:00
Patrick Gelvin 7dbe3e1428 Add example of error handling with load_resource_pack 2021-09-22 14:52:10 -07:00
Hugo Locurcio aff48371b2 Add cheatsheet and comparison image for ease() and smoothstep()
These images are used in the class reference.
2021-09-20 16:03:05 +02:00
nightblade9andHugo Locurcio 1b80cf29c1 Add more porting providers to Console support in Godot (#5267)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-09-20 15:56:25 +02:00
Rémi Verschelde f39354b7f8 GDScript: Remove reference to @export_exp_range
Cf. #52800.
2021-09-17 23:00:38 +02:00
Max Hilbrunner af78a911cc Merge pull request #5261 from pycbouh/bbcodes-reorganization
Reorganize and update the "BBCode in RichTextLabel" article
2021-09-17 01:40:07 +02:00
Yuri Sizov 4f67dc3cac Reorganize and update the "BBCode in RichTextLabel" article 2021-09-16 03:52:07 +03:00
Hugo Locurcio cbd537b3f6 Document that only the latest patch release in each series receives support 2021-09-16 02:23:39 +02:00
Max Hilbrunner 54644d4754 Merge pull request #5246 from Calinou/bbcode-in-richtextlabel-url-handling
Document how to handle clicked `[url]` tags in RichTextLabel
2021-09-16 00:35:33 +02:00
Max Hilbrunner 64ddea7e9d Merge pull request #5241 from nsrCodes/patch-1
Use only right-click to remove tile from gridmap
2021-09-16 00:28:32 +02:00
Max Hilbrunner 63a26da749 Merge pull request #5240 from Calinou/cpp-guidelines-3.x-restrictions
Document C++ usage guideline restrictions for `3.x` pull requests
2021-09-16 00:26:53 +02:00
ThreeRhinosInAnElephantCostume f581264b70 Document a workaround for testing scripts without test() (#5257) 2021-09-16 00:24:12 +02:00
Yuri Sizov f057ffdd92 Merge pull request #5235 from Calinou/release-policy-3.4-q4
Change estimated release date for Godot 3.4 and Godot 4.0
2021-09-15 21:26:30 +03:00
Hugo Locurcio 8d66359adc Change estimated release date for Godot 3.4 and Godot 4.0
Godot 3.4 will most likely be released in October 2021 since it
didn't reach RC stage yet (it's at beta 4 right now).

Godot 4.0 hasn't had an alpha released yet, so it won't release in
2021 by now. The first half of 2022 is a more likely estimate.
2021-09-15 19:58:46 +02:00
MeSnek 137dec13b4 Fixed typo "bitmaks" -> "bitmask" in Using TileMaps (#5255) 2021-09-14 17:55:40 +02:00
Aaron Franke 5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Max Hilbrunner 3cc427e436 Merge pull request #5238 from ThreeRhinosInAnElephantCostume/patch-2
Document a workaround for testing scripts without `test()`
2021-09-13 23:18:32 +02:00
Max Hilbrunner 6fe3279246 Merge pull request #5247 from Calinou/bbcode-in-richtextlabel-rgba-color
Update BBCode in RichTextLabel `[color]` for RGBA color change
2021-09-13 22:41:00 +02:00
Aaron Franke 4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Hugo Locurcio 2fe36082ec Document how to handle clicked [url] tags in RichTextLabel 2021-09-13 02:00:58 +02:00
Hugo Locurcio 78fe1e13c2 Update BBCode in RichTextLabel [color] for RGBA color change
Color codes are now RGBA instead of ARGB in Godot 4.0.
2021-09-13 01:59:15 +02:00
Navdeep Singh Rathore 63d2c527d8 Improve GridMaps tutorial and correct editor shortcuts 2021-09-13 00:47:53 +05:30
Hugo Locurcio a28fd8ad06 Document C++ usage guideline restrictions for 3.x pull requests 2021-09-12 18:24:24 +02:00
Max Hilbrunner 9ad3eaec1e Merge pull request #5237 from Calinou/cpp-usage-guidelines-allow-for-range-loops
Remove outdated guideline about `for` range loops being forbidden
2021-09-12 15:49:00 +02:00