Commit Graph
18 Commits
Author SHA1 Message Date
Raul SantosandPaul Joannon b319da3f07 Update some C# examples for 4.0 (#6693)
* Update some C# examples

- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double`.
- Ensure parameters match base declaration.
- Other minor code fixes.

---------

Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
2023-02-04 17:03:03 +01:00
Dramion c869897350 Fix missing signal connection in code sample in Making HTTP requests (#6620) 2023-01-17 02:46:49 +01:00
Hana 9e90766a92 update c# class examples 2023-01-12 19:38:20 +01:00
Max Hilbrunner 99d3d0be12 Renames / fixes for Godot 4 2022-10-17 00:35:07 +02:00
Raul Santos 3b36a94d35 Update C# signal documentation
Updates C# signal documentation and code examples to the new API in 4.0
2022-08-26 15:59:43 +02:00
Henodude deb89f665d Fix the syntax for the Android permission requirement on network tutorials (#5433) 2021-12-06 18:13:15 +01:00
luzpaz d9bc787dd9 Fix various typos (#5215)
Fix various typos

Found via `codespell -q 3 -S ./LICENSE.txt -L doubleclick,findn,lod,inout,nd,raison,te`
2021-09-02 17:02:23 +03:00
Hugo Locurcio 17c5fe0e35 Document the permission requirement on Android on network tutorials 2021-08-11 18:15:28 +02:00
Rémi Verschelde 044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02: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
Juozas Rastenis 730b4d6294 Fixed example that was not working 2019-11-02 15:29:04 +01:00
corrigentia 0b9895df8f Fix punctuation and spelling in http_request_class
Fix punctuation and spelling in http_request_class.
2019-01-15 18:30:42 +02:00
Rémi Verschelde a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
aBARICHELLO d27a055a23 Add clarification about HTTP Requests 2018-10-01 12:49:46 -03:00
Max Hilbrunner 767473f38d Merge pull request #1364 from nyenye/patch-7
Update http_request_class.rst

(cherry picked from commit 73c0bbc940)
2018-04-17 21:12:01 +02:00
mhilbrunner 42c5672e5c HTTPRequest: Add HTTP header example, notes about SSL and embedded credentials 2018-04-14 16:41:11 +02:00
Max Hilbrunner 6ed5ba2dd8 Typo fix in HTTPRequest tutorial 2018-03-04 14:28:16 +01:00
mhilbrunner c2192d60a0 HTTP networking docs 2018-03-02 11:53:00 +01:00