Commit Graph
823 Commits
Author SHA1 Message Date
clayjohn ef013f577c added your first spatial shader 2019-04-18 23:56:25 -07:00
clayjohn b0be2808d4 initial commit for your first shader tutorial series 2019-03-31 11:22:22 -07:00
Michael Alexsander Silva Dias 893d4dd0f1 Silence errors about lack of empty lines after bullet points in Particles 2D tutorial 2019-03-27 15:17:21 -03:00
Rémi Verschelde 0fc665b473 Fix wrong extension for GIF file in AnimTree tutorial 2019-03-27 15:14:17 +01:00
Rémi Verschelde 725b99bea1 Merge pull request #2253 from homer666/particles2d-tut-emission-shapes
Add Emission Shapes info to Particles2D tutorial
2019-03-27 14:19:34 +01:00
Rémi Verschelde bb206c4a62 Merge pull request #2300 from clayjohn/update-advanced-postprocessing
Some updates to advanced postprocessing to reflect knew techniques
2019-03-27 14:10:13 +01:00
Rémi Verschelde 673cef914e Merge pull request #2288 from skyace65/size_and_anchors_31
Update Size and Anchors Images
2019-03-27 14:09:24 +01:00
clayjohn 79b5ad9d5b reflect that SHADOW_COLOR is implemented 2019-03-26 17:19:34 -07:00
clayjohn e512fbb7d3 some updates to advances postprocessing to reflect knew techniques 2019-03-26 17:05:49 -07:00
skyace65 1d27610a6d update_size_and_anchors_images 2019-03-26 10:47:51 -04:00
Rémi Verschelde 31d91849fd Merge pull request #2273 from cbscribe/kcc_31_fixes
Minor tutorial fixes for 3.1
2019-03-21 23:18:35 -07:00
Rémi Verschelde 40ea1f7e1f Merge pull request #2272 from Calinou/improve-csg-tools
Improve the CSG tools page
2019-03-21 23:18:09 -07:00
Rémi Verschelde 9904837463 Merge pull request #2271 from Calinou/fix-typos
Fix various typos
2019-03-21 23:17:22 -07:00
ludorverr 57ce0a7051 Example of a light shader (#2260) 2019-03-21 23:15:28 -07:00
Arman 7d455c81f6 Rewrite Intro to 2D animations 1st paragraph (#2255)
- Fixed grammar at the end of the sentence ("But not only.")
- Removed sentence that explicitly explains what an animation is. Clutters main idea
and it's better to be concise.
- Some vocabulary changes and moved a couple commas
2019-03-21 23:10:19 -07:00
Chris Bradfield 41b67909fe Minor tutorial fixes for 3.1 2019-03-20 18:35:40 -07:00
Hugo Locurcio b32ed6c904 Improve the CSG tools page 2019-03-20 14:15:48 +01:00
Hugo Locurcio 87d81b9d4a Fix various typos 2019-03-20 01:03:48 +01:00
Gio Aleman 00cac8e212 Fixed small formatting issue in pausing games tutorial 2019-03-18 14:47:29 -04:00
homer666 1f7e9cac40 Add Emission Shapes info to Particles2D tutorial 2019-03-17 01:20:10 +11:00
Rémi Verschelde 6180735843 Merge pull request #2252 from puchik/saving-notes-rewrite
Rewrite last paragraph in Saving games
2019-03-15 22:02:42 -07:00
Rémi Verschelde 18eac5420a Merge pull request #2225 from cbscribe/kcc_vrtut_revisions
VR tutorial cleanup
2019-03-15 22:02:27 -07:00
Chris Bradfield e1dcc40686 VR tutorial cleanup 2019-03-15 21:35:31 -07:00
Arman 0813f1265e Rewrite last paragraph in Saving games
- Rewrote the middle sentence of the last paragraph to be less vague.
- Changed structure of sentence explaining order of object loading/saving to improve flow.
2019-03-15 21:10:58 -07:00
Arman 6d2ebbf571 Grammar fixes in Thread-safe APIs
- Edited structure of first and third sentences to improve flow and clarity.
- Corrected "multi threading" to "multithreading"
2019-03-15 18:01:45 -07:00
Arman 1ee685337e Edit first paragraph under "Light nodes" (#2245)
* Edit first paragraph under "Light nodes"

Edited the first paragraph under "Light nodes" for concision. Removed the first part of the second sentence. Instead of noting that lights are discussed later in the article, added internal links.

* Grammar fixes in Threadsafe APIs

Edited structure of the first and third sentences to improve flow. Corrected "multi threading" to "multithreading"

* Revert "Grammar fixes in Threadsafe APIs"

This reverts commit 696a05420f655dfd551c0205e0be78eb5a143d3b.
2019-03-15 08:31:28 +01:00
clayjohn d1fa43f9d4 fixed typo in title of fish tutorial 2019-03-14 17:40:12 -07:00
Rémi Verschelde 433f6513de Move Creating Content section to Tutorials 2019-03-11 13:53:31 +01:00
Clay John d0eacac884 Added shading language differences to gles2 doc (#2237) 2019-03-10 11:24:29 +01:00
Fredia Huya-Kouadio 10a8a4fb3d Update gdnative-cpp-example.rst (#2234)
Add note to specify when to expect Godot to auto-reload newly added/removed properties.
2019-03-10 11:23:06 +01:00
Matthew c45a8d9617 Start to add C# to VR starter tutorial (#2065) 2019-03-10 11:22:20 +01:00
CodeDarigan 7dd5e45090 Correct use of "queue_free" method
It was inversed.
2019-03-07 11:38:42 +00:00
Rémi Verschelde 54802cf565 Merge pull request #2229 from clayjohn/shader_material_update
Clean up ShaderMaterial doc
2019-03-05 09:58:35 +01:00
clayjohn 172e220d4b clean up shadermaterial doc 2019-03-04 22:29:32 -08:00
Julian Murgia aceef0bc04 Remove useless lines
Those came from an old version of the tutorial that aimed at a bit more complex example - maybe interesting later?
2019-03-04 12:37:23 +01:00
Rémi Verschelde 2ae280c4da Update gles2_gles3_differences.rst 2019-03-04 12:33:09 +01:00
clayjohn 58add6a6d1 added more information to gles2 gles3 2019-03-02 15:23:59 -08:00
Juan Linietsky af7b423938 Clarified about loading resources from multiple threads. 2019-03-01 14:19:29 -03:00
Julian Murgia 723293ad35 New tutorial page for editor main screen plugins (#2215) 2019-03-01 14:15:28 +01:00
Clay John cadfa956e5 Add tutorial on gles2 and gles3 differences (#2209) 2019-03-01 13:48:32 +01:00
Rémi Verschelde 823612b4c9 Merge pull request #2206 from godofgrunts/master
Corrected Use Snap shortcut key
2019-03-01 13:28:11 +01:00
soekmego 5c8b62b8af removed uneccesary comparator 2019-02-25 16:05:34 +01:00
Juan Linietsky f118ce3213 Clarify that materials are only from meshes in gridmap. 2019-02-22 09:38:08 -03:00
godofgrunts d1bdee9adc Corrected Use Snap shortcut key
`S` is the shortcut for Scale Mode. `Shift + S` is the shortcut for Snap Mode
2019-02-21 12:20:48 -05:00
Ignacio Etcheverry a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
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