Max Hilbrunner
49ac573d24
Merge pull request #8094 from dalexeev/gds-add-match-pattern-guard-info
...
GDScript: Document `match` pattern guards
2023-10-04 18:57:54 +02:00
Max Hilbrunner
44136776a9
Merge pull request #8142 from YuriSizov/csharp-support-update
...
Update the state of C#/.NET support as of 4.2
2023-10-03 23:55:33 +02:00
Raul Santos
4266830497
Update C# differences for 4.2
2023-10-03 18:08:18 +02:00
Yuri Sizov
ac728e8dd2
Update the state of C#/.NET support as of 4.2
2023-10-03 18:03:52 +02:00
Danil Alexeev
da3f1a1275
GDScript: Document match pattern guards
2023-09-29 14:28:44 +03:00
TheBlckbird
4175ccd451
Add Swift to what_is_gdextension.rst
2023-09-29 08:56:29 +02:00
bferguson3
539a63a2b0
Update gdextension_cpp_example.rst
...
Removed unused filename parameter from --dump-extension-api command in GDExtension tutorial and clarified language after.
2023-09-28 13:01:59 -04:00
Bruno Teixeira
ebb36dc876
Update gdscript_format_string.rst
...
Added missing documentation for `%v` string formatting for vectors.
2023-09-28 15:11:37 +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
9aa85cee05
Update "GDScript documentation comments" page
2023-09-21 16:33:55 +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
aXu-AP
81b2cf3563
Point to GlobalScope from Evaluating Expressions tut
...
Update to 4.x since functions were moved from GDScript to GlobalScope.
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2023-08-24 21:54:18 +03:00
Hugo Locurcio
8e4f72f3f4
Mention typing of for loop variable in Static typing in GDScript
2023-08-21 19:44:52 +02:00
Hugo Trentesaux
4605865c0b
Update singletons_autoload.rst
...
fix scene name to match zip template
2023-08-20 17:55:24 +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