Commit Graph

78 Commits

Author SHA1 Message Date
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
skyace65 49001fb47f update UI images, rename anchor menu to layout menu in text 2017-12-22 10:54:16 -05:00
Chris Bradfield e3d4b3b7a1 Update tutorial to reflect PathFollow2D changes 2017-12-13 15:19:18 -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
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
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
David Pol dafd6b58bb
Replace "guards" with "enemies" for consistency
The Groups section shows how to create an "enemies" group but later on uses "guards" as the group's name.
2017-11-25 16:38:50 +01:00
PJB3005 765c03a492 Corrects case on class name, adds note about it. 2017-11-22 16:26:37 +01:00
Pieter-Jan Briers a4b91a3a4a Add C# tabs to the first scripting tutorial page. 2017-11-22 15:26:32 +01:00
Nathan c58c427ae0 Add missing link to download the life bar demo 2017-11-14 08:40:03 +01:00
mattsp1290 9177702215 Fix Step By Step Design UI instructions (#586)
* Fix download link and asset path

* Fix UI instructions

* Fix typos and convert to Meta vs Ctrl to match interface.
2017-11-13 12:08:12 +01:00
Chris Bradfield c2b1e7275f First Game: corrections and refinements 2017-11-11 20:18:36 -08:00
Chris Bradfield 79b6aa5254
Merge pull request #578 from mattsp1290/master
Fix typos and incorrect or incomplete instructions
2017-11-05 21:05:16 -08:00
Matt Spurlin 36550d7186 Remove reference to renaming node. 2017-11-05 22:57:09 -06:00
Chris Bradfield 2867cce2c3 Fix typo in code sample 2017-11-05 19:43:37 -08:00
Matt Spurlin 49eeac34ff Fix typos and incorrect or incomplete instructions 2017-11-05 21:00:10 -06:00
Chris Bradfield 9c8e4df3cc
Merge pull request #575 from cbscribe/kcc_vectorintro
Fix a couple of typos
2017-11-05 12:00:19 -08:00
Chris Bradfield 1c2ec77bf1 Fix a couple of typos 2017-11-05 11:58:56 -08:00
Nathan Lovato a254b0563b
Merge pull request #567 from mattsp1290/master
Update instancing.zip to 3.0
2017-11-04 11:52:03 +01:00
k59 a0093dde27
Correct referenced button name 2017-11-03 23:24:11 +01:00
k59 6cbd7243ed
Remove redundant duplicate paragraph 2017-11-03 15:00:26 +01:00
jaggygames 86507c2662 Fixed several typos (#568) 2017-11-01 09:45:33 +01:00
Rémi Verschelde 060d2bd234
Merge pull request #561 from cooperra/specially-vs-especially
Proofreading: Change most usages of "specially" to "especially"
2017-11-01 08:02:49 +01:00
Matt Spurlin 85c90f8520 Update instancing.zip to 3.0 2017-10-31 22:41:39 -05:00
D. Fleury 8e4656007d Scene is Project 2017-10-28 20:42:52 +02:00
MattUV de7e8a5195 Fixed broken image links in UI tutorial 2017-10-28 17:57:56 +02:00
Robbie Cooper 51ab7b8795 Proofreading: Change most usages of "specially" to "especially"
The word "specially" was routinely used where "especially" fits better (imo).

The following commands were used, followed by manually proofreading each case.

find . -type f -exec sed 's/Specially/Especially/g' -i'' {} +
find . -type f -exec sed 's/specially/especially/g' -i'' {} +
find . -type f -exec sed 's/eespecially/especially/g' -i'' {} +
find . -type f -exec sed 's/Eespecially/Especially/g' -i'' {} +
2017-10-27 23:30:45 -04:00
Nathan 3e4483c671 Remove logs folders from ui demos
fix broken links on the ui life bar code tutorial
2017-10-22 18:10:17 +02:00
Nathan fbc5abaa2d Fix UI docs build errors
- Remove CB: comments
- Fix missing images
- Fix one image name that had - instead of _ as separators
2017-10-22 14:02:28 +02:00
Chris Bradfield 8cd72d5d30 Merge pull request #511 from GDquest/ui-step-tutorials
Write intro to UI system and 2 step by step UI tutorials
2017-10-21 10:45:27 -07:00
Nathan Lovato a77f35db70 Merge pull request #541 from Fallayn/patch-1
singletons_autoload.rst: Explain Singleton names...
2017-10-21 17:00:55 +02:00
Nathan 972eb06493 add intro to UI system and 2 step by step UI tutorials 2017-10-21 16:27:01 +02:00
Nathan e977078258 Fix sphinx build warnings and errors in UI code a life bar tutorial
Rename all image files with prefixes
2017-10-21 15:17:32 +02:00
Chris Bradfield 1cb5a4b5ab Merge pull request #536 from GDquest/ui-code-life-bar-tutorial
Write Code a life bar step-by-step tutorial
2017-10-20 08:52:29 -07:00
Chris Bradfield 932947998e Merge pull request #544 from cbscribe/master
Update game tutorial: clarifications
2017-10-18 22:52:48 -07:00
Chris Bradfield f1543da80b Update game tutorial: clarifications 2017-10-18 22:17:53 -07:00
D. Fleury dd20d19ca2 Missing hide() on Player._ready 2017-10-18 21:04:00 +02:00
Nathan 19645b1c36 Write Code a life bar step-by-step tutorial
Update:

- Renamed all variables to snake_case
- Add all missing pictures
- Fix some typos
- Update the godot project
- change took_damage signal in health_changed
- add warning as the tut relies on the Oct 16 alpha build and won't work
with alpha 1
2017-10-18 10:54:50 +02:00
D. Fleury 9f4a65dd9b typo on timeout() 2017-10-17 22:19:45 +02:00
Fallayn 5c44bdf74c singletons_autoload.rst: Eplain Singleton names...
...can be used directly.
2017-10-17 22:06:34 +02:00
Rémi Verschelde 20c4c3a5c9 Fix various Sphinx warnings 2017-10-14 15:46:14 +02:00
Rémi Verschelde 786c89923d Move downloadable files to `files` subfolders next to each doc page 2017-10-14 14:41:44 +02:00
Rémi Verschelde 7f819ed873 Move images to `subfolders` next to each doc page 2017-10-14 14:41:44 +02:00
casey-mc 300951b2c1 A variety of clarity changes to the your-first-game tutorial (#517)
* A variety of clarity changes to the your-first-game tutorial

* Requested changes from review
2017-10-13 09:24:58 +02:00
Rémi Verschelde 84a3c21ba6 Merge pull request #514 from arnaudcoj/invert_gui_margin_in_your_first_game
Invert GUI margins signs in your_first_game#hud
2017-10-12 19:45:08 +02:00
Russell Waldrop 411e490320 Remove extra paren in Scripting Continued 2017-10-12 10:13:12 +02:00