684 Commits

Author SHA1 Message Date
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
Rémi Verschelde
c182553382 classref: Sync with current 2.1 branch 2016-09-01 18:59:18 +02:00
Rémi Verschelde
3ac75e771d Add extensions/__pycache__ to .gitignore 2016-09-01 18:57:51 +02:00
Julian Murgia
d70cdc45c0 Merge pull request #234 from RandomShaper/patch-1
Update shading_language.rst
2016-08-27 14:06:18 +02:00
Rémi Verschelde
d645e3cac4 Merge pull request #233 from anhhh11/patch-1
typo error, fix: + -> *
2016-08-27 13:53:52 +02:00
Pedro J. Estébanez
0578391bf5 Update shading_language.rst
Fix CanvasItem lighting shader table to make it visible again
Add missing variables to it
2016-08-27 12:47:28 +02:00
anhhh.11
d7eb6e05b8 typo error, fix: + -> * 2016-08-25 13:04:40 +07:00
Julian Murgia
4ee6f6bc66 Merge pull request #215 from pkowal1982/shader_doc_fix
Update shading_language.rst
2016-08-22 08:32:08 +02:00
Julian Murgia
d9fdb0550a Merge pull request #224 from FabiGjuzi/patch-1
Update compiling_for_android.rst
2016-08-22 08:30:44 +02:00
Julian Murgia
528d7e4b78 Merge pull request #230 from Zylann/qtcreator_config_steps
Fixed wrong file name for QtCreator and added example for target executable
2016-08-22 08:30:02 +02:00
Julian Murgia
4e0a191322 Merge pull request #231 from Marqin/patch-3
binary serialization api - proper class names
2016-08-22 08:29:26 +02:00
Julian Murgia
0e27624b60 Merge pull request #232 from eska014/fix-high-level-multiplayer
Fix high level multiplayer article
2016-08-22 08:29:00 +02: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
e97be05261 Add files via upload 2016-08-21 17:44:50 -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
Juan Linietsky
e2635f5e4b Add files via upload 2016-08-21 15:06:11 -03:00
Hubert Jarosz
cbb8536429 binary serialization api - proper class names
I've changed it to use proper class names,
because it's for class `IntArray` and not for
array of ints! (the same for other XArrays)

fixes https://github.com/godotengine/godot/issues/6226
2016-08-21 15:13:04 +02:00
Marc Gilleron
e653b115a0 Fixed wrong file name for QtCreator and added example for target executable 2016-08-21 03:07:13 +02:00
Rémi Verschelde
5d4045b954 Merge pull request #226 from tuga3d/patch-1
Update making_plugins.rst
2016-08-19 11:59:20 +02:00
Paulo Gomes
7c4e829834 Update making_plugins.rst 2016-08-18 19:06:34 +01:00
Rémi Verschelde
a896073ebd Merge pull request #225 from saltares/gui-tutorial
Fixes typos in GUI tutorial
2016-08-15 09:43:18 +02:00
David Saltares
5f394141f9 Fixes typos in GUI tutorial 2016-08-13 10:23:21 +01:00
FabiGjuzi
a5efb2338d Update compiling_for_android.rst 2016-08-12 16:04:11 +02:00
Rémi Verschelde
6691fdfbb4 Merge pull request #223 from Marqin/patch-2
document adding custom CXXFLAGS to Custom Modules
2016-08-11 09:50:14 +02:00
Hubert Jarosz
5ca601353f document adding custom CXXFLAGS to Custom Modules 2016-08-10 23:57:19 +02:00
Rémi Verschelde
5b5d554304 Merge pull request #222 from landon912/master
Small Image Fix for "img/signals.png"
2016-08-10 23:37:02 +02:00
Landon Kirk
08be45d7ae Made "img/signals.png" much smaller in vertical height and corrected which node was selected 2016-08-10 17:33:46 -04:00
Rémi Verschelde
ec93f89444 Merge pull request #221 from landon912/master
Fixes for "Scripting" page under "Step-by-step" tutorial
2016-08-10 23:18:39 +02:00
Landon Kirk
acfb3d8a8d -Fixed small issues with images 2016-08-10 16:56:53 -04: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
f629e839e5 Sync classref with 2.1 source, goodbye 2.0! 2016-08-10 21:33:38 +02:00
Rémi Verschelde
6f795d4295 Merge pull request #220 from abehaskins/patch-1
Singelton -> Singleton
2016-08-10 19:19:37 +02:00
Abe Haskins
358c47ed73 Singelton -> Singleton 2016-08-10 10:15:50 -07:00
Juan Linietsky
b2e32a1322 Update gdscript.rst 2016-08-06 22:27:58 -03:00
Juan Linietsky
324b42da24 Update gdscript.rst 2016-08-06 22:27:32 -03:00
Rémi Verschelde
aad7421677 Merge pull request #216 from godotengine/pr-compiling-android
Improve docs on compiling for Android for 2.1
2016-08-03 22:26:16 +02:00
Rémi Verschelde
abd37b7b83 Improve docs on compiling for Android for 2.1
Based on @KelinciFX's work in #214.
2016-08-03 08:21:13 +02:00
pkowal1982
93ac24a8e2 Update shading_language.rst 2016-07-31 12:44:56 +02: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
Julian Murgia
5ae7a83256 Merge pull request #188 from godotengine/unity2godot
Unity to godot page
2016-07-27 08:36:38 +02:00
Rémi Verschelde
d67abaa4c5 Merge pull request #212 from djrm/new_logo
New logo for the docs
2016-07-26 21:44:48 +02:00
Daniel J. Ramirez
d3138c97bc New logo for the docs 2016-07-26 13:42:13 -05:00
Rémi Verschelde
9b5a10d696 Merge pull request #211 from d3v0x/compile_on_linux_gentoo_dependencies
Compiling for X11: Add Gentoo deps oneliner
2016-07-25 17:06:53 +02:00
Richard Nespithal
cb39872e11 Compiling for X11: Add Gentoo deps oneliner 2016-07-25 16:40:57 +02:00
Rémi Verschelde
a9dca075bb Merge pull request #209 from godotengine/208-gcc6-remarks
Warning about GCC 6
2016-07-24 18:05:42 +02:00