Ayush Raj
2cbf133533
fixed issue 11090
2025-07-07 20:48:57 +00:00
Max Hilbrunner
2d9fbddd9e
Merge pull request #11052 from skyace65/CommandLineArgs
...
Update command line arguments to match master branch
2025-07-07 08:26:10 +02:00
Matthew
6aba1377a6
Merge pull request #11082 from Calinou/feature-tags-custom-features-editorexportplugin
...
Document unsupported custom feature tags in EditorExportPlugin in Feature tags
2025-07-06 18:43:17 -04:00
Max Hilbrunner
a5cf10abce
Merge pull request #11085 from godotengine/classref/sync-53be3b7
...
classref: Sync with current master branch (53be3b7)
2025-07-05 10:46:56 +02:00
Godot Organization
5e15d0f969
classref: Sync with current master branch (53be3b7)
2025-07-05 03:33:35 +00:00
Matthew
d438b93e7f
Merge pull request #11072 from bruvzg/pck_enc_android
...
Remove PCK encryption note for Android.
2025-07-04 21:52:24 -04:00
Hugo Locurcio
1584d94bed
Document unsupported custom feature tags in EditorExportPlugin in Feature tags
2025-07-04 17:02:20 +02:00
Max Hilbrunner
d9ecdc1a7d
Merge pull request #11080 from Calinou/internationalizing-games-break-iterator
...
Update ICU break iterator instructions in Internationalizing games
2025-07-04 11:39:38 +02:00
Max Hilbrunner
5d8eb98371
Merge pull request #11081 from Calinou/intro-buildsystem-fix-multithreading
...
Fix incorrect notice about multithreading in Introduction to the buildsystem
2025-07-04 11:38:26 +02:00
Matthew
6dedb3bae4
Merge pull request #11060 from simpkins/soft_body_lods
...
Add some notes about importing meshes for use with SoftBody3D
2025-07-03 20:48:20 -04:00
Matthew
4905083187
Merge pull request #11067 from simpkins/soft_body_3d
...
Use `SoftBody3D` consistently in the soft body tutorial
2025-07-03 20:48:01 -04:00
Matthew
33774e4cb9
Merge pull request #11074 from wkubiak/patch-1
...
Update Pineapple Works entry in consoles.rst
2025-07-03 20:47:33 -04:00
Hugo Locurcio
9981feea66
Update ICU break iterator instructions in Internationalizing games
2025-07-04 01:56:52 +02:00
Hugo Locurcio
8fdfc1ab1f
Fix incorrect notice about multithreading in Introduction to the buildsystem
...
- Use `-j12` in the example line to reflect the most popular
CPU core topology in Steam hardware survey as of writing
(6 cores/12 threads).
2025-07-03 23:37:48 +02:00
Wojtek Kubiak
de1dc96722
Update Pineapple Works entry in consoles.rst
...
- UWP got deprecated some time ago by Microsoft so having a GDK native port on Xbox is the only way of doing things now so we remove the GDK highlight next to Xbox platforms
- added Switch 2 and PlayStation 5 to our list of supported platforms
2025-07-02 13:51:01 +02:00
Pāvels Nadtočajevs
78a48f4d4e
Remove PCK encryption note for Android.
2025-07-01 20:44:02 +03:00
Matthew
0c9ce77560
Merge pull request #11068 from belzecue/belzecue-patch-250629-paraboloid
...
Fix typos: 'parabolid' -> 'paraboloid'
2025-06-29 07:08:58 -04:00
belzecue
071643bb7c
Fix typos: 'parabolid' -> 'paraboloid'
2025-06-29 12:54:50 +08:00
Matthew
e8be7dee33
Merge pull request #11066 from NeonMika/patch-1
...
Update static_typing.rst
2025-06-28 20:33:37 -04:00
Adam Simpkins
6c8b963b75
Use SoftBody3D consistently in the soft body tutorial
...
This file had only been partially updated after `SoftBody` was renamed
to `SoftBody3D` in Godot 4. This commit changes the remaining uses of
to `SoftBody` to `SoftBody3D`.
2025-06-28 12:25:48 -07:00
Dipl.-Ing. Dr. Markus Weninger, BSc
15912feec0
Update static_typing.rst
...
The documentations said it shows the same callback two times, one time with dynamic typing and one time with type hints. In reality, two different callbacks were shown. This has been fixed.
2025-06-28 21:25:45 +02:00
Adam Simpkins
da9349f38f
Add some notes about importing meshes for use with SoftBody3D
...
This mentions that users may want to change the default LOD generation
settings when importing meshes for use with SoftBody3D.
See godotengine/godot#108025
2025-06-28 12:21:21 -07:00
Matthew
3fc60b40a0
Merge pull request #11064 from Withaust/master
...
Removed duplicate entries from the locales list
2025-06-28 14:28:47 -04:00
Ilya Fedorov
6f22f68216
Removed duplicate entries from the locales list
2025-06-28 20:33:55 +03:00
Matthew
ba34190d15
Merge pull request #11029 from dalexeev/gds-abstract-and-variadic-funcs
...
GDScript: Document abstract and variadic functions
2025-06-28 12:49:49 -04:00
Matthew
493212f18b
Merge pull request #11063 from ColtonTytus/patch-1
...
Update visual_shaders.rst
2025-06-28 10:55:50 -04:00
Colton Tytus
e6dca40701
Update visual_shaders.rst
...
Corrected file list position from right to left on line 39
2025-06-28 16:32:30 +02:00
Matthew
d3d02a46c8
Merge pull request #11061 from simpkins/import_lods
...
Remove reference to "Normal Split Angle" from the mesh import dialog
2025-06-28 08:44:35 -04:00
Matthew
4589795606
Merge pull request #11062 from godotengine/classref/sync-ebc36a7
...
classref: Sync with current master branch (ebc36a7)
2025-06-28 08:41:37 -04:00
Godot Organization
268c60257a
classref: Sync with current master branch (ebc36a7)
2025-06-28 03:33:31 +00:00
Adam Simpkins
f8d5ea6cc0
Remove reference to "Normal Split Angle" from the mesh import dialog
...
This setting was removed in godotengine/godot#98620
2025-06-27 18:31:21 -07:00
Matthew
7e591554a2
Merge pull request #10823 from Calinou/gdscript-exports-tool-button-icon
...
Document `@export_tool_button` icon parameter in GDScript exports
2025-06-27 14:31:22 -04:00
Matthew
6e72ab3276
Merge pull request #10972 from berarma/playing_videos_4.5
...
Update Playing Videos page for Godot 4.5
2025-06-27 07:24:34 -04:00
Matthew
89eaa1f590
Merge pull request #10825 from douglaslassance/contribute-vscode-macos
...
Update Visual Studio Code configuration for macOS systems
2025-06-27 07:22:29 -04:00
Matthew
88fc711ce8
Merge pull request #11024 from Empika1/master
...
Remove outdated note referencing a file which no longer exists
2025-06-27 07:13:39 -04:00
Bernat Arlandis
bca64c8d80
Update playing videos
2025-06-27 12:49:37 +02:00
skyace65
4c18e05a18
Update command line arguments to match master branch
2025-06-26 12:58:25 -04:00
Matthew
3219e78221
Merge pull request #11056 from m4gr3d/update_android_studio_debug_instructions
...
Android: Update the Android Studio debug instructions
2025-06-26 12:57:19 -04:00
Fredia Huya-Kouadio
b9bb10e0d3
Update the Android Studio debug instructions
2025-06-26 01:03:14 -07:00
Matthew
6c0bd95a4a
Merge pull request #10996 from LunaCapra/specular-occlusion
...
Add specular occlusion documentation to StandardMaterial3D tutorial
2025-06-25 14:43:05 -04:00
Matthew
7fb22e7c73
Merge pull request #11054 from Calinou/compiling-linuxbsd-system-sdl
...
Update section about using system libraries in Compiling for Linux/*BSD
2025-06-25 13:46:06 -04:00
Matthew
d7d1753532
Merge pull request #11055 from Calinou/learning-new-features-flameshot-cross-platform
...
Document Flameshot being cross-platform in Learning new features
2025-06-25 13:44:44 -04:00
Hugo Locurcio
1fbfaf5509
Document Flameshot being cross-platform in Learning new features
2025-06-25 17:43:07 +02:00
Hugo Locurcio
79e306b892
Update section about using system libraries in Compiling for Linux/*BSD
...
- Mention how to use system SDL library now that SDL 3 is used
for gamepad support.
2025-06-25 02:12:18 +02:00
Danil Alexeev
7a7ac7dc2d
GDScript: Document abstract and variadic functions
2025-06-24 10:25:49 +03:00
Matthew
bf4294b2ba
Merge pull request #11051 from notpresident35/patch-1
...
Update link to Ruff editor integrations
2025-06-23 14:50:18 -04:00
Hazel Kennedy
76ed9accda
Update link to Ruff editor integrations
...
The text here talks about editor integrations for ruff, but links to the general ruff integrations page (written primarily for automated integrations such as GitHub Actions), not the editor integrations page. This just updates the link.
2025-06-23 11:44:13 -07:00
Matthew
644f0667cd
Merge pull request #10938 from ProgrammerOnCoffee/update-gui-navigation-code-example
...
Add `call_deferred` to UI Navigation code example
2025-06-23 13:32:05 -04:00
Matthew
b908bfca15
Merge pull request #11050 from AThousandShips/fix_spelling
...
Various grammar and spelling fixes
2025-06-23 13:26:23 -04:00
Matthew
a17a44da76
Merge pull request #11009 from godotengine/dependabot/pip/_tools/redirects/requests-2.32.4
...
Bump requests from 2.32.0 to 2.32.4 in /_tools/redirects
2025-06-23 13:19:35 -04:00