clayjohn
d1fa43f9d4
fixed typo in title of fish tutorial
2019-03-14 17:40:12 -07:00
clayjohn
b4fdd2b120
add basic changelog for docs
2019-03-13 23:17:53 -07:00
Rémi Verschelde
78b21bc6b5
Merge pull request #2239 from YeldhamDev/index_remove_resources
...
Remove old "Resources" reference in main index
2019-03-12 17:40:39 +01:00
Michael Alexsander Silva Dias
b7d1863c72
Remove old "Resources" reference in main index
2019-03-11 18:59:01 -03:00
Rémi Verschelde
433f6513de
Move Creating Content section to Tutorials
2019-03-11 13:53:31 +01:00
Rémi Verschelde
4960089d95
Make Community sections more prominent
...
Also merge Tutorials and Resources docs.
The new Tutorials doc could do with an update.
2019-03-11 13:01:42 +01:00
Rémi Verschelde
b53578efd5
Sync classref with current source
2019-03-10 11:31:52 +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
Rémi Verschelde
3cdeeefe28
Merge pull request #2235 from CodeDarigan/master
...
Correct use of "queue_free" method
2019-03-07 13:11:32 +01:00
CodeDarigan
7dd5e45090
Correct use of "queue_free" method
...
It was inversed.
2019-03-07 11:38:42 +00:00
Rémi Verschelde
1e3ee988bb
Fix typo in Android modules doc
2019-03-07 11:27:35 +01: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
Rémi Verschelde
729ae99a85
Merge pull request #2227 from MightyPrinny/patch-4
...
Updated c_sharp_basics.rst
2019-03-05 09:57:18 +01:00
clayjohn
172e220d4b
clean up shadermaterial doc
2019-03-04 22:29:32 -08:00
FabiánLC
c7f96232be
Updated c_sharp_basics.rst
...
Added some extra information about setting up C# for Godot in Windows.
2019-03-05 00:22:40 -03: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
0dadb9f89e
Merge pull request #2223 from clayjohn/gles2_3_update
...
Updates to GLES2 GLES3 Differences document
2019-03-04 12:33:21 +01:00
Rémi Verschelde
2ae280c4da
Update gles2_gles3_differences.rst
2019-03-04 12:33:09 +01:00
Rémi Verschelde
877068f35e
Merge pull request #2224 from brainmulator/fix-gdscript-text
...
Fix "GDScript basics" link text to "GDScript" in tutorial
2019-03-04 12:30:58 +01:00
Francisco Santana
a30259beeb
Fix "GDScript basics" link text to "GDScript" in tutorial
...
The text is present in "Step by Step" section, under "Scripting"
2019-03-03 21:02:47 -03:00
clayjohn
58add6a6d1
added more information to gles2 gles3
2019-03-02 15:23:59 -08:00
Nathan Banks
053418ef6f
Update custom_modules_in_cpp.rst
...
Fixed a typo.
(cherry picked from commit 955666e8b4 )
2019-03-01 23:53:25 +01: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
Sam Green
756b51223e
Small update to iOS compilation docs ( #2212 )
2019-03-01 13:55:56 +01:00
Clay John
cadfa956e5
Add tutorial on gles2 and gles3 differences ( #2209 )
2019-03-01 13:48:32 +01:00
Nathan Lovato
3701bdb751
Merge pull request #2146 from JJTriesHisBest/remove_duplicate_center_container_creation
...
Remove duplicate instructions regarding CenterContainer
2019-03-01 21:39:43 +09: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
Ignacio Etcheverry
4d4593e454
Fix and improve C# API differences page ( #2201 )
2019-03-01 13:25:19 +01:00
Lu Jiacheng
826a00bff4
Update escn exporter doc on material and animation ( #2197 )
2019-03-01 13:17:22 +01:00
Rémi Verschelde
11f91f431d
Merge pull request #2219 from brainmulator/fix-faq-gdscript
...
Fix "GDScript scripting guide" link in FAQ
2019-02-28 10:12:27 +01:00
Francisco Santana
af94a82cfc
Fix "GDScript Basics" link in FAQ
2019-02-27 21:03:14 -03:00
Julian Murgia
993ae789a9
Merge pull request #2213 from soekmego/fixes
...
removed uneccesary comparator
2019-02-27 11:36:59 +01:00
soekmego
5c8b62b8af
removed uneccesary comparator
2019-02-25 16:05:34 +01:00
Heinich Porro
f7c9c326cf
Update broken links ( #2207 )
...
* Update broken link
There was a reference to core/dvector.h file insead of core/pool_vector.h
* updated another broken link
2019-02-25 13:50:41 +01:00
Rémi Verschelde
3f9e8f98b8
Sync classref with current source
2019-02-25 11:23:13 +01:00
Yuri Roubinski
5cd7e1d650
Merge pull request #2203 from Chaosus/cleanup_removed_keywords
...
Removed deleted gdscript keywords
2019-02-23 12:33:48 +03: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
Chaosus
5497c12709
Removed deleted gdscript keywords
2019-02-21 08:46:00 +03:00
Rémi Verschelde
c20387fd1e
Merge pull request #2198 from neikeq/csharp-fixes
...
Fixes and improvements of C# code examples
2019-02-19 09:35:34 +01:00
Ignacio Etcheverry
a129652342
Fixes and improvements of C# code examples
2019-02-18 22:08:01 +01:00
FabiánLC
b6ffae6da1
Fixed the C# example code in best_practices/logic_preferences ( #2196 )
...
* Fixed the C# example code. The old code didn't compile.
* added missing res:// to the load calls
* Added a C# example of storing a resource in a readonly field
2019-02-18 19:55:25 +01:00
Rémi Verschelde
286ce78e08
Sync classref with current source
2019-02-18 09:46:26 +01:00
Rémi Verschelde
f484dc4b86
Merge pull request #2188 from nonameentername/ui_code_a_life_bar_fix
...
Fix UI code a life bar documentation
2019-02-18 09:40:23 +01:00
Rémi Verschelde
5e72735ff1
Merge pull request #2184 from clayjohn/fish_tutorial
...
Added tutorial on animating thousands of objects
2019-02-18 09:38:05 +01:00
Rémi Verschelde
e039f2ee69
Merge pull request #2181 from Calinou/improve-csharp-basics
...
Improve and update the C# basics page for 3.1 beta 3
2019-02-18 09:37:37 +01:00
Chris Bradfield
b0c3b51515
Merge pull request #2189 from nonameentername/your_first_game_fix
...
Fix for your first game documentation
2019-02-14 08:22:18 -08:00