nolike
8e7c82904f
Links to Gaffer On Games blog ( #3388 )
...
Gaffer has relaunched his blog. No need to keep links to web archive anymore.
I propose substitute links to updated blog.
2020-04-15 21:23:54 +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
Jummit
fa93ed5505
remove image in networking docs
...
and mention some more multiplayer peers
2020-03-13 13:05:12 +01:00
Antonio Marcum
52026c1a0a
Add a state design pattern tutorial ( #2710 )
2020-03-03 22:32:39 +01:00
Mark Spiezio
9a789fc38d
Minor Documentation Clarifications ( #3199 )
...
Clarify PEM acronym.
The "public key" goes to the .crt file, not "public pair".
2020-02-23 19:09:23 +01:00
follower
1b0021662f
Fix inline code formatting that used "" not "`".
...
Restructured text uses double back-ticks to indicate inline monospace code formatting (a.k.a "verbatim").
(via <https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#inline-markup-and-special-characters-e-g-bold-italic-verbatim >)
Without this change the text is rendered as italic rather than monospaced on the [docs site](https://godot.readthedocs.io/en/3.2/tutorials/networking/high_level_multiplayer.html ).
2020-02-14 00:57:48 +13:00
follower
74ec3b46ca
Add mono-space code formatting in text.
2020-02-13 22:33:14 +13:00
Koyper
1add36112d
bug fixes in main.gd chat _ready
...
Added missing yield to main.gd and updated p1/p2 to get_path
2020-01-23 13:46:23 -06:00
Enhex
a819cb9d45
fixed variable name
2019-12-27 21:33:21 +02:00
Rémi Verschelde
95355f8e43
Merge pull request #2905 from nekomatata/code-tags
...
Fixed code tags for true/false/null and a few property references
2019-11-02 17:15:05 +01:00
Juozas Rastenis
730b4d6294
Fixed example that was not working
2019-11-02 15:29:04 +01:00
PouleyKetchoupp
854185495c
Fixed code tags for true/false/null and a few property references
2019-11-02 13:09:14 +01:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
follower
c867b5bd29
Typo fix: "connecitons" -> "connections"
2019-08-23 16:39:54 +12:00
Fabio Alessandrelli
ca1ce9c710
Add minimal websocket tutorial.
2019-07-28 15:28:39 +02:00
Fabio Alessandrelli
d5e498ed0c
Use p2p in high level multiplayer player exchange.
...
We used to broadcast player info on connect and have the server relay it
to other clients.
With this approach, each peer (including server) sends its own info once
to other peers as soon as they connects.
When a new player connects, it is notified of all the already connected
peers by the `network_peer_connected` signal.
Any already connected peer is also notified of the newly connected peer
by the same signal.
2019-07-10 11:54:54 +02:00
Fabio Alessandrelli
08b390fca7
Add WebRTC tutorial ( #2534 )
2019-06-16 21:12:59 +02:00
zEh-
9410d71a80
fix: there is get_network_peer on SceneTree
2019-04-24 14:54:47 +02:00
Rémi Verschelde
5b2aaf8d41
Optimize PNGs with optipng
...
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
721ad728fd
Merge pull request #2155 from eska014/html5-3.1
...
Update web platform docs
2019-01-26 21:04:33 +01:00
Fabio Alessandrelli
2dcaaf5666
Fix High Level Multiplayer tutorial listing.
...
Was not properly setting the network_master for remote peers, only for
the local one, causing the clients to go out of sync
2019-01-25 10:47:08 +01:00
Leon Krause
7fdc28bbcc
Fix HTTPClient script for HTML5 platform
2019-01-23 23:23:24 +01:00
Rémi Verschelde
44ae4b72b1
Merge pull request #2140 from corrigentia/patch-118
...
Add a missing comma to ssl_certificates
2019-01-16 22:54:50 +01:00
Rémi Verschelde
8fd29bf83b
Merge pull request #2139 from corrigentia/patch-117
...
Tweak http_client_class
2019-01-16 22:54:36 +01:00
corrigentia
8979159202
Add a missing comma to ssl_certificates
...
Add a missing comma to ssl_certificates.
2019-01-15 19:28:08 +02: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
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
corrigentia
ebd232d45d
Tweak high_level_multiplayer
...
Fix punctuation and grammar in high_level_multiplayer. Distinguish between function and method; ensure consistency.
2019-01-15 14:27:07 +02:00
Rémi Verschelde
a1af0dfc13
Adapt tutorial hyperlinks after godotengine/godot#24640
2019-01-07 11:43:18 +01:00
Rémi Verschelde
4ef06a4135
Removing trailing whitespace
...
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01: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
BARICHELLO
060b99afcf
Update puppet naming in image
2018-10-01 00:09:35 -03:00
Michael Alexsander Silva Dias
4ba009ae41
Fix incorrectly formatted note in "GDNative C++ example" page
2018-09-16 17:33:01 -03:00
Rémi Verschelde
acfd853ad4
Networking: Replace sync and slave keywords by their 3.1 equivalents
2018-09-15 03:19:52 +02:00
Gwilym Kuiper
b1fea15d4c
Correct API mention is_networking_server -> is_network_server
2018-06-03 16:52:59 +01:00
None
f064e4f7a7
Fix 404s, some redirects and some broken links.
2018-05-30 16:49:21 -07:00
mhilbrunner
f215a0cf26
Proofing/review: Remove filler words, adhere to style guide
2018-05-06 05:23:37 +02: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
Max Hilbrunner
0327c0932e
Merge pull request #1129 from nyenye/making_calls_to_rest_api
...
Hello Word to make calls to a RestAPI.
2018-03-02 11:32:56 +01:00
nyenye
a64a0653ca
Hello Word to make calls to a RestAPI.
2018-02-11 08:55:23 +01:00
Michael Alexsander Silva Dias
23cb08ce0a
Fixes for the GDScript styling in various pages.
2018-02-05 20:12:52 -02:00
mhilbrunner
97fa2606fb
High-level networking: Add docs on get_rpc_sender_id()
2018-02-01 02:32:42 +01: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
eska
7ae9124ae0
Fix high level multiplayer article
2016-08-22 04:40:43 +02:00
Juan Linietsky
c10701571f
Update high_level_multiplayer.rst
2016-08-21 17:58:01 -03:00