Aidan Mueller
69fef6ce21
Fixed cross product formula
...
Components should be multiplied when calculating the cross product, not added.
(cherry picked from commit dccd2ac732 )
2017-01-08 12:44:39 +01:00
PeterDavidCarter
869877492b
Update tutorial
...
Basic grammar and specificity edit. Slight improvement to overall ease of reading.
(cherry picked from commit 1e9db1ea79 )
2017-01-08 12:43:55 +01:00
AkimboEG
4b23b8f78a
Fix typo in project_organization.rst
2016-12-29 18:21:10 +02:00
Rémi Verschelde
c90debd383
Merge pull request #304 from MugenHachi/patch-2
...
Updated vector turning math
2016-11-30 11:45:32 +01:00
Erik Chevalier
6140cfe1d0
Update gui_tutorial.rst
...
Corrected a minor typo on line 117, changed "taped" to "tapped" as the referenced script says.
2016-11-28 16:43:50 -08:00
Rémi Verschelde
7d8e3847b3
Merge pull request #306 from popenke/patch-2
...
Add missing variable from code examples
2016-11-20 16:30:58 +01:00
Lucas Popenke
d4b398900f
Fixed missing variables
...
Replicated fix to other parts of text that mention same part of code.
2016-11-20 13:27:29 -02:00
Lucas Popenke
1eb6750a04
Add missing variable from code examples
...
Ball direction variable definition was missing in the code examples, making the game avoided collision. All credits to my friend @Nixsm who helped me with this.
2016-11-20 00:47:32 -02:00
Lucas Popenke
a8745f4b77
Fixed some parts where code was rendered as normal text
...
Fixed some code parts that where rendered as normal text. There is also one variable - 'direction' - that is not anywhere in code examples and I don't know how fix it.
2016-11-19 22:46:28 -02:00
gnipe
5244feb54d
Fix class reference links
...
(cherry picked from commit 862bb6c84f )
2016-11-19 14:22:08 +01:00
Julian Murgia
d87b761cba
Removed some useless lines which cause repetitions.
...
Corrected some mistakes, thanks @akien-mga and @merumelu
(cherry picked from commit 9f9e183f7e )
2016-11-19 14:21:55 +01:00
Stephen Belanger
1776f8c126
Minor grammar improvement
...
(cherry picked from commit b30a4680b4 )
2016-11-19 14:21:29 +01:00
Stephen Belanger
5857017d8c
Fixed some typos
...
(cherry picked from commit 4f659864db )
2016-11-19 14:21:19 +01:00
Tim Roes
8f1648086e
Fix broken lists
...
(cherry picked from commit 05476767b5 )
2016-11-19 14:20:20 +01:00
Tim Roes
abfaba5894
Fix small typo in SceneTree docs
...
(cherry picked from commit 49ca537713 )
2016-11-19 14:20:10 +01:00
maximelore
7a52af16ec
Added "get_unique_ID only works on iOS/Android" ( #284 )
...
(cherry picked from commit e0fc58029b )
2016-11-19 14:20:05 +01:00
Julian Murgia
46153bd6e5
Rewritten some parts of pong tutorial to make them clearer (hopefully).
...
(cherry picked from commit faea70955d )
2016-11-19 14:19:31 +01:00
Andrew Conrad
9b1c920ae1
Clarify what not to do in "Using tilemaps"
...
(cherry picked from commit 093ca988b1 )
2016-11-19 14:19:20 +01:00
Andrew Conrad
a18cbe481b
Remove mention of resources tab
...
(cherry picked from commit 888d369ed4 )
2016-11-19 14:19:10 +01:00
Gnipe
0993d252ea
Update collada-exporter link
...
(cherry picked from commit 312fdca11d )
2016-11-19 14:19:05 +01:00
Tim Berry
18daa8ccb7
minor tweaks to clarify things for new users
...
(cherry picked from commit b674f6b245 )
2016-11-19 14:17:32 +01:00
MugenHachi
86efdae7de
Updated vector turning math
...
The code example for how to turn a vector 90 degrees in either direction was wrong. The coordinates of the left vector were set to the "v_right" vector and vice-versa.
2016-11-17 09:55:10 -02:00
Rémi Verschelde
f1a359542c
Remove references to 2.2+ features, stick to 2.1.x here
2016-10-07 17:46:08 +02:00
Tim Berry
9f412d130c
updated for UI changes
...
changed text and images for instancing tutorial, due to change in child
instancing button in UI
2016-10-05 23:38:54 +01:00
Nick Caplinger
3dc9fe51ad
Add missing word
2016-10-04 18:26:08 -05:00
Rémi Verschelde
40d6a12e70
Merge pull request #254 from tonyrh/patch-1
...
Update links to Kinematic Character demo
2016-09-27 09:26:23 +02:00
tonyrh
2602508f6f
Update links to Kinematic Character demo
...
It looks like you moved the demos to a different project on github, this updates the links to the Kinematic Character code.
2016-09-26 22:22:11 +02:00
Asier Iturralde Sarasola
9fa73471f0
Fix #250 : Small error in the tutorial Scripting (continued) > Processing
2016-09-26 21:12:36 +02:00
Andy Jacobsen
f095a17bc1
Fixed a typo
2016-09-24 23:56:49 +02:00
Rémi Verschelde
f8b426c312
Merge pull request #244 from Marqin/patch-6
...
mention UWP limitations on Xbox One
2016-09-15 21:06:20 +02:00
Rémi Verschelde
3bfc490fd4
Merge pull request #246 from ardanees-jatali/patch-1
...
Possible Typo
2016-09-15 21:06:07 +02:00
Azmat AlJamhoor
62df24453f
Possible Typo
...
word - > world
2016-09-15 19:56:46 +05:00
Azmat AlJamhoor
4fd51cc879
Possible Type
2016-09-14 23:46:10 +05:00
Hubert Jarosz
fa1d79cd97
mention UWP limitations on Xbox One
2016-09-13 21:09:36 +02:00
George Marques
4eaf358a4a
Add instructions to launch UWP from Visual Studio
...
- Add a detail and correct typos in the export for UWP page.
2016-09-12 10:12:19 -03:00
George Marques
94a77d9388
Update instructions to build for UWP
...
Also add instructions for exporting and installing packages.
2016-09-11 15:28:33 -03:00
Rémi Verschelde
a283c30b37
Proofread high level multiplayer
...
Fixed some typos, a couple of errors ("client" where "server" is meant, etc.), and improved the code style
for the example. Indentation also changed to 4 spaces to match the rest of the docs, sorry for the big diff.
2016-09-02 17:00:03 +02:00
anhhh.11
d7eb6e05b8
typo error, fix: + -> *
2016-08-25 13:04:40 +07:00
eska
7ae9124ae0
Fix high level multiplayer article
2016-08-22 04:40:43 +02:00
Juan Linietsky
c10701571f
Update high_level_multiplayer.rst
2016-08-21 17:58:01 -03:00
Juan Linietsky
8a14f0e89d
Update high_level_multiplayer.rst
2016-08-21 17:48:36 -03:00
Juan Linietsky
afaf852f96
Update high_level_multiplayer.rst
2016-08-21 16:54:25 -03:00
Juan Linietsky
60c1fcf059
Update high_level_multiplayer.rst
2016-08-21 16:51:58 -03:00
Juan Linietsky
57d6c0cd2e
Create high_level_multiplayer.rst
2016-08-21 16:17:59 -03:00
Paulo Gomes
7c4e829834
Update making_plugins.rst
2016-08-18 19:06:34 +01:00
David Saltares
5f394141f9
Fixes typos in GUI tutorial
2016-08-13 10:23:21 +01:00
Landon Kirk
fd602f6a88
-Updated the "Scripting" module for the "Step-by-step" tutorial to account for recent changes in the editor interface
2016-08-10 16:52:11 -04:00
Rémi Verschelde
f60e04a481
Merge pull request #213 from pkowal1982/post_import_script
...
Fix documentation on post import script
2016-07-28 15:08:02 +02:00
pkowal1982
aa539814e9
Fix documentation on post import script
2016-07-28 15:02:27 +02:00
Floriaen
bcd28a5de2
Update viewports.rst
...
Update link: demos is no longer in godot repository
2016-07-18 22:08:45 +02:00