27 Commits

Author SHA1 Message Date
tetrapod00
9ffbae745e Improve links to Step by step 2025-02-09 09:47:04 -08:00
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
tetrapod00
f2717085dc Change warnings to dangers if data loss can occur 2024-11-12 01:15:51 -08:00
A Thousand Ships
bd6cc665a7 Fix incorrect uses of a/an 2024-03-29 15:14:27 +01:00
Hugo Locurcio
8e264e61e8 Add class name in classref links in Run-time file loading and saving
This is more consistent with the rest of the documentation.
2023-11-08 00:46:34 +01:00
spaceyjase
16c94c6e7c Update http_request_class.rst (#7619)
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-07-09 16:56:20 +02:00
Max Hilbrunner
666b55ca77 Update HTTP docs for Godot 4 2023-04-21 04:30:54 +02:00
Martin Majewski
bc925e0c80 Made a sentence easier to read and included a reference to class_String (#7034)
* Excluded user created Python venv folder

* Added monospace format to code and added ref to String doc
2023-03-23 02:28:05 +01:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Raul Santos
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