Commit Graph
522 Commits
Author SHA1 Message Date
Rémi Verschelde e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
Rémi Verschelde 8cd23c4d48 Merge pull request #1633 from FeralBytes/patch-6
Improve introduction of 2D transforms
2018-08-23 10:07:48 +02:00
Leytak d02c9548b1 Fix typo 2018-08-23 12:19:44 +07:00
Chris Bradfield f1e62064d5 Merge pull request #1693 from clayjohn/migrating_shaders
Added shader migration reference document
2018-08-21 21:28:30 -07:00
clayjohn 8605975ad6 typo fixes 2018-08-21 21:23:19 -07:00
Chris Bradfield 5314093763 Grammar/style fixes 2018-08-21 15:47:21 -07:00
Chris Bradfield fdc48b9fe5 Merge pull request #1690 from cameron195/master
Changed headers to headers_dir to match godot-cpp
2018-08-21 14:37:06 -07:00
Chris Bradfield ff51e4115e Merge pull request #1634 from FeralBytes/patch-7
Fix VS.flush->VisualServer.sync
2018-08-21 14:31:16 -07:00
Chris Bradfield d10eb0bd1f Merge pull request #1688 from Calinou/improve-spatial-material
Improve the "Spatial Material" page
2018-08-21 14:19:22 -07:00
Chris Bradfield c8c8c9044e Merge pull request #1647 from NathanLovato/intro-to-shader-series
Add intro to shaders video series (with Bastiaan Olij)
2018-08-21 14:16:37 -07:00
Chaosus 94116e5f6d Fix FRAGCOORD in shading_language.rst 2018-08-20 11:05:04 +03:00
clayjohn 3342e5fb76 added migration reference 2018-08-19 19:06:22 -07:00
cameron195 6e94be1d5d Changed headers to headers_dir to match godot-cpp
The headers argument was renamed to headers_dir, but this change was not reflected by the tutorials.
2018-08-19 23:29:02 +01:00
Hugo Locurcio 6d9b7d5407 Improve the "Spatial Material" page
This improves writing style and documents the new
Disable Ambient Light option.
2018-08-19 10:21:51 +02:00
Chris Bradfield e7137bdabc Fix incorrect filename in example 2018-08-15 19:48:58 -07:00
Clay John 61a3979b62 Added Viewport Texture Tutorial (#1606)
* added viewport texture tutorial

* fixed title

* fixed typos found on review
2018-08-15 19:41:11 -07:00
Clay John 5f21499e05 Added lights and shadows tutorial (#1648)
* added light and shadows tutorial

* made changes requested on review
2018-08-15 19:16:47 -07:00
Nathan Lovato d3e0b40a6f Merge pull request #1630 from FeralBytes/patch-4
Ensure GRAVITY is spelled out throughout Tutorial
2018-08-11 14:26:02 +09:00
Nathan Lovato 148a7655b3 Merge pull request #1632 from FeralBytes/patch-5
Spell out var rotation_angle
2018-08-11 14:25:46 +09:00
Nathan Lovato 836da343eb Merge pull request #1636 from YeldhamDev/thread_fix
Small formating fixes for the new Thread API page
2018-08-11 14:25:06 +09:00
Nathan Lovato f7cd9cf341 Merge pull request #1646 from Calinou/improve-gdnative-cpp-example
Improve writing style in "GDNative C++ example"
2018-08-08 14:35:15 +09:00
Nathan Lovato 25b3e9de77 Merge pull request #1669 from ntfwc/ntfwc-fps3-names
Fixed some referenced names in FPS Tutorial Part 3
2018-08-08 14:34:14 +09:00
Nathan Lovato eaf6702d49 Merge pull request #1668 from ntfwc/ntfwc-fps2-typos
Fixed some typos and grammar issues in FPS tutorial 2
2018-08-08 14:34:05 +09:00
Hugo Locurcio 7172280b75 Improve writing style in "Console support in Godot" 2018-08-08 00:17:44 +02:00
ntfwc 653ce49d2d Fixed some names in FPS Tutorial Part 3 2018-08-06 21:52:08 -05:00
ntfwc 00634497c9 Fixed some typos and grammar issues in FPS tutorial 2 2018-08-06 21:32:00 -05:00
Chris Bradfield dd0fa36f98 Merge pull request #1640 from clayjohn/texscreen
Remove Reference to texscreen
2018-08-06 18:43:02 -07:00
Chris Bradfield b872e27e32 Merge pull request #1641 from isaacremnant/shading_typo
Update canvas_item's light built-in POSITION to FRAGCOORD
2018-08-06 18:26:55 -07:00
clayjohn b53a82d137 updated title underline in thread safe tutorial 2018-08-05 00:52:59 -07:00
Nathan Lovato 4b8672e41a Add intro to shaders video series (with Bastiaan Olij) 2018-08-04 14:26:45 +09:00
Michael Alexsander Silva Dias c28f716f3c Small formating fixes for the new Thread API page 2018-08-03 21:41:03 -03:00
Hugo Locurcio 674ae320b6 Improve writing style in "GDNative C++ example" 2018-08-04 01:03:46 +02:00
Juan Linietsky 72e4322148 Small correction. 2018-08-03 17:40:28 -03:00
isaacremnant df9211514c Update canvas_item's light built-in's to FRAGCOORD 2018-08-02 23:43:14 -04:00
clayjohn 6beea8dc09 remove reference to texscreen 2018-08-02 19:09:19 -07:00
FeralBytes 7e14ac0e7d Fix VS.flush->VisualServer.sync
Fixes #1544
2018-07-31 16:02:36 -08:00
FeralBytes b20983f30f Improve introduction of 2D transforms
Removed the odd wording intended to imply that the document is discussing very low level details.
2018-07-31 13:58:00 -08:00
FeralBytes cb0be5f94e Spell out var rotation_angle
Fixes #1618
2018-07-31 07:12:19 -08:00
FeralBytes 47aa4cfe04 Ensure GRAVITY is spelled out throughout Tutorial
Fixes #1628
2018-07-31 06:08:55 -08:00
FeralBytes b0c75ee4ca Minor Grammar and Naming Fix (#1624)
* Minor Grammar and Naming Fix

Removed an extra "to" in comment.
Renamed var len to var length to avoid name conflict with len() and to make it more clear.

* Fix spelling error on my part

thanks @cbscribe
2018-07-30 21:16:11 -07:00
clayjohn 56fecdd858 fixed height variable typo in fbm function 2018-07-30 16:52:40 -07:00
Juan Linietsky 7b32fa3c8e Add a tutorial about which APIs are thread safe (please review!) 2018-07-30 16:04:11 -03:00
clayjohn acde1ab54e fixed typos in noise function 2018-07-25 16:50:26 -07:00
Max Hilbrunner 4b84ce3e07 Merge pull request #1604 from YeldhamDev/fps_six_fix
Fix code blocks in the sixth part of the FPS tutorial
2018-07-24 18:09:07 +02:00
Alex Roman 36f0c7aa82 Add recommendations to use the new shader feature with toon shaders 2018-07-23 22:41:21 +02:00
Michael Alexsander Silva Dias c7c102dff5 Fix code blocks in the sixth part of the FPS tutorial 2018-07-22 18:53:39 -03:00
Max Hilbrunner 26cc612925 Merge pull request #1595 from rcorre/master
Fix a few typos in part 1 of the FPS tutorial.
2018-07-22 16:37:33 +02:00
Max Hilbrunner 21390a011e Merge pull request #1590 from YeldhamDev/fps_tutorial_tabs_fix
Fixed controller tabs in the fourth part of the FPS tutorial
2018-07-22 16:36:58 +02:00
Max Hilbrunner 8d7bdddeea Merge pull request #1591 from Socterean/master
FPS Tutorial Part05-06 general phrase corrections
2018-07-22 16:35:57 +02:00
BARICHELLO 6c57f2967e Update background_loading.rst
Simple typo fix
2018-07-21 02:01:02 -03:00