14 Commits

Author SHA1 Message Date
Henodude
b7aacaa3c8 Fix the syntax for the Android permission requirement on network tutorials (#5433)
(cherry picked from commit deb89f665d)
2021-12-21 16:42:22 +01:00
Hugo Locurcio
f845b6a142 Document the permission requirement on Android on network tutorials 2021-08-12 00:19:06 +02:00
TechnoPorg
d87fa5e941 Add C# code examples for HTTPClient and HTTPRequest
Ported the existing GDScript code examples to C# for both HTTPClient and HTTPRequest.

(cherry picked from commit 8d78a46f0d)
2021-03-19 13:19:36 +01:00
Divided by Zer0
2875c009fa 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:15:06 +01:00
Rémi Verschelde
10f20b00cb Merge branch 'master' into 3.2 2020-05-20 15:08:42 +02:00
Hugo Locurcio
4f6fdbc710 Fix various spacing and capitalization issues 2020-05-18 09:54:32 +02:00
Rémi Verschelde
48faee9f73 Merge branch 'master' into 3.2 2020-04-17 19:09:11 +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