Raul Santos
cea78730d0
[.NET] Use collection expressions
...
As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
2024-12-21 03:38:42 +01:00
trflorian
297a03b2d5
replace yield with await in gd script for http client tutorial, use await instead of synchronous OS delay also on non-web platforms
2024-01-02 17:20:07 +01:00
Yuri Sizov
978a13bb0a
Mark potentially outdated pages with a WIP warning
2023-02-26 14:21:15 +01:00
Hana
9e90766a92
update c# class examples
2023-01-12 19:38:20 +01:00
Henodude
deb89f665d
Fix the syntax for the Android permission requirement on network tutorials ( #5433 )
2021-12-06 18:13:15 +01:00
Hugo Locurcio
17c5fe0e35
Document the permission requirement on Android on network tutorials
2021-08-11 18:15:28 +02:00
Rémi Verschelde
2d710ef15e
Merge pull request #4462 from TechnoPorg/master
...
Add C# code examples for HTTPClient and HTTPRequest
2021-03-19 13:19:24 +01:00
Divided by Zer0
36c9302533
Adjust HTTPClient example code to not break in HTML5 exports ( #4738 )
...
Fixes godotengine/godot#46857
Added supported wait periods after poll() for HTML5
This prevents warning about multiple polls in the same frame
and prevent hanging the game when fetching the body chunks
2021-03-11 12:14:44 +01:00
TechnoPorg
8d78a46f0d
Add C# code examples for HTTPClient and HTTPRequest
...
Ported the existing GDScript code examples to C# for both HTTPClient and HTTPRequest.
2021-01-19 15:17:51 -07:00
Hugo Locurcio
4f6fdbc710
Fix various spacing and capitalization issues
2020-05-18 09:54:32 +02:00
Yuri Sizov
4acf7a6563
Fix syntax highlighting for various languages ( #3387 )
2020-04-15 16:33:20 +02:00
Yuri Sizov
075acc61b0
Replace Pool*Arrays with Packed*Arrays in tutorials and references
2020-03-17 11:15:34 +03:00
Leon Krause
7fdc28bbcc
Fix HTTPClient script for HTML5 platform
2019-01-23 23:23:24 +01:00
corrigentia
0366cac0fb
Tweak http_client_class
...
Fix punctuation, grammar and GDScript compliance in http_client_class.
2019-01-15 19:12:17 +02:00
mhilbrunner
c2192d60a0
HTTP networking docs
2018-03-02 11:53:00 +01:00
Michael Alexsander Silva Dias
23cb08ce0a
Fixes for the GDScript styling in various pages.
2018-02-05 20:12:52 -02:00
Nathan
18f889b6a4
Improve docs structure
...
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00