Commit Graph
218 Commits
Author SHA1 Message Date
Rémi Verschelde 2ced3eef2f Merge pull request #952 from mnemotic/mnemotic-gui-events
Make a note about GUI events bubbling up
2018-01-08 14:08:16 +01:00
Rémi Verschelde 52d8d132ae Merge pull request #934 from mhilbrunner/docs-csharp
Improve C# intro docs/Unity transition guide
2018-01-06 20:35:04 +01:00
Martin Green 44d1132f36 Describe event propagation behavior in more detail 2018-01-06 15:19:59 +02:00
Nathan Lovato ab2c6cdb2f Merge pull request #955 from skyace65/Update_Viewports_Images
Update viewports pages images
2018-01-06 07:35:25 +01:00
Nathan Lovato a0ce4a84b7 Merge pull request #949 from NullConstant/section-names
Change ambiguous section titles
2018-01-06 07:31:52 +01:00
Chris Bradfield 3e8da6b2dc Fix outdated Anchor/Layout section 2018-01-05 15:46:33 -08:00
Chris Bradfield 1fb1359984 Merge pull request #956 from cbscribe/master
First game: fixes and clarifications
2018-01-05 15:25:09 -08:00
Chris Bradfield 40fbb1dbe2 First game: fixes and clarifications 2018-01-05 15:10:12 -08:00
Rémi Verschelde 30c607f363 Merge pull request #954 from mhilbrunner/mhilbrunner-scripting-delta
Small fix for scripting_continued.rst, closes #384
2018-01-05 23:27:43 +01:00
skyace65 b486cb2212 Update_viewports_images 2018-01-05 16:18:34 -05:00
Max Hilbrunner f552a53792 Small fix for scripting_continued.rst, closes #384
Closes #384
2018-01-05 22:13:13 +01:00
mhilbrunner 0bd5d553b5 Improve C# intro docs 2018-01-05 21:23:12 +01:00
Rémi Verschelde 8a5f2b3ab3 Merge pull request #953 from mhilbrunner/docs-transforms
Small fixes for transforms docs, closes #236
2018-01-05 21:21:20 +01:00
Max Hilbrunner da55f95642 Small fixes for transforms docs 2018-01-05 21:19:06 +01:00
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ąć 748745afca Change ambiguous section titles
Closes #933 and #63
2018-01-05 09:57:21 +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
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
skyace65 7d1509f04e Create_C#_Scripting_Page 2017-12-29 22:17:18 +01: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
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
skyace65 49001fb47f update UI images, rename anchor menu to layout menu in text 2017-12-22 10:54:16 -05: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
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
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 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
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 614d8bfc5e Fix titles of Visual Script tutorials 2017-12-11 14:44:06 +01:00
follower 0015fec0e0 Typo fix: "dekstop" => "desktop" 2017-12-11 19:29:13 +13:00
Chris Bradfield 44a473f86e Merge pull request #617 from mhilbrunner/patch-4
Update inputevent.rst: set_process() changes for Godot 3
2017-12-10 11:49:23 -08:00
Davide Cristini a6611fa0f2 Fix text according to the displayed editor image 2017-12-06 10:12:07 +01:00
Rémi Verschelde 2a46f56c27 Merge pull request #608 from davidpol/patch-1
Replace "guards" with "enemies" for consistency
2017-12-05 09:12:06 +01:00
Chris Bradfield 59eebac905 Add math/formula support in Sphinx 2017-12-02 09:15:01 -08:00
Martin Capitanio 44c1531f6e Clean up 93d3009
References do not work in the code blocks,
a simple paragraph is much easier to read anyway.
2017-11-30 13:06:43 +01:00
Chris Bradfield 98527ba259 Merge pull request #611 from mhilbrunner/patch-3
Update high level multiplayer docs for Godot 3.0
2017-11-29 11:48:37 -08:00
Max Hilbrunner ef6254f80b Update inputevent.rst 2017-11-28 13:15:54 +01:00
Martin Capitanio 56b66d4f05 Remove all orphaned documents
about/authors.rst: WARNING: document isn't included in any toctree
about/history.rst: WARNING: document isn't included in any toctree
about/license.rst: WARNING: document isn't included in any toctree
learning/editor/debugging.rst: WARNING: document isn't included in any toctree
learning/editor/ue4_to_godot.rst: WARNING: document isn't included in any toctree
learning/features/gui/gui_containers.rst: WARNING: document isn't included in any toctree
learning/features/networking/managing_tcp_udp_connections.rst: WARNING: document isn't included in any toctree
learning/scripting/visual_script/visual_script_basics.rst: WARNING: document isn't included in any toctree
learning/step_by_step/gui_tutorial.rst: WARNING: document isn't included in any toctree
learning/step_by_step/simple_2d_game.rst: WARNING: document isn't included in any toctree
learning/workflow/project_setup/cvs.rst: WARNING: document isn't included in any toctree
learning/workflow/project_setup/plugins_from_assetlib.rst: WARNING: document isn't included in any toctree
2017-11-28 03:32:20 +01:00
Martin Capitanio 4b627d5790 Clean up markup
community/contributing/pr_workflow.rst:232: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
development/compiling/introduction_to_the_buildsystem.rst:61: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
learning/scripting/gdscript/gdscript_basics.rst:376: WARNING: undefined label: class_rect3 (if the link has no caption the label must precede a section header)
2017-11-28 03:32:19 +01:00
Max Hilbrunner 93d30094a5 High level multiplayer: Godot 3.0 2017-11-27 05:46:14 +01:00
Chris Bradfield 33f109ea70 Merge pull request #612 from DmitryKrutskikh/master
Update shading_language.rst
2017-11-26 15:51:53 -08:00
Chris Bradfield 79c18a164e Merge pull request #597 from PJB3005/csharp-scripting-docs
Add C# tabs to the first scripting tutorial page.
2017-11-26 15:48:26 -08:00
Maksymilian Świąć c1e7eceba8 Fixes & changes to the scripting introduction doc
- Moved the paragraph regarding additional GDNative-interfaced languages to the GDNative section
- Added a paragraph about Mono to the C# section
- Changed the casing on some terms used in the VisualScript section (nouns/verbs aren't capitalized in English)
2017-11-26 19:03:21 +01:00