Rémi Verschelde
98e0adf5d8
Merge branch 'master' into 3.1
2019-07-29 18:20:01 +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
Rémi Verschelde
d40822708b
Merge branch 'master' into 3.1
2019-07-05 11:29:47 +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
Juan Linietsky
8a14f0e89d
Update high_level_multiplayer.rst
2016-08-21 17:48:36 -03:00
Juan Linietsky
afaf852f96
Update high_level_multiplayer.rst
2016-08-21 16:54:25 -03:00
Juan Linietsky
60c1fcf059
Update high_level_multiplayer.rst
2016-08-21 16:51:58 -03:00
Juan Linietsky
57d6c0cd2e
Create high_level_multiplayer.rst
2016-08-21 16:17:59 -03:00