3677 Commits

Author SHA1 Message Date
Max Hilbrunner
30a3264e8e Merge pull request #9176 from BSChad/patch-1
Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e)
2024-05-07 12:57:36 +02:00
Max Hilbrunner
0129a31803 Merge pull request #9099 from broquaint/fix-incorrect-empty-call-for-rng-tutorial
Change call from empty to is_empty in RNG tutorial

(cherry picked from commit ea77d5a395)
2024-05-07 12:57:03 +02:00
Max Hilbrunner
bdb56e46b1 Merge pull request #9096 from Calinou/standardmaterial3d-no-per-vertex-shading
Mention per-vertex shading is currently unimplemented in Standard Material 3D

(cherry picked from commit b6c5dd8f1b)
2024-05-07 12:56:55 +02:00
Matthew
806d6d4de4 Merge pull request #9079 from ericlathrop/patch-2
Fix method names

(cherry picked from commit ec9e9233ef)
2024-05-07 12:56:34 +02:00
Max Hilbrunner
7ba4e49e8d Merge pull request #9052 from skyace65/ChangeManually
Remove confusing sentence for changing scenes

(cherry picked from commit 944128625c)
2024-05-07 12:56:00 +02:00
Max Hilbrunner
6e45b859f9 Merge pull request #9050 from skyace65/SkyRadians
Change degress to radians for sky shader built in

(cherry picked from commit 2f1c8a79f9)
2024-05-07 12:55:52 +02:00
Max Hilbrunner
31ed1a03ef Merge pull request #9049 from skyace65/MultipleResolutions
Update multiple resolutions page

(cherry picked from commit 836fddb7ec)
2024-05-07 12:55:42 +02:00
Max Hilbrunner
842c3ce233 Merge pull request #9027 from TylerPelaez/patch-1
Replace Reference usage with RefCounted in Resources Tutorial

(cherry picked from commit fce8f25905)
2024-05-07 12:54:50 +02:00
Matthew
53e0721c63 Merge pull request #9022 from PaulUlanovskij/master
Update TileMapEditor keymaps in documentation

(cherry picked from commit fce88a8d7a)
2024-05-07 12:54:40 +02:00
A Thousand Ships
1a79bfb9e5 Merge pull request #8935 from skyace65/DebugGodot3
Remove Godot 3 reference from profiler page

(cherry picked from commit 72a61e83f5)
2024-05-07 12:53:35 +02:00
Max Hilbrunner
c8ac2cb200 Merge pull request #8927 from idlist/patch-1
Update C# API in the code example of "Custom GUI controls"

(cherry picked from commit d60c580d17)
2024-05-07 12:53:31 +02:00
Matthew
ba15826235 Merge pull request #8907 from VojtaStruhar/fix/dedicated-servers-typo
Typo fix

(cherry picked from commit 09843321ff)
2024-05-07 12:53:25 +02:00
Max Hilbrunner
afecefa307 Merge pull request #8900 from skyace65/Autoload
Remove duplicate information in autoload page

(cherry picked from commit 5c926b5180)
2024-05-07 12:53:15 +02:00
Max Hilbrunner
18d4c84a50 Merge pull request #8899 from smix8/navmesh_example
Fix script error in NavigationMesh example

(cherry picked from commit dedb444d6a)
2024-05-07 12:53:01 +02:00
Max Hilbrunner
b5cfb3a0af Merge pull request #8897 from skyace65/Custom-Post-Processing
Remove outdated references to other tutorial

(cherry picked from commit 21678460aa)
2024-05-07 12:52:56 +02:00
Max Hilbrunner
c28a739bf4 Merge pull request #8887 from skyace65/BakePolygon
Add instruction to bake navigation BakePolygon

(cherry picked from commit 1ad861801c)
2024-05-07 12:52:46 +02:00
Matthew
ed5e025bf9 Merge pull request #8885 from Calinou/resolution-scaling-fix-mipmap-bias-formula
Fix missing texture mipmap bias formula in Resolution scaling

(cherry picked from commit 6ac586bc55)
2024-05-07 12:52:42 +02:00
Matthew
f97f833877 Merge pull request #8884 from Synkied/patch-1
Update process_material_properties.rst

(cherry picked from commit 3509fe5ab6)
2024-05-07 12:52:37 +02:00
Max Hilbrunner
bec8043791 Merge pull request #8876 from BWPanda/patch-1
Update Android SDK command line instructions

(cherry picked from commit 9018173eca)
2024-05-07 12:52:33 +02:00
Michael Smith
1ef005b81b Updated GDExtension to most recent version.
The `git submodule -b` had `4.1` as the branch to use. 

