Commit Graph

8897 Commits

Author SHA1 Message Date
Matthew
74c0b5a411 Merge pull request #9311 from BastiaanOlij/update_ar_passthrough
Update the passthrough documentation to reflect the changes in Godot 4.3
2024-06-03 18:15:52 -04:00
Matthew
1686547ccb Merge pull request #9448 from VitalyAnkh/patch-1
Remove duplicate words in `getting_started/first_2d_game`
2024-06-02 22:15:28 -04:00
VitalyR
d5c54b9f47 Remove duplicate words in getting_started/first_2d_game 2024-06-02 16:41:38 +08:00
Max Hilbrunner
25be97d4e1 Merge pull request #9441 from godotengine/classref/sync-705b7a0
classref: Sync with current master branch (705b7a0)
2024-05-31 15:55:33 +02:00
Godot Organization
eacfba2716 classref: Sync with current master branch (705b7a0) 2024-05-31 13:54:35 +00:00
Max Hilbrunner
32f1b6ea48 Merge pull request #9440 from Calinou/ci-fix-codespell
Fix false positives in codespell CI and fix reported typos
2024-05-31 15:53:19 +02:00
Hugo Locurcio
06bd5b3ccb Fix false positives in codespell CI and fix reported typos
- Don't install codespell when building offline docs
  as it's not needed in that workflow.
2024-05-31 10:58:12 +02:00
Matthew
6e6b257801 Merge pull request #9438 from aGuyWhoMadeGames/Your-first-3d-game-tutorial-fixes
change shrink to enlarge in "Your first 3D game" tutorial
2024-05-30 20:45:02 -04:00
aGuyWhoMadeGames
a4606200bb change shrink to enlarge in "Your first 3D game" tutorial 2024-05-30 15:28:36 -05:00
Max Hilbrunner
0a8bd35fcd Merge pull request #9435 from Calinou/gdscript-style-guide-dictionary-enum
Tweak guidelines on dictionary and enum formatting in GDScript style guide
2024-05-30 17:32:06 +02:00
Max Hilbrunner
f3efea57a0 Merge pull request #9404 from raulsntos/using-navigation-servers
Add C# code to "Using NavigationServer"
2024-05-30 17:31:29 +02:00
Max Hilbrunner
b5b5d74dc4 Merge pull request #9405 from godotengine/dependabot/pip/_tools/redirects/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0 in /_tools/redirects
2024-05-30 17:30:57 +02:00
Max Hilbrunner
686c4aa236 Merge pull request #9425 from aaronfranke/compile-android-doc
Improve Compiling for Android and Compiling for iOS docs
2024-05-30 17:29:08 +02:00
Max Hilbrunner
ab67eb8437 Merge pull request #9324 from rburing/css_self_links
Style self-links to make them appear only on hover
2024-05-30 17:02:00 +02:00
Bastiaan Olij
17f7f17f3c Update the passthrough documentation to reflect the changes in Godot 4.3 2024-05-30 12:52:18 +10:00
Matthew
13d4bce74b Merge pull request #9436 from Bamarin/patch-2
Typo: Losses -> Lossless
2024-05-29 18:51:21 -04:00
Matthew
02cef7afb2 Merge pull request #9432 from Bamarin/master
First 3D Game update input-action screenshot to 4.2
2024-05-29 18:20:39 -04:00
Bamarin [IT]
b702b8794a Fix typo 2024-05-29 19:12:55 +02:00
Bamarin [IT]
8853a6af08 updated image reference 2024-05-29 18:46:11 +02:00
Bamarin [IT]
6d5e0f0ea9 convert screenshot to webp 2024-05-29 18:40:09 +02:00
Hugo Locurcio
71cdbdd055 Tweak guidelines on dictionary and enum formatting in GDScript style guide
- Recommend writing each enum item on its own line, similar to C++.
- Recommend using spaces around inline dictionary declarations
  to make them easier to distinguish from arrays (due to similar-looking
  `[]` and `{}` characters in most fonts). This is commonly found
  in Python or JavaScript style guides.
