Commit Graph

2508 Commits

Author SHA1 Message Date
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
yehjaemin
b325e71428 Replace "Rupee" Zelda reference in UI tutorial which is not localization friendly (#2151)
* Replaced Rupee, rupee with Emerald, emerald and modified the image and
tcsn names accordingly in the zip.

* Modified the screenshots and fixed dependencies in the end scene.

Fixes #2114.
2019-01-26 21:47:48 +01:00
Rémi Verschelde
dc2ff4434b Style changes to #2155 2019-01-26 21:10:54 +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
Rémi Verschelde
4f95bdba6e Merge pull request #2160 from clayjohn/world_matrix_uniform
Clarified use of WORLD_MATRIX in CanvasItem Shaders
2019-01-26 20:51:13 +01:00
clayjohn
2522a78f60 fixed description of canvas item matrices 2019-01-26 11:11:16 -08:00
Rémi Verschelde
e76728850f Merge pull request #2159 from clayjohn/update_shading_builtins
Updated shader builtins from recent commits
2019-01-26 11:31:29 +01:00
clayjohn
39c27eb93c updated shader builtins from recent commits 2019-01-25 17:28:27 -08:00
Rémi Verschelde
bfa3c6bfdc Merge pull request #2156 from Faless/net/master_update
Fix High Level Multiplayer tutorial listing.
2019-01-25 16:48:20 +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
Leon Krause
4cb5df447b Update HTML5 platform docs 2019-01-23 23:21:55 +01:00
Juan Linietsky
82ffb39992 typo 2019-01-23 12:25:27 -03:00
Rémi Verschelde
d8020549ad First proofreading of jitter/stutter tutorial 2019-01-23 15:52:36 +01:00
Juan Linietsky
419c313635 Add a short tutorial explaining how to fix (or report) jitter or stutter. 2019-01-23 11:40:11 -03:00
Rémi Verschelde
d7612e13a2 Fix directive, should be note:: 2019-01-20 10:29:19 +01:00
Rémi Verschelde
28a175cb8c index: Add i18n-specific paragraph and info about localized instances 2019-01-20 10:20:07 +01:00
Chris Bradfield
33d9fa5ae0 Merge pull request #2147 from corrigentia/patch-124
Fix grammar in making_plugins
2019-01-18 15:11:39 -08:00
corrigentia
87509ef9d4 Fix grammar in making_plugins
Fix grammar in making_plugins.
2019-01-17 08:53:47 +02:00
Rémi Verschelde
315e8f787f Merge pull request #2144 from corrigentia/patch-122
Fix punctuation and grammar in vr_primer
2019-01-16 22:56:26 +01:00
Rémi Verschelde
54959ca259 Merge pull request #2145 from corrigentia/patch-123
Tweak vr_starter_tutorial
2019-01-16 22:56:14 +01:00
Rémi Verschelde
fdc9b49d0f Merge pull request #2143 from corrigentia/patch-121
Tweak uploading_to_assetlib
2019-01-16 22:55:36 +01:00
Rémi Verschelde
e12ef48e6c Merge pull request #2142 from corrigentia/patch-120
Fix punctuation in using_assetlib
2019-01-16 22:55:17 +01:00
Rémi Verschelde
7eca152987 Merge pull request #2141 from corrigentia/patch-119
Fix punctuation in what_is_assetlib
2019-01-16 22:55:02 +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
Rémi Verschelde
f5e00db686 Merge pull request #2138 from corrigentia/patch-116
Fix punctuation and spelling in http_request_class
2019-01-16 22:54:12 +01:00
corrigentia
00cf87b778 Tweak vr_starter_tutorial
Fix punctuation, spelling, grammar and GDScript style guide compliance in vr_starter_tutorial. Remove duplication.
"a" becomes "an" before vowel sound.
Do **NOT** use ["different" after "various"](https://www.thefreedictionary.com/various)!
2019-01-16 21:17:08 +02:00
corrigentia
bec0c16e51 Fix punctuation and grammar in vr_primer
Fix punctuation and grammar in vr_primer.
"then" < When?
"than" < Compared to what?

"acceptable" (adjective) = the nature of an object/thing;
"acceptably" (adverb)     = the nature of an action/process.
2019-01-16 10:47:13 +02:00
Nathan Lovato
07546c9c4a Merge pull request #2134 from cbscribe/kcc_yfg_updates
Update "Dodge the Creeps" for 3.1
2019-01-16 08:08:12 +09:00
corrigentia
b67350f3b7 Tweak uploading_to_assetlib
Fix punctuation and grammar in uploading_to_assetlib.
"**A** URL";
"a**n** image".
2019-01-15 20:53:36 +02:00
corrigentia
799d83db27 Fix punctuation in using_assetlib
Fix punctuation in using_assetlib. Remove extra color. Delineate distinct images.
2019-01-15 20:40:36 +02:00
corrigentia
e852ac5d71 Fix punctuation in what_is_assetlib
Fix punctuation in what_is_assetlib.
2019-01-15 19:34:48 +02: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
Rémi Verschelde
e924af3706 Merge pull request #2137 from corrigentia/patch-115
Tweak high_level_multiplayer
2019-01-15 13:34:45 +01:00
Kronkleberry
5e55bf1eaf Added example flags for visual studio code
(cherry picked from commit 0432592f63)

+ edit by Akien to fix capitalization.
2019-01-15 13:32:58 +01: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
Chris Bradfield
93569bad53 Update "Dodge the Creeps" for 3.1 2019-01-14 11:33:24 -08:00
Rémi Verschelde
72eb436338 Sync classref with current source 2019-01-14 16:01:57 +01:00
Nathan Lovato
c6cada2385 Merge pull request #2132 from corrigentia/patch-113
Tweak vertex_displacement_with_shaders
2019-01-14 09:20:54 +09:00
Nathan Lovato
b229ed82c9 Merge pull request #2133 from corrigentia/patch-114
Tweak advanced_postprocessing
2019-01-14 09:19:59 +09:00
corrigentia
a6663c5e7a Tweak advanced_postprocessing
Fix punctuation and spelling in advanced_postprocessing.
2019-01-13 16:06:21 +02:00
corrigentia
1776c39ef4 Tweak vertex_displacement_with_shaders
Fix punctuation in vertex_displacement_with_shaders.
2019-01-13 14:42:34 +02:00
Rémi Verschelde
a9b63c7716 Merge pull request #2131 from corrigentia/patch-112
Tweak migrating_to_godot_shader_language
2019-01-13 12:59:41 +01:00
corrigentia
052a4d038a Tweak migrating_to_godot_shader_language
Fix punctuation and grammar in migrating_to_godot_shader_language. Remove duplication.
2019-01-13 13:15:33 +02:00
Nathan Lovato
ab97e14bf0 Merge pull request #2130 from jamesreiati/patch-1
Clean instancing page recap
2019-01-13 15:00:25 +09:00
James Reiati
043228f8e0 Clean instancing page recap
Recaps usually highlight what was learned in the previous section. Unity wasn't mentioned in the previous section. The ability to mass edit nodes was mentioned, but wasn't included in the recap.
2019-01-12 14:32:19 -08:00
Chris Bradfield
04246aec68 Fix incorrect link 2019-01-12 14:19:46 -08:00