Adham
21652f6b7e
Update animations.rst
...
Added note about Godot 2.x removal of animation pen button.
2016-07-08 10:08:22 +10:00
Juan Pablo Moreno
4f1a49e410
misspelling a word
...
I've corrected a misspelling in a single Word in this page.
2016-07-03 17:21:04 -05:00
Rémi Verschelde
c2fc1b22bd
Fix some typos from previous commit
2016-06-16 14:40:21 +02:00
steevm
9ad79b7b1c
Update singletons_autoload.rst
...
General phrasing for readability
2016-06-02 02:29:02 +02:00
Bonfi96
702949104c
Corrected a typo
...
At line 49, from "This means, that a for a singleton named "playervariables", any node can
access it by requesting" to "This means, that for a singleton named "playervariables", any node can
access it by requesting"
2016-06-01 15:05:45 +02:00
jmintb
3beec61d7c
Changed "are" to "as" in the tutorial "Instancing (Continued)"
2016-05-29 22:44:37 +02:00
Rémi Verschelde
fa3d07bb1e
Merge pull request #136 from NickelGhost/master
...
Minor English mistake fixed ("it's" to "its")
2016-05-01 15:06:56 +02:00
NickelGhost
abe35859be
Minor English mistake fixed ("it's" to "its")
2016-05-01 15:02:46 +02:00
Jeff Knox
c32b2a6485
Remove unnecessary python role definition
2016-04-28 23:36:44 -07:00
Jeff Knox
26f12b58c4
Grammar and link fixes for "InputEvent" and "Simple 2D Game"
...
simple_2d_game.rst had a broken link, so I updated it along with inputevent.rst
2016-04-23 20:08:52 -07:00
Roger Erens
e4c477aada
Update scripting.rst
...
Fixing some typos
2016-04-18 23:19:17 +02:00
Rémi Verschelde
e4013a4a49
Merge pull request #98 from BlaXpirit/patch-2
...
Fix formatting
2016-03-17 21:30:16 +01:00
Oleh Prypin
bbd1372770
Fix list formatting in Scripting doc
2016-03-17 22:23:41 +02:00
Oleh Prypin
9e5a187ea1
Clarify how to change resolution
2016-03-17 22:12:24 +02:00
RegalMedia
905b1dd28c
Fixed typos/misspellings
2016-03-06 11:29:09 -06:00
RegalMedia
f1f8078126
Updated to include a bit more guidance for new comers.
...
When I first went through this I kept trying to import the images as textures. Then read the note on the import dialog and noticed I could simply add these to the project folder directly.
2016-03-06 10:42:31 -06:00
HER0_01
aef74f0a91
Clarification + link in "Input Event" tutorial
2016-03-02 08:46:25 -06:00
Andrew Conrad
951764ac09
Spelling corrections in "Singletons (AutoLoad)"
2016-03-01 11:48:44 -06: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
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
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
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
Andrew Conrad
2eae4a3961
Add links and other fixes to "Simple 2D Game"
2016-02-28 11:54:06 -06:00
Rémi Verschelde
ffff82ece5
Merge pull request #31 from daafu/patch-4
...
Update filesystem.rst
2016-02-28 03:38:36 +01:00
Rémi Verschelde
01b3d2188b
Merge pull request #30 from her001/patch-4
...
Grammar fixes in "Scripting" tutorial
2016-02-28 03:35:52 +01:00
Rémi Verschelde
1dee9362a9
Merge pull request #29 from her001/patch-3
...
Grammar fix and small changes to "Instancing (Continued)"
2016-02-28 03:35:25 +01:00
Rémi Verschelde
66fce474ad
Merge pull request #28 from her001/patch-2
...
Misc corrections to "Instancing" tutorial
2016-02-28 03:34:55 +01:00
Andrew Conrad
6bb70a3ce6
Grammar fixes in "Scripting" tutorial
2016-02-27 20:25:50 -06:00
Andrew Conrad
1a61cc25df
Grammar fix and small changes to "Instancing (Continued)"
2016-02-27 19:28:34 -06:00
Andrew Conrad
013d2f0f41
Misc corrections to "Instancing" tutorial
2016-02-27 18:46:53 -06:00
IllusionCatalyst
588d81bff9
Update scripting_continued.rst
...
Corrected some typos
2016-02-27 12:34:58 -08:00
Andrew Conrad
2ee2cb7c31
Some fixes to "Scenes and Nodes"
...
Adjust the text describing location of scene tree and inspector to match new defaults, spelling and grammar fixes.
2016-02-27 11:11:22 -06:00
daafu
0c74fe2817
Update filesystem.rst
...
Large revisions to file system document. Fixed typos, grammar and phrasing issues.
2016-02-25 22:31:36 -05:00
Rémi Verschelde
b5d200f0e0
Remove _2.0 from image file name
...
It is better to keep the names version-independent and to
overwrite the images with new ones when need be, else we
have to fix all pages that include those images each time.
2016-02-24 22:41:23 +01:00
Griatch
d1ff95841b
Put overridable function docstrings on multiple lines.
...
Having them as one single line not only looks bad, it messes up PDF output since no line breaks are applied in code.
2016-02-24 14:54:28 +01:00
flurick
7bb4816644
Add 2.0 images for "Scenes and nodes" tutorial
2016-02-23 22:09:12 +01:00
Rémi Verschelde
e905d0cc06
Same as before but for other tutorials
...
Sorry for the big commits with bad logs,
it was some really tiresome job :)
2016-02-19 22:00:07 +01:00
Julian Murgia
e96eaca1ea
removed stripped text
2016-02-17 08:21:58 +01:00
Rémi Verschelde
f7a1ae45de
Fix some typos with codespell -w
2016-02-10 23:34:39 +01:00
Rémi Verschelde
8aa74133bf
Upload attachments
2016-02-10 23:22:56 +01:00
Rémi Verschelde
1e206a9383
Fix a few broken references
...
Plus add three missing images
2016-02-10 20:40:19 +01:00
Rémi Verschelde
8ef7f3f007
Fix missing images
2016-02-10 19:30:55 +01:00
Rémi Verschelde
411a9e5ce6
Drop extraneous escapes before underscores
2016-02-10 18:57:06 +01:00
Rémi Verschelde
948eaa07fe
Fix all paragraphs parsed as lineblocks by pandoc
2016-02-09 23:40:35 +01:00
Rémi Verschelde
8ae833f701
Fix links to classes
2016-02-09 23:03:27 +01:00
Rémi Verschelde
adfb7f9bd5
Fix links to methods in the class reference
2016-02-09 22:56:23 +01:00