2024-05-29 17:52:29 +02:00
Bamarin [IT]
cb513c83ef update input-action screenshot to 4.2 2024-05-29 14:52:33 +02:00
A Thousand Ships
f5bc8b1b9f Merge pull request #9431 from KitzuGG/master
Fix (C#) Dictionaries in the Scripting/Resources section
2024-05-29 01:27:03 -09:00
Aaron Franke
1a7fd1ea5f Improve Compiling for iOS docs: Mention how to set up Xcode 2024-05-29 00:17:25 -07:00
Aaron Franke
e3297dd7cd Improve Compiling for Android docs: Homebrew, GDExtension, terminal 2024-05-29 00:17:25 -07:00
Kitzu
d884e3ef07 Correction on usage of Dictionaries in C# as it should be 'Godot.Collections.Dictionary<>' 2024-05-28 21:20:26 +02:00
Max Hilbrunner
4f1dbbc233 Merge pull request #9429 from AThousandShips/translated_fix
Fix mixup between `translated` and `translated_local`
2024-05-28 07:23:49 +02:00
A Thousand Ships
afb22f1bb7 Fix mixup between translated and translated_local 2024-05-27 21:43:52 +02:00
A Thousand Ships
1c485f93d4 Merge pull request #9417 from godotengine/classref/sync-b7feebe
classref: Sync with current master branch (b7feebe)
2024-05-25 03:15:16 -09:00
Godot Organization
f95c1a2b4e classref: Sync with current master branch (b7feebe) 2024-05-25 03:20:46 +00:00
Rémi Verschelde
65ad2cf016 Merge pull request #9414 from AThousandShips/fix_spellcheck
Add `thirdparty` as linter exception
2024-05-24 15:51:41 +02:00
A Thousand Ships
535915b228 Add thirdparty as linter exception
Fails on paths in the engine repo etc.
2024-05-24 15:11:47 +02:00
dependabot[bot]
2791979625 ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 06:27:21 +00:00
Raul Santos
3a23253734 Add C# code to "Using NavigationServer" 2024-05-21 05:10:29 +02:00
Max Hilbrunner
eb104c0d39 Merge pull request #9401 from skyace65/HardLimiter
Document HardLimiter audio bus effect
2024-05-21 00:13:08 +02:00
skyace65
6122e640c7 Document HardLimiter bus effect 2024-05-19 22:27:13 -04:00
Max Hilbrunner
83a98d85fb Merge pull request #9393 from godotengine/classref/sync-bd2300d
classref: Sync with current master branch (bd2300d)
2024-05-18 22:06:09 +02:00
Godot Organization
530089d14d classref: Sync with current master branch (bd2300d) 2024-05-18 03:20:15 +00:00
Max Hilbrunner
abda5a1cfa Merge pull request #9354 from Nitwel/patch-1
Entering transparent pipeline when reading ALPHA
2024-05-18 02:50:24 +02:00
Max Hilbrunner
0af7b29515 Merge pull request #9389 from alexey-pkv/navigation-tutorial-typo-fix
Fix typo in Using NavigationServer tutorial page
2024-05-17 14:49:43 +02:00
Rémi Verschelde
4b4d807182 Merge pull request #9390 from akien-mga/compiling-scons-3.1.2-gcc-9
Compiling: Min versions are now SCons 3.1.2 and GCC 9
2024-05-17 13:08:23 +02:00
Rémi Verschelde
55f6c52037 Compiling: Min versions are now SCons 3.1.2 and GCC 9 2024-05-17 11:24:51 +02:00
Alexey Puchkov
8a9780670b Fix typo in Using NavigationServer tutorial page 2024-05-17 08:27:34 +03:00
Matthew
881b736a6f Merge pull request #9371 from m4gr3d/update_android_documentation_for_4_3
Update the Android documentation for Godot 4.3
2024-05-15 18:50:00 -04:00
A Thousand Ships
547d7010ac Merge pull request #9352 from jsjtxietian/shader-position
Mention that user is responsible for POSITION value when it's written to anywhere in the shader
2024-05-15 10:21:14 -09:00
Fredia Huya-Kouadio
91a4273b2c Update the Android documentation for Godot 4.3 2024-05-14 23:32:45 -07:00
jsjtxietian
f6ddd71040 Mention that user is responsible for POSITION value when it's written to anywhere in the shader 2024-05-14 11:46:41 +08:00
Matthew
7e67f8ca32 Merge pull request #8834 from Abdullah-Ajeebi/patch-1
Update c_sharp_signals.rst
2024-05-13 21:15:25 -04:00
Matthew
28d1968ec1 Merge pull request #9010 from jsjtxietian/patch-5
Mention the comment (ignorable) column function in translation csv
2024-05-13 21:13:32 -04:00
Matthew
0c78d9f5f5 Merge pull request #9322 from Charl-pena/patch-1
Update 2d_sprite_animation.rst
2024-05-13 20:49:53 -04:00