48 Commits

Author SHA1 Message Date
WakaJoekoe
ee85dda015 changed "don't" to "doesn't"
changed two words to make the sentence grammatically correct
2019-03-11 16:26:45 +01:00
Rémi Verschelde
8fa3cc37cd Fix code-block indentation
Fixes #1971.
2018-12-05 01:51:16 +01:00
Alexey Shmakov
56e40f6d23 rename var in setget section to avoid confusion (#1724)
* rename var in setget section to avoid confusion

changed my_var to myvar so that example actually compilable and doesn't cause a confusion to the shallow reader

* rename the declaration variable instead
2018-09-10 10:35:33 -07:00
Rémi Verschelde
bab364b621 Merge pull request #1535 from YeldhamDev/conf_ide_fix
Fix section links in the 'Configuring an IDE' page
2018-06-28 20:59:10 +02:00
Max Hilbrunner
cf002b9ae7 Merge pull request #1528 from razvanc-r/fix-constructor-init
documentation on inheritance and constructors
2018-06-28 20:58:17 +02:00
Max Hilbrunner
a575d7240e Merge pull request #1491 from skyace65/mono_version_update
Update Required Mono Version
2018-06-28 20:51:09 +02:00
Rémi Verschelde
4af1f0e283 Merge pull request #1482 from romeojulietthotel/fix_linkcheck_404s
Fix 404s, some redirects and some broken links.
2018-06-28 20:46:30 +02:00
Ignacio Etcheverry
2eb93fc6d8 Merge pull request #1477 from toumorokoshi/master
Adding build debug instructions for c#
2018-06-28 20:42:08 +02:00
Max Hilbrunner
e9ee4296fc Merge pull request #1476 from YeldhamDev/csharp_indentation_fix
Fixed number of spaces in the indentation of C# basics page
2018-06-28 20:41:52 +02:00
Max Hilbrunner
c27af7e4c6 Merge pull request #1475 from YeldhamDev/csharp_gdscript_basics_changes
Placed XML in the C# introduction page inside code blocks, and tweaked the comments in the GDScript page
2018-06-28 20:41:40 +02:00
Max Hilbrunner
b3d59c337c Merge pull request #1474 from toumorokoshi/master
adding a section on using nuget packages for c#
2018-06-28 20:41:24 +02:00
Max Hilbrunner
e70691b8e9 Merge pull request #1470 from Zirak/patch-2
Demonstrate coroutine's completed signal
2018-06-28 20:40:58 +02:00
Max Hilbrunner
1f0f2cb465 Merge pull request #1444 from skyace65/CSharp_linux_instructions
Add link for getting older versions of Mono
2018-06-28 20:37:46 +02:00
Max Hilbrunner
4a9f9b668a Merge pull request #1435 from bojidar-bg/godot-16418-arrays-of-resources
Add array export hints to the docs
2018-06-28 20:36:28 +02:00
Max Hilbrunner
346be317e7 Merge pull request #1434 from Kloppie5/patch-1
Fixed spelling mistake in comment on AS operator
2018-06-28 20:35:26 +02:00
Max Hilbrunner
3584829ca8 Merge pull request #1431 from Omicron666/patch-4
Added escaped spaces to fix inline literals
2018-06-28 20:32:50 +02:00
mhilbrunner
ec725ff8a0 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:25:43 +02:00
Max Hilbrunner
c9be19229a Merge pull request #1389 from x2f/patch-1
Added export enums in gdscript_basics.rst
2018-05-06 03:28:39 +02:00
Rémi Verschelde
1dcf5ef541 Merge pull request #1419 from skyace65/C#_requierments
Update C# mono requierments
2018-05-06 03:22:24 +02:00
Chris Bradfield
134a01ebbe Merge pull request #1407 from Omicron666/patch-1
Missing bracket
2018-05-06 03:21:03 +02:00
Ignacio Etcheverry
7e9bd53ce6 Merge pull request #1394 from mysticfall/master
#1296: Create official Godot C# style guide
2018-05-06 03:19:44 +02:00
Max Hilbrunner
3961c60f86 Merge pull request #1393 from YeldhamDev/gdscript_style_fixes
Various fixes to the "Scripting -> GDScript" to respect the GDScript style guide
2018-05-06 03:19:24 +02:00
Max Hilbrunner
a8df5c068c Merge pull request #1386 from mhilbrunner/gdscript
Add more info about built-in types, fix link
2018-05-06 03:14:54 +02:00
Max Hilbrunner
9ae18f3752 Merge pull request #1384 from mhilbrunner/gdscript
GDScript: Update keywords and constants, explain assert, calling base…
2018-05-06 03:14:21 +02:00
Max Hilbrunner
8510f13140 Merge pull request #1381 from KellyThomas/signals-typos
fix typos in discussion of c sharp signals
2018-05-06 03:13:30 +02:00
Max Hilbrunner
cc110154df Merge pull request #1374 from yurchor/master
Fix minor typos
2018-05-06 03:11:44 +02:00
x2f
576092fa3b Added export enums in gdscript_basics.rst 2018-04-22 00:22:19 -04:00
Max Hilbrunner
0eb9ea52f0 Merge pull request #1359 from KellyThomas/signals
additional C# signal information
2018-04-13 04:15:22 +02:00
Neil Moore
97c3d0c975 Document how to create and use custom iterators 2018-04-04 01:06:37 -04:00
xpvpc
171ea0d26f fix typo 2018-03-27 10:22:32 +02:00
Josh
ccc7a3b400 Update gdscript_advanced.rst
Typo
2018-03-23 09:29:23 -05:00
Max Hilbrunner
4a649c7b4e Fix #958 2018-03-13 19:08:21 +01:00
Michael Alexsander Silva Dias
175aea267b Fixed small mistake on the "GDScript format strings" page. 2018-03-09 11:17:45 -03:00
Neil Moore
bd35996903 Adds examples of using String.format
Used examples provided by @AlexHolly in #1080
2018-03-08 20:28:22 -05:00
Max Hilbrunner
25af224dc7 C# basics: Update known issues 2018-03-06 07:57:26 +01:00
Paul Joannon
ec10cf9b98 Changes on C# introduction page (#1209)
* remove signal limitation on C# intro page

* add a note about class/script naming on C# intro page
2018-03-06 07:55:33 +01:00
Michael Alexsander Silva Dias
019c042057 Fixed errors in the external editor page. 2018-03-03 02:55:20 -03:00
mhilbrunner
6c056b0e87 Move external editor docs to editor section 2018-03-02 11:20:59 +01:00
Max Hilbrunner
e2bba849ca Merge pull request #1185 from sdfgeoff/external_editor
Added page on setting up external editors
2018-03-02 11:15:30 +01:00
Paul Joannon
be134b058a Update signals documentation in C# 2018-03-02 00:12:53 +01:00
Geoffrey
62458d67e5 Added page on setting up external editors (and added notes on paths being absolute) 2018-02-27 18:46:47 +01:00
Michael Alexsander Silva Dias
23cb08ce0a Fixes for the GDScript styling in various pages. 2018-02-05 20:12:52 -02:00
Max Hilbrunner
c5b670122b Merge pull request #1098 from SomethingFawful/master
Better code style for match statements
2018-02-05 15:55:37 +01:00
StaticDynamics
d62a97f2b6 Fix typo in gdscript_advanced.rst
Changed "an" to "and" in dictionary section.
2018-02-04 19:54:54 -05:00
Brian
c0ba5986d8 corrected code style for match 2018-02-04 15:05:38 -05:00
Joaquin Ruiz Luque
858c5a221e Update gdscript_advanced.rst
Small fixes.
2018-02-02 16:15:55 -03:00
skyace65
eda7815f62 Fix MSBuild Information 2018-01-31 20:08:47 -05:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00