Commit Graph

419 Commits

Author SHA1 Message Date
TheBlckbird
4175ccd451 Add Swift to what_is_gdextension.rst 2023-09-29 08:56:29 +02:00
Elnar Dakeshov
4b6e15d3b3 Update style guide (#8038)
Used get instead of set.
2023-09-27 03:03:08 +02:00
Ershn
b3615711ff Make some clarifications/fixes in the C# docs 2023-09-25 09:14:16 +09:00
Luna
0fe7ff833e Fixed typos in several doc files (#8002)
* Fixed typos in
- c_sharp_differences.rst
- debugger_panel.rst
- gdextension_cpp_example.rst
- gui_using_fonts.rst
- openxr_hand_tracking.rst
- overview_of_debugging_tools.rst
- setting_up_xr.rst
- shading_language.rst
- the_profiler.rst
- your_second_3d_shader.rst

* Update tutorials/shaders/shader_reference/shading_language.rst

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

* PR Feedback

---------

Co-authored-by: Luna <2650849-Lunalicious@users.noreply.gitlab.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-09-25 00:41:33 +02:00
Jaime Crespo
22f25b6773 C#: Document new Asinh, Acosh and Atanh functions in Mathf
Document on the list of C# api differences the newly exposed

* Mathf.Asinh()
* Mathf.Acosh()
* Mathf.Atanh()

Followup to godotengine/godot#81229
2023-09-23 19:42:24 +02:00
Yuri Rubinsky
69c25552bc Fix typo in gdextension_cpp_example.rst 2023-09-23 10:25:45 +03:00
Yuri Rubinsky
7119fa1cfb Fix register_types.h code in GDExtension example 2023-09-23 10:11:56 +03:00
Danil Alexeev
09d9d9a895 GDScript: Document raw string literals 2023-09-21 00:04:38 +03:00
31
7eccc4e94b 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-09-19 10:49:51 -07:00
Corey
dbd4468aae Update c_sharp_basics.rst
* Fix incorrect file name with regards to adding the `program` parameter.
2023-09-17 13:41:38 -07:00
Max Hilbrunner
8f4347e2a5 Merge pull request #7865 from dashdotdashdot/patch-1
Update gdextension_cpp_example.rst to avoid unquoted compatibility_minimum trap
2023-09-13 04:12:27 +02:00
Max Hilbrunner
8e69f6be0c Merge pull request #7820 from gogojokid/master-1
Custom editor icon section's command wrong or out of date
2023-09-11 16:23:54 +02:00
Max Hilbrunner
64867d4341 Merge pull request #7812 from dalexeev/gds-mention-array-assign-method
GDScript: Mention `Array.assign()` method in typed arrays documentation
2023-09-10 20:12:38 +02:00
Noctor Onwood
306b24246b 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-09-02 23:03:29 +08:00
dashdotdashdot
0583b2b6b6 Enclose .gdextension's compatibility_minimum in quotes to avoid parse errors if extended to unquoted x.y.z format.
Fixes #7864
2023-08-31 19:00:53 +09:00
Hugo Locurcio
8e4f72f3f4 Mention typing of for loop variable in Static typing in GDScript 2023-08-21 19:44:52 +02:00
Danil Alexeev
34a620e2c2 GDScript: Mention Array.assign() method in typed arrays documentation 2023-08-16 11:30:39 +03:00
Max Hilbrunner
e5c7e6385d Merge pull request #7781 from raulsntos/dotnet/diagnostics 2023-08-13 04:09:45 +02:00
Raul Santos
44029d167d Document C# diagnostics 2023-08-10 16:37:42 +02:00
Danil Alexeev
60e3f14d98 Update "GDScript documentation comments" page 2023-08-01 11:52:42 +03:00
Max Hilbrunner
005213b3c6 Merge pull request #7278 from Calinou/gdscript-debugger-mention-thread-support 2023-07-27 01:03:08 +02:00
Max Hilbrunner
86eac28549 Merge pull request #7651 from raulsntos/dotnet/fix-instancing-with-signals 2023-07-22 17:23:14 +02:00
Max Hilbrunner
31ac9bc227 Merge pull request #7699 from dsnopek/gdextension-4.1-notes 2023-07-22 17:17:07 +02:00
Max Hilbrunner
f1aaa4c1b7 Merge pull request #7691 from a2937/advanced-lang-fix 2023-07-22 16:55:09 +02:00
Patrick
b14b5c8166 Add request to report missing exposed GDExtension funcationality
* adds note to the "What is GDExtension" docs to call for issue creation when people can't do something in GDExtension that is possible with modules
2023-07-21 22:02:25 +02:00
David Snopek
5c99fd3eaa Update GDExtension C++ tutorial to explain compatibility and point out Godot 4.1 breakage 2023-07-20 09:32:29 -05:00
Max Hilbrunner
87dbe4a98f Merge pull request #7586 from br1trs/update_VS_Workloads 2023-07-19 21:33:31 +02:00
Aaron
81f1db2ca8 Fix the spelling and example list code. 2023-07-19 12:15:22 -04:00
Max Hilbrunner
df7068bf03 Merge pull request #7603 from dalexeev/gds-arrays 2023-07-18 17:06:50 +02:00
Max Hilbrunner
6e94674803 Merge pull request #7644 from raulsntos/dotnet/script-templates 2023-07-18 15:36:40 +02:00
Max Hilbrunner
87a7b5e3f7 Merge pull request #7612 from raulsntos/dotnet/diff-4.1 2023-07-18 15:06:42 +02:00
Max Hilbrunner
a34243c85d Merge pull request #7461 from Jackerty/GDExtension 2023-07-18 14:06:27 +02:00
Max Hilbrunner
fcc07e1eab Merge pull request #7525 from RedworkDE/net-version-defines 2023-07-18 13:45:12 +02:00
Max Hilbrunner
5dc2506ed8 Merge pull request #7591 from dalexeev/gds-warn-override-non-virtual 2023-07-18 13:41:05 +02:00
Max Hilbrunner
fd773620ff Merge pull request #7595 from catwasd/catwasd/fix-typos 2023-07-18 13:27:43 +02:00
Max Hilbrunner
c26440a0b0 Merge pull request #7626 from bbrainstormer/master 2023-07-18 13:26:28 +02:00
Max Hilbrunner
fa01e18ae3 Merge pull request #7655 from Calinou/fix-backticks 2023-07-18 13:21:11 +02:00
Max Hilbrunner
b027eef6f9 Merge pull request #7660 from LeeWannacott/the-profiler-docs 2023-07-18 13:19:42 +02:00
Ninni Pipping
1a1500cebe Fix outdated use of File in gdscript_basics 2023-07-17 16:22:30 +02:00
Hugo Locurcio
df904137db Fix incorrect usage of backticks in various pages 2023-07-14 19:31:01 +02:00
LeeWannacott
e2ed5d893c Update docs to use Time class rather than OS class. 2023-07-14 17:49:37 +12:00
Raul Santos
d9e888744e Update tutorials/scripting/instancing_with_signals.rst
Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
2023-07-13 12:17:19 +02:00
Matthew
612e545f03 Merge pull request #7653 from paddy-exe/update-gdextension-docs
Update GDExtension docs with 4.1 branch info
2023-07-12 20:20:20 -04:00
Patrick
a9ab043f08 Update GDExtension docs with 4.1 branch info 2023-07-12 23:11:46 +02:00
Raul Santos
19fccc0bd5 C#: Fix instancing_with_signals tutorial 2023-07-12 16:02:45 +02:00
Raul Santos
cbf555608c C#: Add tip about excluding template files from build
- Add tip about excluding C# template files from build.
- Add `_BINDINGS_NAMESPACE_` placeholder to the list of placeholders.
2023-07-11 20:54:01 +02:00
CactiChameleon9
cf5222b129 Fix mention of Godot3's or_lesser for export_range 2023-07-08 06:34:20 +01:00
bbrainstormer
2af093e679 Remove exprange info
PropertyHint.ExpRange was removed in godot 3.4.  This commit removes the outdated information from the wiki.
2023-07-07 20:54:10 -04:00
Matthew
23de3fa617 Merge pull request #7524 from dalexeev/gds-static-vars
GDScript: Document static variables
2023-07-05 18:40:29 -04:00
Raul Santos
13ab995921 Update C# differences list for 4.1 2023-07-05 11:38:54 +02:00