Commit Graph

1947 Commits

Author SHA1 Message Date
Bastiaan Olij
cb8002aa0b Added some info about the branches in the GDNative repositories 2018-09-03 18:41:19 +10:00
Rémi Verschelde
1497739bd2 Merge pull request #1718 from Turupawn/gdnative-tutorial-fix
Simple.gdns renamed to simple.gdns on GDNative C tutorial
2018-09-01 10:41:25 +02:00
turupawn
89acadf8f5 Simple.gdns renamed to simple.gdns on GDNative C tutorial 2018-08-31 23:46:48 -06:00
Drenghel
3845f0cf45 added a link to 'checking the results' for clarity (#1692)
* added a link to 'checking the results' for clarity

added a link to 'checking the results' for clarity when one does'nt know how to activate plugins yet

* removed space before colon
2018-08-28 15:09:23 -07:00
Max Hilbrunner
54d3875901 Merge pull request #1682 from Chaosus/matrix
Added note about matrix builds from another matrix(in shaders)
2018-08-28 17:03:25 +02:00
Max Hilbrunner
6d03874aa8 Merge pull request #1702 from SciWiFi/patch-2
Added information how to close Output Console
2018-08-28 17:01:38 +02:00
Max Hilbrunner
6027799479 Merge pull request #1703 from pgruenbacher/master
simple fixe for shading language
2018-08-28 17:01:01 +02:00
Romløk
52cdb43359 Explain order in which nodes receive input events (#1706)
* Explain order in which nodes receive input events

* Remove some rogue close-parens
2018-08-28 16:55:02 +02:00
Max Hilbrunner
0d8acc1d7c Merge pull request #1708 from Jason0214/more_blender_exporter_animation_doc
more guidance on godot_blender_exporter animation
2018-08-28 16:52:12 +02:00
Jason0214
61c33b0b58 more guidence on godot_blender_exporter_animation 2018-08-28 15:43:51 +08:00
paul gruenbacher
1b2805d49f simple fixe for shading language 2018-08-25 16:37:48 -04:00
SciWiFi
3d1c0bb1ed Added information how to close Output Console 2018-08-25 01:56:30 +02:00
Rémi Verschelde
243582d04f Merge pull request #1612 from AlexHolly/fix-string-format-example
added code view in table and added a new example for "no index"
2018-08-23 14:44:45 +02:00
Rémi Verschelde
a3fd2998dd Merge pull request #1700 from akien-mga/master
Heading capitalization fixes + misc edits
2018-08-23 11:03:38 +02:00
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
Rémi Verschelde
03a8e14ea1 Merge pull request #1697 from SciWiFi/patch-1
Fixed some minor errors
2018-08-23 09:59:31 +02:00
Rémi Verschelde
77e6a27c3d Merge pull request #1699 from Leytak/patch-1
Fix typo
2018-08-23 09:56:04 +02:00
Leytak
d02c9548b1 Fix typo 2018-08-23 12:19:44 +07:00
SciWiFi
7aabc9a89e Fixed some minor errors 2018-08-23 00:05:45 +02: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
ca393ec532 Fix broken ref link 2018-08-21 15:14:50 -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
e48219df94 Merge pull request #1687 from FeralBytes/patch-5
Add instancing scenes by code.
2018-08-21 14:32:02 -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
da0383bd66 Fix broken link 2018-08-21 14:26:35 -07:00
Chris Bradfield
0a374c62c3 Merge pull request #1686 from FeralBytes/patch-4
Update min and target sdk numbers
2018-08-21 14:25:01 -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
Rémi Verschelde
0ce22eb52b Sync classref with current source 2018-08-21 00:37:52 +02:00
Alexander Holland
17e8ca3d2c added code view in table and added a new example for "no index" 2018-08-20 16:29:40 +02:00
Rémi Verschelde
a438389c1f Merge pull request #1694 from Chaosus/fragcoord_fix
Fix FRAGCOORD in shading_language.rst
2018-08-20 10:30:11 +02: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
FeralBytes
280461aef8 Add instancing scenes by code. 2018-08-17 10:55:29 -08:00
FeralBytes
e4c047cbcf Update min and target sdk numbers 2018-08-17 10:01:32 -08:00
Nathan Lovato
5c21900fb4 Fix typos in recent proof of the class_name feature intro 2018-08-17 20:15:57 +09:00
Chris Bradfield
f251c63b20 Merge pull request #1685 from cbscribe/master
Fix incorrect filename in example
2018-08-15 19:52:43 -07: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
FeralBytes
32d0fe5465 Update GDscript operators. (#1645)
* Update GDscript operators.

Fixes #1524

* Change $ to be shorthand for get_node()

* Added missing code tags
2018-08-15 19:39:39 -07:00
Chris Bradfield
80555ad1c6 Merge pull request #1639 from lawsonry/mac-install-updates
Add mac-specific and vscode-specific considerations
2018-08-15 19:38:10 -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
313b5becd2 Proof class_name PR by Will, add extra picture 2018-08-16 08:38:14 +09:00
Nathan Lovato
2dd77e9c66 Merge pull request #1684 from willnationsdev/script-classes
Add script class docs
2018-08-16 07:14:49 +09:00
Will Nations
af7625768f Add script class docs 2018-08-15 13:39:54 -05:00