Commit Graph

1140 Commits

Author SHA1 Message Date
felixmaxwell 3a866c5e2d Updated parts of the documentation to use gender neutral pronouns.
Also corrected a few typos.
2018-01-05 11:00:44 -05:00
Maksymilian Świąć d70d9dd84e
Update index.rst 2018-01-05 10:22:09 +01:00
Maksymilian Świąć 748745afca Change ambiguous section titles
Closes #933 and #63
2018-01-05 09:57:21 +01:00
Danny Suarez 7e8fc446ff Updated commands now that macOS is 64-bit exclusive
Follow-up on this issue: https://github.com/godotengine/godot-docs/issues/921

As scons will compile a ".64" executable by default, not a ".fat" executable, I have updated the commands to reflect that. I also added a section for manually compiling a ".fat" executable for running on a 32-bit machine.

 Updated commands now that macOS is 64-bit exclusive

As scons will compile a ".64" executable by default, not a ".fat" executable, I have updated the commands to reflect that. I also added a section for manually compiling a ".fat" executable for running on a 32-bit machine.

Small Grammer

Removed an erroneous a and a comma.
2018-01-05 00:11:54 -08:00
Rémi Verschelde 3ebeb74289
Merge pull request #944 from mhilbrunner/patch-9
Code Style Guidelines: Small fix
2018-01-04 23:34:32 +01:00
Rémi Verschelde 81db397521
Merge pull request #943 from mhilbrunner/patch-8
Bug Triage Guidelines: Small updates
2018-01-04 23:34:05 +01:00
Max Hilbrunner 0b7ef0b034
Code Style Guidelines: Small fix
Removing mentions that SCons buildscripts use Python 2, and the distinction between 2 and 3, as the scripts should now work on both major versions... and it shouldn't make a difference for code style anyway.
2018-01-04 23:31:32 +01:00
Max Hilbrunner 021d1d4e92
Bug Triage Guidelines: Small updates 2018-01-04 23:21:21 +01:00
Rémi Verschelde 4f6f991519 Update copyright for 2018
Happy new year to all the documentation contributors!
2018-01-04 01:49:56 +01:00
Rémi Verschelde 691a725c3a classref: Sync with current source 2018-01-04 01:49:18 +01:00
Leon Krause da195ea229 Update HTML5 platform documentation
- Remove asm.js documentation
 - Document engine.js interface
 - Elaborate on limitations
 - Elaborate on generated files
 - Update build toolchain documentation
 - Update JavaScript singleton documentation