I updated these to `4.2` for a more recent build.
2024-04-03 19:31:32 -04:00
Brian
9edade5fa4 Removed a single space that shouldn't be there 2024-02-19 23:09:23 -03:00
Max Hilbrunner
75cdeecf41 Merge pull request #8828 from skyace65/OccluderHint
Document occluder import hint
2024-01-25 10:26:21 +01:00
Max Hilbrunner
02bf84567c Merge pull request #8827 from skyace65/XR_Renderer_Note
Update note the renderer to use for XR projects
2024-01-25 10:26:11 +01:00
Max Hilbrunner
9e69ab8456 Merge pull request #8826 from mhilbrunner/remove-outdated-extension
Remove reference to outdated VS extension for C#
2024-01-25 10:26:03 +01:00
Max Hilbrunner
ae127b0802 Merge pull request #7507 from dalexeev/gds-var-init-order
GDScript: Document variable initialization order
2024-01-25 10:25:39 +01:00
Max Hilbrunner
701f58497e Merge pull request #8824 from adamscott/seaven-studio-and-instructions-update
Add Seaven Studio to third-party support list and add Godot Foundation link and note
2024-01-25 10:25:20 +01:00
谢天
019afc8f81 Update thread_safe_apis.rst to mention don't call certain rendering functions on other threads (#8749)
* Update thread_safe_apis.rst to mention don't call certain rendering functions on other threads

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-01-25 10:24:58 +01:00
Max Hilbrunner
89eba76d18 Merge pull request #8818 from jsjtxietian/patch-5
Update spatial_shader.rst to delete outdated light shader usage
2024-01-25 10:24:26 +01:00
Matthew
c444986f88 Merge pull request #8820 from hsandt/fix-android-sdk-command-line-tools-uri-fragment
Exporting for Android: fix hyperlink URI fragment (Android command line tools)
2024-01-25 10:23:52 +01:00
Quentin Quaadgras
8a1d8d8d18 Add Go to the list of community maintained GDExtension bindings. (#8808)
* Add Go to the list of community maintained bindings.

---------

Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-01-25 10:14:36 +01:00
Max Hilbrunner
2a41e90bd9 Merge pull request #8738 from jsjtxietian/patch-3
Mention light appearance difference between with or without shadow in compatibility
2024-01-25 10:14:27 +01:00
Max Hilbrunner
0da9955700 Merge pull request #8817 from skyace65/Localization-Titles
Fix sub-section title style
2024-01-25 10:14:19 +01:00
Matthew
72100d77d4 Merge pull request #8809 from BWPanda/patch-1
Re-word 'Comment spacing' note in gdscript_styleguide.rst
2024-01-25 10:13:57 +01:00
Matthew
9b4b6543c8 Merge pull request #8773 from hakro/explain-export-buttons
Explain what the different buttons do in the Export menu
2024-01-25 10:13:50 +01:00
Matthew
f09797cf18 Merge pull request #8804 from sellenth/patch-1
improve comma placement
2024-01-25 10:13:41 +01:00
Max Hilbrunner
8fbbdbf4bf Merge pull request #8694 from seadylan/patch-1
Fixed unordered list markup in "Converting GLSL to Godot shaders"
2024-01-25 10:13:20 +01:00
Matthew
cceb8ac6e2 Merge pull request #8774 from 31/patch-1
Update c_sharp_differences.rst ToSignal example
2024-01-25 10:13:04 +01:00
Hugo Locurcio
31367798a7 Document Windows limitation to 4 controllers in Controllers, gamepads and joysticks (#8594)
* Document Windows limitation to 4 controllers in Controllers, gamepads and joysticks

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Matthew <matthewehr@hotmail.com>
2024-01-25 10:12:56 +01:00
Max Hilbrunner
06300bec12 Merge pull request #8586 from jonri/patch-1
Clarify path usage for command line options
2024-01-25 10:12:21 +01:00
Adriaan de Jongh
b05eb14056 Added xcode-select fix to iOS export page (#8631)
* Added xcode-select fix to iOS export page

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-01-25 10:12:02 +01:00
Max Hilbrunner
a623cc7ac9 Merge pull request #8607 from ShatReal/fix-using-inputevent
Areas have the input pickable property set to true as default, so I removed the part that said they didn't.
2024-01-25 10:11:51 +01:00
Max Hilbrunner
4ead8dd211 Merge pull request #8746 from Daniel-The-Fox/Add-target-silicon-for-macos-exports
Add info reg. universal binaries to article on exporting for macOS
2024-01-25 10:11:43 +01:00
scotmcp
6ecf95872c Update high_level_multiplayer.rst (#8697)
* Update high_level_multiplayer.rst

Clarifying RPC checksum, and how all RPCs on a script must have matching partners on the target peer's script as well.

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-01-25 10:11:28 +01:00
Max Hilbrunner
525328c0c3 Merge pull request #8748 from Calinou/doc-importing-images-svg-text
Document importing SVG images with text
2024-01-25 10:11:05 +01:00
Matthew
cbb48e1f7b Merge pull request #8747 from theDrake/patch-1
Fix typo: 'generated' -> 'generate'
2024-01-25 10:10:47 +01:00
Matthew
756bca8150 Merge pull request #8740 from BastiaanOlij/improve_openxr_android_export_42
Corrected a few things in the openxr android documentation
2024-01-25 10:10:39 +01:00
Max Hilbrunner
2f8a9e7b77 Merge pull request #8728 from nightblade9/master
Update TTS page to mention Text to Speech project setting
2024-01-25 10:10:30 +01:00
Max Hilbrunner
42035c7796 Merge pull request #8730 from Marenz/patch-1
Lambdas need an explicit `return`
2024-01-25 10:10:18 +01:00
Max Hilbrunner
2b3bc6d530 Merge pull request #8654 from AdriaandeJongh/patch-3
Added section on common unsafe operations and their safe counterparts
2024-01-25 10:10:12 +01:00
Max Hilbrunner
5d9e7e3f4f Merge pull request #8716 from smix8/navlink_example
Add script example for NavigationLink
2024-01-25 10:10:03 +01:00