Commit Graph

778 Commits

Author SHA1 Message Date
clayjohn
0bbb62df2d added tutorial on animating thousands of objects 2019-02-10 15:39:10 -08:00
Rémi Verschelde
c344f8d801 Misc style fixes 2019-02-10 13:38:13 +01:00
Rémi Verschelde
243559f89f Merge pull request #2170 from clayjohn/inout_typo
Fixed inout variables in spatial shader docs
2019-02-10 11:55:18 +01:00
Rémi Verschelde
3e71a0e685 Merge pull request #2163 from JFonS/add_gizmo_docs
Add tutorial for custom spatial gizmos plugin.
2019-02-08 11:35:09 +01:00
JFonS
8c2470bf3b Add tutorial for custom spatial gizmos plugin. 2019-02-06 16:35:49 +01:00
Nathan Lovato
85af2057f0 Merge pull request #2166 from asheraryam/patch-1
Added note for the captured mouse mode scenario.
2019-02-06 16:26:59 +09:00
Asheraryam
d3e485f006 Added note for the captured mouse mode scenario.
See https://github.com/godotengine/godot/issues/24363#issuecomment-450574818
2019-02-06 09:20:46 +02:00
clayjohn
c9b1bc3a35 fixed inout variables in spatial shader 2019-02-02 14:29:20 -08:00
Asheraryam
58a935b57f Mismatched brackets
Unnecessary right bracket, causing game script to fail compiling.
2019-02-02 20:35:18 +02:00
clayjohn
bb31bab528 fixed typo in OUTPUT_IS_SRGB 2019-01-27 00:00:20 -08: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
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
clayjohn
39c27eb93c updated shader builtins from recent commits 2019-01-25 17:28:27 -08: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
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
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
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
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
Nathan Lovato
c6cada2385 Merge pull request #2132 from corrigentia/patch-113
Tweak vertex_displacement_with_shaders
2019-01-14 09:20:54 +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
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
corrigentia
27928c4521 Tweak screen-reading_shaders
Fix grammar and punctuation in screen-reading_shaders.
2019-01-12 11:24:32 +02:00
Juan Linietsky
470923d8bb fixed wrong image 2019-01-11 18:05:14 -03:00
Michael Alexsander Silva Dias
9096b74375 Fix malformed table in "Shading language" page 2019-01-11 15:16:13 -02:00
Rémi Verschelde
a09a9b844a Merge pull request #2116 from YeldhamDev/2d_skeletons_fix
Small fixes for the "2D Skeletons"-related pages
2019-01-11 17:55:10 +01:00
Michael Alexsander Silva Dias
99057cf4ce Small fixes for the "2D Skeletons"-related pages 2019-01-11 14:33:50 -02:00
Rémi Verschelde
0571c8c952 Merge pull request #2126 from corrigentia/patch-110
Tweak intro_to_shaders_water_workshop
2019-01-11 17:22:44 +01:00
Rémi Verschelde
8bcbaa61ce Merge pull request #2125 from corrigentia/patch-109
Tweak shader_materials
2019-01-11 17:22:28 +01:00