402 Commits

Author SHA1 Message Date
Max Hilbrunner
a4677936fc Merge pull request #7579 from dalexeev/gds-setter-getter-doc
GDScript: Clarify setter/getter documentation
2023-11-11 05:30:02 +01:00
Max Hilbrunner
060ba85821 Merge pull request #8440 from tetrapod00/patch-2
c_sharp_exports.rst: use uint for layers; update casing to C# convention
2023-11-11 05:29:51 +01:00
hdubbs
0e3f4cdba7 Fix vector value in bullet example in Instancing with signals (#8203) 2023-11-11 05:28:33 +01:00
Michael Gundlach
5d4f1ab337 Correct the description of "tree order" (#8294)
* Update scene_tree.rst

Correct the description of "tree order".

The discussion conflated _ready()'s unusual traversal order (post-order traversal) with the usual "tree order" (preorder traversal) for most operations.  It seemed to imply that _ready and most other notifications were received in identical orders.

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-11-11 05:26:58 +01:00
Steven Le Boëdec
964c82e8d6 Improve grammar in Overridable functions (#8193) 2023-11-11 05:25:41 +01:00
Max Hilbrunner
d41f3b5e22 Merge pull request #8429 from ToasterBiome/patch-2
Clarifies that Lua-style dictionary keys must be string literals in the GD Reference
2023-11-11 05:24:27 +01:00
Matthew
e3a0dd3252 Merge pull request #8412 from Calinou/custom-performance-monitors-fix-unused-image
Fix unused image due to bad syntax in Custom performance monitors
2023-11-11 05:21:25 +01:00
Zacrain
20c83a3ad4 Fix GDExample C++ signal connect example and add explanation (#8381)
* Fix signal connect example, add explanation

* Update tutorials/scripting/gdextension/gdextension_cpp_example.rst

Co-authored-by: David Snopek <dsnopek@gmail.com>

* Update tutorials/scripting/gdextension/gdextension_cpp_example.rst

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: David Snopek <dsnopek@gmail.com>
2023-11-11 05:19:51 +01:00
Matthew
cf666008af Merge pull request #8340 from NoctemCat/patch-1
Fixed typos in custom_performance_monitors.rst
2023-11-11 05:17:34 +01:00
Max Hilbrunner
0d933eaa77 Merge pull request #7815 from aXu-AP/expressions-functions
Point to GlobalScope from Evaluating Expressions tutorial
2023-11-11 05:05:44 +01:00
Max Hilbrunner
49cbe2fce7 Merge pull request #8265 from Piralein/autoload
fix file casing in singletons_autoload tutorial
2023-11-11 04:59:35 +01:00
Max Hilbrunner
3a846b7114 Merge pull request #8084 from bferguson3/master
Update gdextension_cpp_example.rst (Clarification rwt dump extension API)
2023-11-11 04:56:59 +01:00
Thaddeus Crews
c4bb6dfdfa Automatically convert spaces to tabs in codeblocks
• Adds codeblock css rule for tab-size
• Only applies to GDScript/C++
• Fix some inconsistent cpp codeblock filters
2023-10-09 01:31:40 +02:00
Hugo Trentesaux
56761ee6fa Update singletons_autoload.rst
fix scene name to match zip template
2023-10-09 01:23:21 +02:00
Bruno Teixeira
ae860fbc2e Update gdscript_format_string.rst
Added missing documentation for `%v` string formatting for vectors.
2023-10-09 01:22:29 +02:00
TheBlckbird
329d207273 Add Swift to what_is_gdextension.rst 2023-10-09 01:20:28 +02:00
Elnar Dakeshov
3f2c423bfe Update style guide (#8038)
Used get instead of set.
2023-10-09 00:50:13 +02:00
Ershn
904a9543e9 Make some clarifications/fixes in the C# docs 2023-10-09 00:49:05 +02:00
31
bec4c9757c Remove outdated VS setup and 2019 support info
Removes VS 2019 from the list of supported IDEs. It doesn't support .NET SDK 6.0 and can't build Godot projects.

Removes mention of the VS extension. It only applies to 3.x projects and debugging is done with ordinary debugging tools after the move to .NET in 4.x.
2023-10-09 00:45:40 +02:00
Corey
1061b17070 Update c_sharp_basics.rst
* Fix incorrect file name with regards to adding the `program` parameter.
2023-10-09 00:31:31 +02:00
Noctor Onwood
f296133f7c Custom editor icon section's command wrong or out of date.
In the "*.gdextension" code block, the [Icon] tag does not work in 4.1.1.stable version, and it does not match the naming conventions of other tags. I test it, [icons] tag is worked well. In addition, I added a blank lines between the tag and the content to make it more consistent with other "*.gdextension" code block formatting.

Update with capnm's suggestion. Thank you all for your attention and reply!
2023-10-09 00:30:35 +02:00
dashdotdashdot
c281171150 Enclose .gdextension's compatibility_minimum in quotes to avoid parse errors if extended to unquoted x.y.z format.
Fixes #7864
2023-10-09 00:30:18 +02:00
Danil Alexeev
c7e4d1a2c8 GDScript: Mention Array.assign() method in typed arrays documentation 2023-10-09 00:29:52 +02:00
Max Hilbrunner
5eefb344e8 Merge pull request #7655 from Calinou/fix-backticks 2023-08-01 05:36:33 +02:00
Max Hilbrunner
2eac3893fc Merge pull request #7667 from AThousandShips/file_fix 2023-08-01 05:29:47 +02:00
Max Hilbrunner
48b12b5814 Merge pull request #7660 from LeeWannacott/the-profiler-docs 2023-08-01 05:29:18 +02:00
Max Hilbrunner
2c4105534a Merge pull request #7595 from catwasd/catwasd/fix-typos 2023-08-01 05:29:07 +02:00
Max Hilbrunner
6134851db2 Merge pull request #7626 from bbrainstormer/master 2023-08-01 05:28:55 +02:00
Max Hilbrunner
ee69d00714 Merge pull request #7591 from dalexeev/gds-warn-override-non-virtual 2023-08-01 05:28:29 +02:00
Max Hilbrunner
52df4cb0cd Merge pull request #7525 from RedworkDE/net-version-defines 2023-08-01 05:27:43 +02:00
Max Hilbrunner
e571d0690b Merge pull request #7644 from raulsntos/dotnet/script-templates 2023-08-01 05:27:29 +02:00
Max Hilbrunner
d1b862e16e Merge pull request #7603 from dalexeev/gds-arrays 2023-08-01 05:27:16 +02:00
Max Hilbrunner
1cce13930f Merge pull request #7586 from br1trs/update_VS_Workloads 2023-08-01 05:26:51 +02:00
Max Hilbrunner
176e63823a Merge pull request #7706 from paddy-exe/document-gdextension-functionality-issues-request-for-exposing-functionality 2023-08-01 05:26:11 +02:00
Max Hilbrunner
819fc08776 Merge pull request #7691 from a2937/advanced-lang-fix 2023-08-01 05:25:44 +02:00
Max Hilbrunner
1681f2d1d5 Merge pull request #7651 from raulsntos/dotnet/fix-instancing-with-signals 2023-08-01 05:25:32 +02:00
Matthew
b11aba242c Merge pull request #7564 from Hannfeld/master
Changed a code example that didn't follow the style guide
2023-08-01 05:25:05 +02:00
Matthew
2f7c25e02f Merge pull request #7551 from Calinou/csharp-export-limitations
Document C# currently not being supported on Android, iOS and Web
2023-08-01 05:24:41 +02:00
Matthew
a621e1dcc9 Merge pull request #7604 from paulloz/dotnet/remove-wrong-autoload-code
Remove erroneous C# example about autoloads
2023-08-01 05:18:47 +02:00
Matthew
e0f13db29e Merge pull request #7630 from CactiChameleon9/master
Fix mention of Godot3's or_lesser for export_range
2023-08-01 05:16:42 +02:00
Max Hilbrunner
2c514fd080 Merge pull request #7699 from dsnopek/gdextension-4.1-notes 2023-08-01 05:13:05 +02:00
Matthew
57ad0d0717 Merge pull request #7653 from paddy-exe/update-gdextension-docs
Update GDExtension docs with 4.1 branch info
2023-08-01 05:12:44 +02:00
Max Hilbrunner
97e89160eb Merge pull request #7613 from raulsntos/dotnet/fix-diff 2023-08-01 05:06:44 +02:00
Max Hilbrunner
d614ae90ae Merge pull request #7461 from Jackerty/GDExtension 2023-08-01 05:06:23 +02:00
Matthew
feec9d7b3a Merge pull request #7524 from dalexeev/gds-static-vars
GDScript: Document static variables
2023-08-01 05:05:14 +02:00
Max Hilbrunner
efe99c2974 Merge pull request #7491 from paddy-exe/clarify-gdextension-master 2023-06-09 21:41:26 +02:00
Patrick
9704d2928e Set godot-cpp branch to 4.0 in GDExtension tutorial 2023-06-09 20:44:49 +02:00
Patrick
7961a18087 Fixes typos in GDExtension tutorial 2023-06-09 20:30:04 +02:00
Raul Santos
27e7f8433c Add page about using global classes in C# (#6740)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-06-06 11:13:49 +02:00
Max Hilbrunner
0f37d41577 Merge pull request #7412 from dalexeev/update-doc-bbcode 2023-05-30 09:30:51 +02:00