Hugo Locurcio
8673215b5c
Update C# version recommendation in C# style guide
...
.NET 6.0 supports C# 10.0.
2024-03-25 18:51:26 +01:00
Abel Toy
bd7bc61e9e
Document new feature allowing @exported Arrays to set property hints for their elements ( #9061 )
...
* Document export variations for arrays
* Update tutorials/scripting/gdscript/gdscript_exports.rst
Co-authored-by: Raul Santos <raulsntos@gmail.com >
---------
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
Co-authored-by: Raul Santos <raulsntos@gmail.com >
2024-03-25 17:34:38 +01:00
Max Hilbrunner
9840c458db
Merge pull request #9124 from chrisl8/update_debugging_tools_for_4.3
...
Update Overview of Debugging Tools for 4.3.
2024-03-25 14:32:50 +01:00
Christen Lofland
e939756910
Update Overview of Debugging Tools for 4.3.
2024-03-21 14:50:45 -05:00
444B
3d441150b1
Update gdscript_styleguide.rst - clarified sentence and grammar ( #9110 )
...
* Update gdscript_styleguide.rst - clarified sentence and grammar
- Clarified the statement on "One statement per line"
- Removed unclear sentence with incorrect grammar
---------
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-03-21 11:49:25 +01:00
Max Hilbrunner
fce8f25905
Merge pull request #9027 from TylerPelaez/patch-1
...
Replace Reference usage with RefCounted in Resources Tutorial
2024-03-08 23:59:58 +01:00
skyace65
3ab602b742
Remove confusing sentence for changing scenes
2024-03-04 20:50:25 -05:00
skyace65
36e3368771
Remove incorrect information on script templates
2024-03-02 12:47:36 -05:00
Danil Alexeev
88ec4c294b
GDScript: Document @export_storage annotation
2024-03-01 22:28:32 +03:00
Tyler Pelaez
ce308e7ca8
Replace Reference usage with RefCounted
2024-02-28 14:09:06 -05:00
Max Hilbrunner
70b3d3e96f
Merge pull request #8989 from paulloz/dotnet/diagnostics
...
[C#] Update diagnostic titles
2024-02-19 12:20:28 +01:00
Max Hilbrunner
1d1f7967ba
Merge pull request #8973 from raulsntos/dotnet/GD0003
...
C#: Add documentation for diagnostic GD0003
2024-02-19 12:18:45 +01:00
Paul Joannon
ead7049407
Update C# diagnostic titles
...
- GD0101
- GD0105
- GD0106
- GD0302
- GD0401
- GD0402
2024-02-18 16:50:43 +01:00
Danil Alexeev
200c91b679
GDScript: Update deprecated/experimental docs
2024-02-16 12:00:18 +03:00
Raul Santos
9051c5225e
C#: Add documentation for diagnostic GD0003
2024-02-15 19:44:49 +01:00
Matthew
ec3e094bf9
Merge pull request #8923 from 31/dev/31/cs-global
...
Clarify C# GlobalClass exported node behavior
2024-02-14 20:09:56 -05:00
Matthew
050f8f456e
Merge pull request #8940 from 31/dev/31/cs-pascal
...
Clarify and add to C# API general differences
2024-02-14 20:05:21 -05:00
Abdullah-Ajeebi
d2b1a2eca6
Update c_sharp_signals.rst
2024-02-14 20:10:18 +01:00
Matthew
bbd09577ba
Merge pull request #8941 from 31/dev/31/cs-path-note
...
c_sharp_differences.rst: clarify System.IO.Path note
2024-02-12 18:56:56 -05:00
31
131f30e83e
Clarify and add to C# API general differences
2024-02-12 14:13:31 -08:00
31
69e1d87816
c_sharp_differences.rst: clarify System.IO.Path note
2024-02-10 02:02:29 -08:00
A Thousand Ships
72a61e83f5
Merge pull request #8935 from skyace65/DebugGodot3
...
Remove Godot 3 reference from profiler page
2024-02-09 21:06:40 +01:00
skyace65
328da800dd
Remove Godot 3 reference from profiler page
2024-02-08 22:24:31 -05:00
31
868d48d6c3
Clarify C# GlobalClass exported node behavior
2024-02-08 11:33:16 -08:00
Max Hilbrunner
5c926b5180
Merge pull request #8900 from skyace65/Autoload
...
Remove duplicate information in autoload page
2024-02-08 15:06:09 +01:00
Danil Alexeev
46e69f0d1e
GDScript: Document is not operator
2024-02-07 13:25:33 +03:00
skyace65
7f662be73a
Remove duplicate information in autoload page
2024-02-05 21:50:03 -05:00
skyace65
63a2c55cab
Add info on finding script templates folder
2024-02-05 21:44:03 -05:00
Max Hilbrunner
62d5d6cddb
Merge pull request #8852 from 31/dev/31/singleton-cs
...
singletons_autoload.rst: add C# example similar to "Global Variable"
2024-02-05 00:17:22 +01:00
Max Hilbrunner
840b629c3e
Merge pull request #8894 from 31/dev/31/variant-ref
...
Link to C# Variant-compatible section directly
2024-02-04 22:19:32 +01:00
Max Hilbrunner
664b739aaa
Merge pull request #8878 from 31/dev/31/variant-obj
...
c_sharp_variant.rst: add more examples, fix explicit vs. implicit
2024-02-04 22:18:35 +01:00
Matthew
f94b73a4db
Merge pull request #8895 from 31/dev/31/packed-order
...
c_sharp_collections.rst: copy variant page's Packed{TYPE}Array order
2024-02-04 11:00:00 -05:00
31
d203e8b4e5
c_sharp_collections.rst: copy variant page's Packed{TYPE}Array order
2024-02-03 20:10:20 -08:00
31
8b94fc9501
Link to C# Variant-compatible section directly
2024-02-03 19:54:47 -08:00
31
d41f09fce6
More directly describe .Obj boxing
2024-02-03 18:59:34 -08:00
31
c2e68a8dbe
Apply suggestions from code review
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-02-03 17:17:17 -08:00
31
2f94e1fd5c
Changes and fixes from review
2024-02-03 01:13:47 -08:00
31
ec757a3839
Fix C# typos: capitalize method name, use public property names
2024-02-02 01:07:54 -08:00
31
4c39a88a42
c_sharp_variant.rst: add more examples, fix explicit vs. implicit
2024-02-02 00:40:24 -08:00
Matthew
6a6f786c7a
Merge pull request #8870 from scotmcp/patch-2
...
Correcting link to class Reference
2024-02-01 21:46:12 -05:00
Max Hilbrunner
dd84a8623e
Merge pull request #8859 from 31/dev/31/backing-export-behavior
...
c_sharp_exports.rst: add complex getter/setter note
2024-02-01 22:47:58 +01:00
scotmcp
0fc05ae44e
Update tutorials/scripting/gdscript/gdscript_basics.rst
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-01-31 15:31:11 -05:00
scotmcp
83bd5dddc3
Fixed Type description from resource to GDScript
2024-01-31 18:59:27 +01:00
scotmcp
330f58f208
Correcting reference link
...
line 2016 references Class, should reference Resource
2024-01-31 18:59:27 +01:00
Max Hilbrunner
07cb95add3
Merge pull request #8853 from 31/dev/31/clean-export-cs
...
c_sharp_exports.rst: fix private naming style; minor grammar
2024-01-30 10:56:03 +01:00
Max Hilbrunner
8334647b5a
Merge pull request #8815 from 31/dev/31/signal-connect
...
Add C# signal automatic disconnection info
2024-01-30 10:49:07 +01:00
31
cfa455efaf
c_sharp_exports.rst: add complex getter/setter note
2024-01-29 23:40:29 -08:00
31
b3b15a6076
c_sharp_exports.rst: more consistent public style; minor grammar
2024-01-29 23:37:50 -08:00
Matthew
0cb17c02b1
Merge pull request #8861 from 31/dev/31/export-code-comments
...
c_sharp_exports.rst: move code comments to text
2024-01-29 20:40:03 -05:00
Matthew
654ee26ffe
Merge pull request #8860 from 31/dev/31/export-node-res-useful
...
c_sharp_exports.rst: clarify why exporting nodes/resources is useful
2024-01-29 19:16:41 -05:00