Commit Graph
90 Commits
Author SHA1 Message Date
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
Rémi Verschelde 2b6f6756f2 Merge pull request #1891 from aaronfranke/mul-div-rem
Simplify GDScript mul/div/remainder operator text
2018-11-20 09:56:30 +01:00
Vallentin cd4353790f Fixed typos (#1906) 2018-11-20 09:44:00 +01:00
Aaron Franke 35235a1d28 Simplify mul/div/remainder operator text
IMO this is a much better description. It's to the point, and if anyone has further questions, they can look up how the C++ operators work.
2018-11-08 23:08:53 -05:00
jerry 1727be33b8 Fix typo 'an weapon'->'a weapon' 2018-11-01 15:46:46 +09:00
Rémi Verschelde e3b9e56516 Fix capitalization of some headers 2018-10-25 15:52:04 +02:00
Vikram1323 bb8fa1d842 Editing pass (#1874)
* Update faq.rst

* Update c_sharp_basics.rst

* Update external_editor.rst

* Update unity_to_godot.rst

* Update unity_to_godot.rst
2018-10-21 21:42:47 +02:00
Nathan Lovato 12d589e0c7 Merge pull request #1848 from Vikram1323/patch-4
Update gdscript_advanced.rst
2018-10-16 13:10:46 +09:00
Vikram1323 3d9f98318d Update gdscript_advanced.rst 2018-10-15 20:03:38 +05:30
Vikram1323 5838266e00 Update gdscript_basics.rst 2018-10-15 13:52:06 +05:30
Hugo Locurcio 4741f45ddb Rename all occurrences of Mac OS X to macOS 2018-10-06 14:42:49 +02:00
Kelly Thomas 49a7889cd9 Update C# known issues 2018-10-02 19:21:54 +08:00
Max Hilbrunner d4fd0de7ae Merge pull request #1750 from cbscribe/kcc_signals_guide
Add Signals tutorial to "Step by step"
2018-09-22 16:40:05 +02:00
Michael Alexsander Silva Dias 5c25e67bbf Make new typed guide have the default syntax 2018-09-21 14:44:12 -03:00
Chris Bradfield 85d4e8757a Add Signals tutorial to "Step by step" 2018-09-21 08:25:55 -07:00
Nathan LovatoandGuilherme Henrique Teixeira de Oliveira 3515f10555 Add intro to typed gdscript
Same article as http://gdquest.com/tutorial/game-design/godot/gdscript/typed-gdscript/, ported to RST
@vnen reviewed the content already, and I improved the article based on
his feedback.

Co-authored-by: Guilherme Henrique Teixeira de Oliveira <htoguilherme@gmail.com>
2018-09-21 07:32:44 +09:00
Rémi Verschelde acfd853ad4 Networking: Replace sync and slave keywords by their 3.1 equivalents 2018-09-15 03:19:52 +02:00
George Marques beeb85521e Add information about typed GDScript 2018-09-04 14:22:47 -03: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
Alexander Holland 17e8ca3d2c added code view in table and added a new example for "no index" 2018-08-20 16:29:40 +02:00
Nathan Lovato 5c21900fb4 Fix typos in recent proof of the class_name feature intro 2018-08-17 20:15:57 +09: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
Nathan Lovato 313b5becd2 Proof class_name PR by Will, add extra picture 2018-08-16 08:38:14 +09:00
Will Nations af7625768f Add script class docs 2018-08-15 13:39:54 -05:00
Jesse Lawson c5bbe41091 Add mac-specific and vscode-specific considerations 2018-08-02 11:24:48 -07:00
Ryan 5b0bcbaf7c Fixed script block
A script block was not displaying correctly due to incorrect indentation
2018-07-31 10:33:59 -04:00
Paul Joannon acf7cb9b52 add generic GetNode<T>() to C# type conversion page 2018-07-27 20:36:11 +02:00
Mads Ynddal 70abc39b59 Corrected function/variable cases for C# examples (#1583)
* Corrected function/variable cases for C# examples

This commit corrects a few charecter cases in relation to
godot/modules/mono/glue/cs_files/Mathf.cs. The documentation currently states
Pi is defined as `Mathf.PI`, while it's actually `Mathf.Pi`.

The same mistake was found and fixed for some misc. arithmetical functions.

* Reverted Pi to PI
2018-07-19 16:50:35 -07:00
Yuri Chornoivan be6ef615b1 Fix minor typos 2018-07-01 15:50:18 +02:00
Michael Alexsander Silva Dias 26bd899dad Fix section links in the 'Configuring an IDE' page 2018-06-21 18:32:43 -03:00
Răzvan C. Rădulescu 92746cd835 Fix second argument missing default value in _init declaration 2018-06-20 15:49:17 +02:00
Răzvan Cosmin Rădulescu cdb04689c5 documentation on inheritance and constructors
Tried covering the possible scenarios with an example. It probably needs
some more refinement
2018-06-20 12:12:37 +02:00
Max Hilbrunner 722b45e7d2 Remove TODO about property hints from step-by-step 2018-06-18 03:34:23 +02:00
Ignacio Etcheverry 1169441dc1 Merge pull request #1477 from toumorokoshi/master
Adding build debug instructions for c#
2018-06-07 08:32:33 +02:00
Yusuke Tsutsumi b4c1dd8aae removing build debug instructions, as it is now viewable in the UI. 2018-06-06 20:22:09 -07:00
Max Hilbrunner 4db858aa7e Merge pull request #1491 from skyace65/mono_version_update
Update Required Mono Version
2018-06-03 21:51:04 +02:00
Profesor Tartelett 8032eca4d7 Probable typo. Changed Vector(x, y) to Vector2(x, y) 2018-06-03 13:02:52 +02:00
Matthew Ehrenhofler 346ba1cddb Update Required Mono Version 2018-06-02 12:49:37 -04:00
None f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
Yusuke Tsutsumi 12ebf03e77 removing extraneous section around c# build tool 2018-05-29 21:02:10 -07:00
Yusuke Tsutsumi a37b95c614 re-adding missing restore command, more detail in failing c# godot builds. 2018-05-27 17:07:08 -07:00
Yusuke Tsutsumi 7c3626383a indenting the msbuild command in c# guide 2018-05-26 22:24:23 -07:00
Yusuke Tsutsumi 0e09cca88e Adding build debug instructions for c#
removing erroneous dotnet reference: msbuild is the correct build
system to use.
2018-05-26 13:28:55 -07:00
Michael Alexsander Silva Dias 2048f0654a Fixed number of spaces in the indentation of C# basics page. 2018-05-26 15:05:39 -03:00
Michael Alexsander Silva Dias 067063bbe3 Placed XML in the C# introduction page inside code blocks, and tweaked the comments in the GDScript page. 2018-05-26 14:27:26 -03:00
Max Hilbrunner 1560acd467 Merge pull request #1474 from toumorokoshi/master
adding a section on using nuget packages for c#
2018-05-26 16:32:52 +02:00
Zirak c7a230410f Update gdscript_basics.rst 2018-05-26 09:04:31 +00:00
Yusuke Tsutsumi ca349bc43c adding a section on using nuget packages. 2018-05-25 22:13:47 -07:00