Commit Graph

614 Commits

Author SHA1 Message Date
Rémi Verschelde ded016dec2 Merge pull request #344 from SolarGranulation/patch-1
Added guide for pthread_create fatal error.
2017-02-14 14:58:32 +01:00
Harry Ayres ca13d6abd2 Added guide for pthread_create fatal error.
I've added a guide in the Troubleshooting section to overcome the pthread_create fatal error that can occur with newer Linux kernels. Since I encountered the error and spent hours finding the solution I felt it should be listed here.
2017-02-14 13:54:57 +00:00
Rémi Verschelde a85ab80946 Merge pull request #343 from Xrayez/fix-typos
Fix typos in custom_modules_in_c++.rst
2017-02-14 11:20:30 +01:00
Andrii Doroshenko (Xrayez) 73d767e936 Fix typos in custom_modules_in_c++.rst 2017-02-14 12:14:35 +02:00
Rémi Verschelde 04c94665d5 Merge pull request #342 from Xrayez/master
Fix typo 'the can' to 'they can' in physics_introduction.rst
2017-02-13 11:03:16 +01:00
Andrii Doroshenko (Xrayez) f8c85ff9a7 Fix typo 'the can' to 'they can' in physics_introduction.rst 2017-02-13 11:53:55 +02:00
Rémi Verschelde 5bed63e240 Merge pull request #339 from pkowal1982/for_string
for statement iterating through String characters
2017-02-09 10:28:45 +01:00
Pawel Kowal f7cfd22af4 for statement iterating through String characters 2017-02-07 16:01:21 +01:00
Julian Murgia 4f7dd1e769 Merge pull request #338 from Xrayez/master
Fix grammar error in 'become' to 'becomes'
2017-02-05 09:11:12 +01:00
Andrii Doroshenko (Xrayez) 06d0142bcf Fix grammar error in 'become' to 'becomes' 2017-02-04 15:18:18 +02:00
Chris Bradfield a75a30d897 Fix wrong usage of "it's" for "its" (#336) 2017-01-30 07:42:13 +01:00
KiwiColoredHorror d5448a13bd Fixed typos in matrices tutorial (#332) 2017-01-24 15:20:12 +01:00
Rémi Verschelde 3770c42f63 Merge pull request #330 from ClikCode/patch-1
Edited the section for the match statement
2017-01-20 10:07:46 +01:00
KitKat 62f458035a added documentation for pattern matching
Edited Karroffel's patch documentation
2017-01-17 10:25:08 +02:00
Rémi Verschelde 4ec17c5f3e Merge pull request #329 from karroffel/master
added documentation for pattern matching
2017-01-16 19:24:21 +01:00
karroffel c7c4290b6b added documentation for pattern matching 2017-01-16 19:01:06 +01:00
Rémi Verschelde 6e390c2b54 Merge pull request #327 from eska014/web-export-update
Update web export docs
2017-01-12 22:37:39 +01:00
eska 78b5b22e79 Update web export docs
- Update build instructions
 - Document exporting and deploying
 - Document JavaScript singleton
2017-01-12 22:30:32 +01:00
Rémi Verschelde c7afa194c9 classref: Sync with current XML 2017-01-08 12:51:08 +01:00
Rémi Verschelde 7a1c564203 Update copyright year for 2017 2017-01-08 12:47:48 +01:00
AkimboEG 7fd1592f82 Fix typo in project_organization.rst
(cherry picked from commit 4b23b8f78a)
2017-01-08 12:42:32 +01:00
MugenHachi 716f48c6ee 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.
(cherry picked from commit 86efdae7de)
2017-01-08 12:42:12 +01:00
Rémi Verschelde 09b78d075f Android: Update min required NDK version
It needs to have the now recommended clang toolchain,
r10e is at least no longer supported since this commit [0],
I bumped to a known working version (could be that r12 works too). 

[0] b18ff942be
2017-01-03 15:23:04 +01:00
Rémi Verschelde 9f3220670f Merge pull request #322 from jacobspeicher/patch-1
"Bellow" to "below"
2017-01-02 20:02:54 +01:00
Jacob Speicher 5268d4466a "Bellow" to "below"
Alright, this time I didn't manage to somehow copy and paste everything back into itself.
2017-01-02 12:57:43 -05:00
Rémi Verschelde 90aac64ea8 Merge pull request #314 from Kjili/tutorial-steps-update
Update step-by-step tutorial
2017-01-02 15:31:27 +01:00
Rémi Verschelde 10a545d66b Merge pull request #320 from rafalstapinski/patch-1
Small grammar mistake
2017-01-02 15:02:04 +01:00
Rémi Verschelde 3602dcee88 Merge pull request #315 from josempans/master
Fixed some commands for scons
2017-01-02 11:36:14 +01:00
Rafal Stapinski fd034fa754 Small grammar mistake
Few words were capitalized that should not have been.
2016-12-31 14:17:58 -05:00
Juho 3db3a20b3c New Image showing groups for godot 2.1.1 (#318)
* new image for groups in godot 2.1.1

* changed image and adjust wording in Scripting continued tutorial
2016-12-30 10:28:49 -06:00
Julian Murgia 087ce56fe3 Merge pull request #316 from piece-o-ham/patch-1
Fixed cross product formula in vector math tutorial
2016-12-22 14:18:55 +01:00
Aidan Mueller dccd2ac732 Fixed cross product formula
Components should be multiplied when calculating the cross product, not added.
2016-12-21 20:53:36 -06:00
Jose M Pan b9f1f65a34 The command must not include output filename 2016-12-17 00:28:00 -03:00
Jose M Pan fd276ae902 Fixed some commands for scons
Changed platform to iphone but with x86 arch for simulator
Added arch parameter to 32 and 64 targets to get the correct files.
2016-12-16 12:44:25 -03:00
Kjili 18e51fec94 Update step-by-step tutorial
Update phrasing for a better flow in reading, minor grammar fixes
2016-12-13 22:13:26 +01:00
Rémi Verschelde ed3ed1db02 Merge pull request #308 from touilleMan/shared-cpp-module
Document how to build custom C++ module as shared library
2016-11-30 11:46:03 +01:00
Rémi Verschelde 62051661a0 Update OSX instructions for new template location 2016-11-30 11:43:19 +01:00
Rémi Verschelde 1536f754e6 Merge pull request #311 from PeterDavidCarter/master
Update tutorial
2016-11-29 17:02:37 +01:00
PeterDavidCarter 1e9db1ea79 Update tutorial
Basic grammar and specificity edit. Slight improvement to overall ease of reading.
2016-11-29 15:50:12 +00:00
Emmanuel Leblond 66254ba95e Fix rst format for quotes 2016-11-29 14:24:07 +01:00
Emmanuel Leblond 927ef4576c Add shared library scons config in custom_moduels_in_c++ 2016-11-20 17:38:57 +01:00
Lucas Popenke 244f8c94da Fixed missing variables
Replicated fix to other parts of text that mention same part of code.
(cherry picked from commit d4b398900f)
2016-11-20 16:31:30 +01:00
Lucas Popenke 05f20f80b3 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.
(cherry picked from commit 1eb6750a04)
2016-11-20 16:31:22 +01:00
Rémi Verschelde 6f87572d67 Comment formatting fixes from 2.1 2016-11-20 09:21:00 +01:00
Rémi Verschelde 036b36736d Merge pull request #307 from avril-gh/fix-7160-broken-code-blocks
fix-7160-broken-code-blocks
2016-11-20 09:17:54 +01:00
Avril 41e4cbbcaa fix-7160-broken-code-blocks 2016-11-20 04:37:05 +01:00
Rémi Verschelde 495612a4be classref: Sync with current master XML 2016-11-19 14:33:37 +01:00
Rémi Verschelde 37e8978659 Fix formatting and redundant Linux instructions 2016-11-19 14:31:16 +01:00
Rémi Verschelde f120b4491f Merge pull request #303 from gnipe/patch-1
Fix class reference links
2016-11-16 15:25:34 +01:00
gnipe 862bb6c84f Fix class reference links 2016-11-16 16:15:11 +02:00