Hugo Locurcio
b4cc1899d2
Update recommended MSVC version in Compiling for Windows
...
- Mention that official Godot binaries are compiled using MinGW
(and describe why).
2024-01-29 19:37:51 +01:00
Max Hilbrunner
30a95a3c8a
Merge pull request #8829 from Calinou/one-click-deploy-web-access-remote
...
Document accessing web one-click deploy from remote devices
2024-01-28 10:54:54 +01:00
Max Hilbrunner
87298e86bf
Merge pull request #8840 from Calinou/theme-fix-caption-color
...
Fix table caption text color on dark theme
2024-01-28 10:53:46 +01:00
Max Hilbrunner
3b52b1e4a3
Merge pull request #8848 from skyace65/SignalsIntro
...
Fix image and code in signals introduction
2024-01-28 10:51:06 +01:00
Max Hilbrunner
96670a7238
Merge pull request #8843 from skyace65/Learn-GDScript
...
Re-add page for learn GDScript from zero
2024-01-28 10:50:25 +01:00
Matthew
d36fa8eba2
Merge pull request #8851 from 31/dev/31/external-editor-cs
...
Update external_editor.rst: point out C# instructions
2024-01-27 22:55:27 -05:00
31
1388882b3e
Update external_editor.rst: point out C# instructions
2024-01-27 15:04:27 -08:00
skyace65
e3eed1325d
Fix image and code in signals introduction
2024-01-27 13:35:40 -05:00
Hugo Locurcio
1f8046d7e8
Document accessing web one-click deploy from remote devices
2024-01-27 19:17:14 +01:00
AnOpenSauceDev
67b17958ca
Fix multiple typos related to Particle Systems ( #8845 )
...
* Fix typo: Ammount -> Amount
* Fix typos in `properties.rst`
Changed "Ammount" to "Amount", and "Radio" to "Ratio".
2024-01-27 13:13:48 -05:00
Max Hilbrunner
fd51354382
Merge pull request #8844 from godotengine/classref/sync-17e7f85
...
classref: Sync with current master branch (17e7f85)
2024-01-27 12:02:44 +01:00
Godot Organization
fcfc613357
classref: Sync with current master branch (17e7f85)
2024-01-27 03:18:33 +00:00
skyace65
dd74c60c50
Re add link to learn GDScript from zero
2024-01-26 22:13:27 -05:00
Hugo Locurcio
1924aa4ca2
Fix table caption text color on dark theme
2024-01-26 22:31:28 +01:00
Max Hilbrunner
515d22d2b4
Merge pull request #8828 from skyace65/OccluderHint
...
Document occluder import hint
2024-01-25 07:34:07 +01:00
Max Hilbrunner
fd40721ee5
Merge pull request #8827 from skyace65/XR_Renderer_Note
...
Update note the renderer to use for XR projects
2024-01-25 07:28:03 +01:00
skyace65
fe0ec6b624
Document occluder import hint
2024-01-24 20:50:41 -05:00
skyace65
f774b155d2
Update note the renderer to use for XR projects
2024-01-24 18:19:22 -05:00
Rémi Verschelde
81df404d25
Merge pull request #8513 from akien-mga/properly-complying-with-licenses
...
Fix incomplete thirdparty guidelines on Complying with licenses
2024-01-24 23:15:24 +01:00
Rémi Verschelde and John Veness
a58305d9e8
Fix incomplete thirdparty guidelines on Complying with licenses
...
The three libraries which had been singled out are just a small portion of
what actually requires attribution. Listing them all would basically duplicate
all of COPYRIGHT.txt, aside from CCO/PD licensed stuff.
Clarify that this is no legal advice.
Also merge in grammar and clarity improvements by John from another PR.
Co-authored-by: John Veness <john.veness.github@pelago.org.uk >
2024-01-24 23:09:16 +01:00
Max Hilbrunner
65370838c2
Merge pull request #8826 from mhilbrunner/remove-outdated-extension
...
Remove reference to outdated VS extension for C#
2024-01-24 20:02:53 +01:00
Max Hilbrunner
3cc6ef29c6
Merge pull request #7198 from Calinou/add-system-requirements
...
Add a page on Godot system requirements
2024-01-24 20:01:36 +01:00
Max Hilbrunner
8a22a6d5a0
Merge pull request #7507 from dalexeev/gds-var-init-order
...
GDScript: Document variable initialization order
2024-01-24 19:58:35 +01:00
Max Hilbrunner
a191e57604
Remove reference to outdated VS extension for C#
2024-01-24 19:55:20 +01:00
Max Hilbrunner
27d98371bc
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-24 19:37:59 +01:00
Max Hilbrunner
2361993b67
Merge pull request #8825 from mhilbrunner/update-community-channels
...
Update community tutorials and resources for 4.0+
2024-01-24 19:28:21 +01:00
Adam Scott
349b3e8f04
Add Seaven Studio to third-party support list
...
- Changed the contact link to the Godot Foundation
2024-01-24 13:27:21 -05:00
Max Hilbrunner and Radiant
aa76ea2930
Update community tutorials and resources for 4.0+
...
Co-authored-by: Radiant <69520693+RadiantUwU@users.noreply.github.com >
2024-01-24 19:23:47 +01:00
c6abcbae94
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-24 11:25:36 +01:00
aab5dc7fe8
Fix method bind instructions and style ( #8735 )
...
* Fix method bind instructions and style
---------
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2024-01-24 11:25:06 +01:00
Max Hilbrunner
16394136b0
Merge pull request #8766 from mhilbrunner/community-channels-update
...
Update community channels
2024-01-24 11:02:52 +01:00
Max Hilbrunner
46b65b1a15
Update community channels
2024-01-24 10:58:47 +01:00
Max Hilbrunner
bc156faae5
Merge pull request #8791 from QuebleGameDev/master
...
Added Queble YouTube link in 'tutorials.rst'
2024-01-24 10:41:12 +01:00
Max Hilbrunner
39346c8453
Merge pull request #8818 from jsjtxietian/patch-5
...
Update spatial_shader.rst to delete outdated light shader usage
2024-01-24 09:32:30 +01:00
Max Hilbrunner
6ee1000be8
Merge pull request #8816 from skyace65/InstancingNote
...
Update note about resources in instancing page
2024-01-24 09:31:18 +01:00
Matthew
c143d9791e
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-23 17:54:56 -05:00
Quentin Quaadgras and Raul Santos
7e194152d5
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-23 18:20:15 +01:00
Max Hilbrunner
1e604f4e4e
Merge pull request #8738 from jsjtxietian/patch-3
...
Mention light appearance difference between with or without shadow in compatibility
2024-01-23 18:19:35 +01:00
Max Hilbrunner
dbce15bf67
Merge pull request #8817 from skyace65/Localization-Titles
...
Fix sub-section title style
2024-01-23 18:18:27 +01:00
Adam Scott
bedd304160
Remove Giscus from search page ( #8777 )
2024-01-23 17:41:00 +01:00
hsandt
fd943214c8
Exporting for Android: fix URI fragment in hyperlink to Android SDK command line tools
...
Closes #8819
2024-01-23 16:03:18 +01:00
谢天
6177568e15
Update spatial_shader.rst to delete outdated light shader usage
2024-01-23 10:44:11 +08:00
skyace65
aeea150288
Fix sub-section title style
2024-01-22 21:27:41 -05:00
skyace65
e954a4912b
Update note about resources in instancing page
2024-01-22 21:19:05 -05:00
Matthew
d7d127f301
Merge pull request #8805 from 31/dev/31/build-net-win-path
...
Update compiling_with_dotnet.rst: clarify NuGet source creation
2024-01-22 20:03:06 -05:00
Matthew
9d5fc908d3
Merge pull request #8809 from BWPanda/patch-1
...
Re-word 'Comment spacing' note in gdscript_styleguide.rst
2024-01-22 19:49:36 -05:00
Matthew
553e3f6f4a
Merge pull request #7890 from AThousandShips/pos_fix
...
Fix use of global position in 3d game tutorial
2024-01-22 19:11:49 -05:00
Matthew
829619ecf8
Merge pull request #8812 from 31/dev/31/signal-connect
...
Elaborate on C# Connect/Disconnect
2024-01-22 18:34:06 -05:00
Matthew
d847e2711e
Merge pull request #8759 from BastiaanOlij/a_better_xr_start_script
...
Add a chapter to the XR manual that improves the startup script.
2024-01-22 18:30:15 -05:00
Matthew
4f1feac343
Merge pull request #8773 from hakro/explain-export-buttons
...
Explain what the different buttons do in the Export menu
2024-01-22 18:10:36 -05:00