Griatch
51283daa2e
Fixed some minor typos in text.
...
Fixed some minor formatting errors in setter/getter section.
2016-03-03 23:16:01 +01:00
Griatch
126fce12e7
Fixed comments from esca014 etc.
...
Fixed comments by @esca014. Also did some cleanup of the setter/getter section.
2016-03-03 23:11:45 +01:00
Griatch
3815665635
Some minor rephrasing of the introduction.
...
Mainly to shorten sentences and clear up some phrasing. Also added an external reference to Python.
2016-03-03 19:27:54 +01:00
Griatch
b5470b83af
Fixed a missing line break for an example.
2016-03-03 19:03:54 +01:00
Griatch
8231eb5c4e
Refactoring of the gdscript documentation
...
I went over the basic gdscript documentation and tried to clarify as well as restructure it to be a little clearer for me as a newcomer to the language. Some of the changes:
- I added external wikipedia references to some concepts.
- I grouped all Array types (`IntArray` etc) as a list under the `Array` heading since these are arguably just special cases of the general Array structure. This also lead to the dictionary not being mixed up with arrays in the text.
- There are two syntaxes for dictionaries (: and =), I gave them comparable examples since it seems clear they are analogous).
- I gathered all the various peculiarities of Functions and function references in one place. Note that the function-referencing section needs the eye of someone more experienced with GDScript to make sure I didn't messed up. I think there is still some confusion about just when `class.function` syntax works and when it does not (when `call` or `funcref` are necessary).
- I removed a lot of same-level headings, for example the various aspects of Classes as sub-headings to the Classes heading. My impression is that this makes it easier to track where one is.
- Did some overall rephrasing and slimming of filler text. This was largely colored by where I felt the text unclear to my current level of understanding. An experienced eye is needed to verify so that the changes are factually ok.
2016-03-03 18:53:20 +01:00
Rémi Verschelde
7ee43a716c
Merge pull request #55 from Griatch/Griatch-patch-1
...
Refactored code example widths
2016-03-03 16:18:56 +01:00
Griatch
122cb8d408
Updated comments to use capital letters as per PEP8.
2016-03-03 16:11:15 +01:00
Griatch
d4238d0354
Refactored code comments to fit in code blocks
...
Example code blocks will not introduce auto-line breaks, which will mess up PDFs and give annoying horizontal scroll bars in example code. Refactored all comments in gdscript.rst to be horizontally shorter for this reason. Also made some rewording for clarity.
2016-03-03 16:07:34 +01:00
Rémi Verschelde
ed6b12c00b
Merge pull request #53 from dan-bolsun/patch-1
...
Typo
2016-03-03 13:27:14 +01:00
Dan Bolsun
6dca41d021
Typo
...
A colon shold be used instead of + to separate function variables
2016-03-03 15:15:49 +03:00
Rémi Verschelde
f98e94d610
Merge pull request #52 from her001/savinggames
...
Added links, clarification, consistency to "Saving games"
2016-03-03 07:26:40 +01:00
HER0_01
4d6d20312e
Added links, clarification, consistency to "Saving games"
2016-03-02 22:12:18 -06:00
Rémi Verschelde
89e044afba
Merge pull request #51 from her001/mousecoords
...
Reword part of "Mouse and input coordinates"
2016-03-02 16:18:01 +01:00
HER0_01
ba4a33aefa
Reword part of "Mouse and input coordinates"
2016-03-02 08:59:15 -06:00
Rémi Verschelde
0660c7db42
Merge pull request #50 from her001/inputevent
...
Clarification + link in "Input Event" tutorial
2016-03-02 15:48:22 +01:00
HER0_01
aef74f0a91
Clarification + link in "Input Event" tutorial
2016-03-02 08:46:25 -06:00
Rémi Verschelde
2f9c7f7be7
Merge pull request #49 from trollworkout/patch-1
...
Update creating_android_modules.rst
2016-03-02 14:38:15 +01:00
trollworkout
501811be7f
Update creating_android_modules.rst
...
godot engine 2.0 changed the java android package format . this edit to the doc reflects that change
2016-03-02 08:34:05 -05:00
Rémi Verschelde
7b8f8a49c8
Add forgotten devel FAQ from GitHub wiki
...
35c619e3b4
2016-03-02 08:38:40 +01:00
Rémi Verschelde
69d0c7debc
Merge pull request #47 from her001/patch-5
...
Grammar adjustments in "Viewports" tutorial
2016-03-02 07:21:44 +01:00
Andrew Conrad
83ce64afba
Grammar adjustments in "Viewports" tutorial
2016-03-01 20:59:28 -06:00
Rémi Verschelde
f4c5c4e3b6
Merge pull request #45 from genete/patch-4
...
Reorganization of Contact Reporting inside Physics Introduction
2016-03-01 23:59:21 +01:00
Carlos López
d19f1290e2
Reorganization of Contact Reporting inside Physics Introduction
...
Contact reporting appears two times in the index of the page. Seems reasonable to move the second inside the first one, since Area2D is presented there as a subsection of Contact Reporting, so "In case of overlap, who receives collision information?" could be a subsection of it too.
2016-03-01 23:52:52 +01:00
Rémi Verschelde
1d32623ff8
Merge pull request #44 from her001/patch-4
...
Spelling corrections in "Singletons (AutoLoad)"
2016-03-01 18:53:53 +01:00
Andrew Conrad
951764ac09
Spelling corrections in "Singletons (AutoLoad)"
2016-03-01 11:48:44 -06:00
Rémi Verschelde
f8b677e645
Sync classes with 2.0 branch
2016-03-01 08:39:44 +01:00
Rémi Verschelde
79787605d4
Merge pull request #43 from genete/patch-3
...
Fix wrong style of headers of sections of physics_introduction
2016-03-01 08:20:47 +01:00
Carlos López
4294077471
Fix wrong style of headers of sections
2016-03-01 08:17:00 +01:00
Rémi Verschelde
627d896a75
Merge pull request #41 from her001/patch-3
...
Grammar and spelling fixes in "Resources" tutorial
2016-03-01 08:11:37 +01:00
Andrew Conrad
bc395b4f1b
Grammar and spelling fixes in "Resources" tutorial
2016-03-01 00:44:42 -06:00
Rémi Verschelde
466da56c7f
Merge pull request #40 from her001/patch-2
...
Correct possessive its in "Scene Tree" tutorial
2016-03-01 07:22:56 +01:00
Rémi Verschelde
98ed967e20
Merge pull request #39 from her001/patch-1
...
Correct full to fool in "File system"
2016-03-01 07:22:47 +01:00
Andrew Conrad
39f96e3784
Correct possessive its in "Scene Tree" tutorial
2016-02-29 23:45:42 -06:00
Andrew Conrad
ebc4e32a8e
Correct full to fool in "File system"
2016-02-29 23:21:58 -06:00
Rémi Verschelde
747efcc44a
Merge pull request #38 from genete/patch-2
...
Update using_tilemaps.rst
2016-02-29 18:48:24 +01:00
Rémi Verschelde
8ee3ad377b
Merge pull request #37 from genete/patch-1
...
Fix using tiles tutorial
2016-02-29 18:47:57 +01:00
Carlos López
56f10d5504
Update using_tilemaps.rst
...
Make 'Introduction' a chapter of 'Using tilemaps' and not a main documentation entry
2016-02-29 18:22:49 +01:00
Carlos López
20c36d8721
Update using_tilemaps.rst
...
Use correct property name
2016-02-29 18:17:57 +01:00
Carlos López
f054d2bb5f
Update using_tilemaps.rst
...
Fix right location of settings property and fix typo
2016-02-29 18:15:13 +01:00
Julian Murgia
9ecbfe5eab
Converted the list to a nice table
2016-02-29 15:21:28 +01:00
Rémi Verschelde
cf0102031f
Merge pull request #36 from her001/patch-3
...
Add a link + grammar fixes to "Animations"
2016-02-29 08:00:21 +01:00
Andrew Conrad
24f8f111c1
Add a link + grammar fixes to "Animations"
2016-02-29 00:56:50 -06:00
Rémi Verschelde
abcb731ae4
Merge pull request #35 from her001/patch-2
...
Remove unnecessary comma in "Splash screen"
2016-02-29 07:39:34 +01:00
Rémi Verschelde
4e6b407826
Merge pull request #34 from her001/patch-1
...
Add missing paren + spelling fixes in "GUI Tutorial"
2016-02-29 07:39:06 +01:00
Andrew Conrad
6f2df42c07
Remove unnecessary comma in "Splash screen"
2016-02-28 22:26:11 -06:00
Andrew Conrad
6456af35e4
Add missing paren + spelling fixes in "GUI Tutorial"
2016-02-28 22:14:16 -06:00
Rémi Verschelde
c81a1ad9b9
Merge pull request #32 from her001/patch-1
...
Add links and other fixes to "Simple 2D Game"
2016-02-28 18:58:49 +01:00
Andrew Conrad
2eae4a3961
Add links and other fixes to "Simple 2D Game"
2016-02-28 11:54:06 -06:00
Rémi Verschelde
12dc0a6a2a
Merge pull request #24 from mohaalak/patch-2
...
Update gdscript.rst
2016-02-28 03:38:54 +01:00
Rémi Verschelde
ffff82ece5
Merge pull request #31 from daafu/patch-4
...
Update filesystem.rst
2016-02-28 03:38:36 +01:00