2018-01-03 21:05:29 +01:00
Rémi Verschelde f233245faa
Merge pull request #939 from mhilbrunner/patch-7
Variant class (CPP): Update COW info, closes #938
2018-01-03 17:50:52 +01:00
Nathan Lovato 8f5dba23a0
Merge pull request #832 from BastiaanOlij/my_first_gdnative_tutorial
GDNative C tutorial
2018-01-03 11:42:48 +01:00
Rémi Verschelde 72b3ff11ba Mention MSBuild as requirement to build Godot with mono
Fixes #931.
2018-01-03 11:37:02 +01:00
Rémi Verschelde 97a3b83f7a
Merge pull request #928 from hungrymonkey/fix_ref_bug
Fixes a bug in the example code in object type. Ref<MyReference> myre…
2018-01-03 11:26:37 +01:00
Rémi Verschelde b9e87f0938
Merge pull request #620 from cbscribe/sphinx_math_test
Add math/formula support in Sphinx
2018-01-03 11:09:50 +01:00
Max Hilbrunner 8b8b306f5e
Variant class (CPP): Update COW info, closes #938 2018-01-02 22:45:44 +01:00
Nathan Lovato e4688c590b
Merge pull request #904 from Calinou/compiling-updates-and-fixes
Update build instructions to mention support for Python  3.5 and later
2017-12-30 18:10:15 +01:00
Hugo Locurcio ee7849d180
Update build instructions to mention support for Python 3.5 and later
- Fix grammar and wording in many areas of the documentation
2017-12-30 14:18:40 +01:00
Michael Dufour ec9092fde9 Update ui_main_menu.rst (#922)
* Update ui_main_menu.rst

Updated link to point to the resolution managing / stretching page, was pointing nowhere.

* Update ui_main_menu.rst

Edited final link to point to the doc page, in a portable way thx to skyace65.
2017-12-30 10:18:14 +01:00
Nathan Lovato 3a5d620c68
Merge pull request #926 from skyace65/New_3D_tutorial_images
Update introduction to 3D images
2017-12-30 10:17:48 +01:00
Nathan Lovato a858d10318
Merge pull request #927 from skyace65/Update_physics_introduction_images
Update phyisics introduction images
2017-12-30 10:17:29 +01:00
Chris Bradfield 2cbf8a1ff4
Merge pull request #924 from skyace65/C_Sharp_Scripting_Page
Create C# Scripting Page
2017-12-29 13:27:48 -08:00
skyace65 7d1509f04e Create_C#_Scripting_Page 2017-12-29 22:17:18 +01:00
cheeseburger 3d603d50d8 Fixes a bug in the example code in object type. Ref<MyReference> myref = Ref<MyReference>(memnew(MyReference));
The statement is a compile error which emits  use of overloaded operator '=' is ambiguous (with operand types 'Ref<FuncRef>' and 'FuncRef *')

This commit uses neikeq suggestion of Ref<MyReference> myref(memnew(MyReference));

Fixes #506
2017-12-28 14:35:38 -08:00
skyace65 acef0c65d9 Update_physics_introduction_images 2017-12-28 16:14:14 -05:00
skyace65 f1759c76ba Update_3D_tutorial_images 2017-12-28 13:15:36 -05:00
Nathan Lovato c65485e391
Merge pull request #919 from skyace65/GDScript_history_update
Update GDScript history section
2017-12-23 18:25:25 +01:00
skyace65 74d3ce7c76 update_GDScript_history_section 2017-12-23 11:11:24 -05:00
Nathan Lovato b6b821d30f
Merge pull request #900 from pschnorbus/asset_reimport_mention_checksum
Asset workflow/Import process: Mention MD5 checksum for automatic rei…
2017-12-23 08:41:49 +01:00
Nathan Lovato 12728e748d
Merge pull request #918 from skyace65/UI-Update
update anchor images, rename anchor menu to layout menu in text
2017-12-23 08:30:11 +01:00
skyace65 49001fb47f update UI images, rename anchor menu to layout menu in text 2017-12-22 10:54:16 -05:00
Rémi Verschelde 56d45ff6e3
Merge pull request #917 from Mikerhinos/patch-1
Update high_level_multiplayer.rst
2017-12-22 11:47:14 +01:00
Michael Dufour 2d697eada6
Update high_level_multiplayer.rst
Updated bomber demo link on line 373 which was dead.
2017-12-22 11:30:56 +01:00
Rémi Verschelde a1338bd4df
Merge pull request #914 from skyace65/patch-1
Fixed four links, removed 3 commas.
2017-12-20 22:18:34 +01:00
skyace65 d7bd546fd8
Fixed four links, removed 3 commas
The links for the pages Physics introduction, GDScript, Scripting continued and C++ were fixed. The links for FAQ and Signals are still broken as those pages don't exist yet. I also removed 3 commas under the comparison chart that weren't doing anything.
2017-12-20 12:40:44 -05:00
Rémi Verschelde 79d0210a25
Merge pull request #908 from Hinsbart/fix_bakedlight_typos
Fix typos in BakedLightmap tutorial.
2017-12-18 14:10:43 +01:00
Andreas Haas a25e173614 Fix typos in BakedLightmap tutorial. 2017-12-18 13:20:45 +01:00
Juan Linietsky ad7d7c23ac corrections to lightmap doc 2017-12-17 19:17:14 -03:00
Juan Linietsky 302a33f159 Added doc about lightmaps 2017-12-17 18:13:42 -03:00
Chris Bradfield 6fc87c5e96
Merge pull request #901 from cbscribe/tutorial_fixes
Update tutorial to reflect PathFollow2D change
2017-12-13 15:21:00 -08:00
Chris Bradfield e3d4b3b7a1 Update tutorial to reflect PathFollow2D changes 2017-12-13 15:19:18 -08:00
Patrick Schnorbus 2f3fc7b215 Asset workflow/Import process: Mention MD5 checksum for automatic reimport. 2017-12-13 23:55:48 +01:00
Rémi Verschelde 9166436604
Merge pull request #897 from mhilbrunner/patch-5
High-level multiplayer update
2017-12-13 18:45:27 +01:00
Max Hilbrunner d32ed2b55b High-level multiplayer update
Documents that high-level stuff and TCP/UDP are not available on HTML5. (And that networking in general depends on platform and OS)
Also a link to the juicy stuff at the top, as well as some style fixes, especially removed lots of difficult to parse braces.

Closes https://github.com/godotengine/godot-docs/issues/508
2017-12-13 18:05:54 +01:00
Rémi Verschelde fb076a75bf
Merge pull request #896 from PJB3005/17-12-12-fix_mac_bitness_default
Fix bitness default being incorect for MacOS.
2017-12-12 18:01:36 +01:00
Pieter-Jan Briers 1d90ee7e62 Fix bitness default being incorect for MacOS. 2017-12-12 17:56:14 +01:00
Rémi Verschelde 614d8bfc5e Fix titles of Visual Script tutorials 2017-12-11 14:44:06 +01:00
Rémi Verschelde 2de9dbf2d9
Merge pull request #895 from follower/patch-1
Typo fix: "dekstop" => "desktop"
2017-12-11 07:42:25 +01:00
follower 0015fec0e0
Typo fix: "dekstop" => "desktop" 2017-12-11 19:29:13 +13:00