Commit Graph

1756 Commits

Author SHA1 Message Date
Hugo Locurcio
b2eb5ed8d4 Improve Custom Godot servers page and fix typos
This also makes the example code conform to the engine code style.
2018-06-20 20:24:29 +02:00
Max Hilbrunner
0bdfc53b2a Merge pull request #1525 from YeldhamDev/reflection_bulletpoint_fix
Fix bullet point in 'Reflection Probes' page
2018-06-19 18:57:08 +02:00
Michael Alexsander Silva Dias
3606562c15 Fix bullet point in 'Reflection Probes' page 2018-06-19 03:51:27 -03:00
Rémi Verschelde
90ffb6a6fa Remove tutorial on linear algebra for rotations
Though it covers an interesting topic in a way that can be beneficial
to many Godot users, after discussion with doc team members and reduz
we feel that its current scope is too out of phase with the target
readership of the Godot docs.

This tutorial would work better hosted out of the Godot docs, and
referenced with a `.. seealso::` link for those who want to dig further
into the math meat.

Thanks a lot to tagcup for this contribution though (as well as the
many contributions to the engine's math and rendering), and sorry for
not better describing what kind of "advanced" math tutorial would be
fitting for the Godot docs.

Sphinx: Also reverted from mathjax to imgmath, as the former implied
running JS code on every single page (regardless of their use of LaTeX
formulas to renderer), so for now imgmath is simpler and good enough.
2018-06-18 08:39:44 +02:00
Lu Jiacheng
a3d7beae43 Add godot-blender-export doc (#1501)
* add a directory to place godot-blender-exporter doc

* Added documentation for physics, lights and materials export
2018-06-18 06:31:37 +02:00
Max Hilbrunner
c57ae76119 Merge pull request #1481 from YeldhamDev/step_by_step_tweaks
General changes to some pages in the "Step by step" section
2018-06-18 05:33:20 +02:00
Max Hilbrunner
95e0b3674f Merge pull request #1506 from clayjohn/viewports
Updated Viewport tutorial
2018-06-18 05:24:59 +02:00
Jason Maa
d110f7bd88 Grammar and readability fixes for "Step by step", "2D", and "3D" (#1518)
* Minor changes to UI control doc

* Step by step minor grammar fixes

* Editor readability and grammar tweaks

* 2D readability and grammar tweaks

* 3D readibility and grammar tweaks, rewrite part of IK

* Fix bad merge

* Add requested changes, update lifebar UI screenshot
2018-06-18 05:22:32 +02:00
Max Hilbrunner
38a3ed135a Merge pull request #1521 from Chuck5ta/master
2 corrections made to the text
2018-06-18 05:14:37 +02:00
Max Hilbrunner
8dcb570b74 Audio Buses: Fix TODOs 2018-06-18 04:18:13 +02:00
Max Hilbrunner
722b45e7d2 Remove TODO about property hints from step-by-step 2018-06-18 03:34:23 +02:00
Nathan Lovato
b21c8200f4 Merge pull request #1522 from SuperWig/master
Added clarity and a fixed typo
2018-06-17 08:28:40 +09:00
Daniel Marshall
e73ef7511f Added clarity and fixed typo 2018-06-16 19:19:56 +01:00
Charles A Edwards
6c2d4d6800 QUESTION: GDScript? Why use a custom scripting language instead of my language of choice?
ERROR 1:

2nd paragraph
Last sentence

Please do the effort to learn GDScript

should read:

Please make the effort to learn GDScript

ERROR 2: (Incorrect word used)

Last paragraph
First sentence

(less than 300 pixels in width)

should be:

(fewer than 300 pixels in width)
2018-06-15 20:03:47 +01:00
Rémi Verschelde
b6cb5c3ee7 Add layout.html template to set hreflang attributes
Tentative fix for search engines pointing English-seeking users
to localized docs.
2018-06-12 23:08:16 +02:00
Nathan Lovato
b2017534d6 Merge pull request #1513 from swarnimarun/patch-1
Adding Steincodes channel link
2018-06-12 07:20:04 +09:00
Swarnim Arun
7c230f051c Adding Steincodes channel link
to the tutorials page
2018-06-11 23:54:03 +05:30
Max Hilbrunner
6914ab3505 Merge pull request #1504 from BastiaanOlij/fix_gdnative_cpp_mistakes
Just fixed some small things
2018-06-09 20:00:32 +02:00
Max Hilbrunner
a11a2bddb6 Merge pull request #1505 from willnationsdev/simplify-scons
Used hardcoded, downloadable scons for C++ tut
2018-06-09 19:55:56 +02:00
Max Hilbrunner
b1529d86ad Merge pull request #1508 from comradekingu/patch-1
Menu path updated
2018-06-09 19:51:05 +02:00
Allan Nordhøy
e90d655995 Menu path updated 2018-06-08 23:53:45 +02:00
clayjohn
482ba1b5d5 updated Viewport tutorial 2018-06-07 23:31:09 -07:00
Will Nations
7c7832fcf3 Used hardcoded, downloadable scons for C++ tut 2018-06-07 21:49:07 -05:00
Bastiaan Olij
acb07b3123 Just fixed some small things 2018-06-08 10:28:36 +10:00
Ignacio Etcheverry
1169441dc1 Merge pull request #1477 from toumorokoshi/master
Adding build debug instructions for c#
2018-06-07 08:32:33 +02:00
Yusuke Tsutsumi
b4c1dd8aae removing build debug instructions, as it is now viewable in the UI. 2018-06-06 20:22:09 -07:00
TwistedTwigleg
af8de6f73f FPS RigidBody Fix (#1500)
* Changed the wording in the first three parts of the FPS tutorial to
not use "we" when refering to the player.

Changed the name of variables outside of a function to "class variables"
(instead of "global variables", which was less accurate and can be confusing)

Changed the code in RigidBody_hit_test.gd to take bullet rotation into account.

* Changed part 4 and part 5 of the FPS tutorial to not use "we" as often, and not to use "we" for referring to scripts
and other objects.

Changed some of the code to reflect changes in RigidBody_hit_test.gd.

Fixed typos and other small changes.

* Changed part 6 of the FPS tutorial to not use "we" when referring to scripts and other objects.
Fixed a couple minor things in part 2.
Updated all of the zip files to reflect the changed code in RigidBody_hit_test.gd.
2018-06-07 01:37:01 +02:00
Max Hilbrunner
0b8adae6bf Merge pull request #1495 from Jason0214/TSCN_format
Add some tscn nodes and resources documents
2018-06-07 01:33:46 +02:00
Max Hilbrunner
985ec8f7ea Merge pull request #1488 from BastiaanOlij/gdnative_cpp_example
Tutorial for a very basic C++ GDNative plugin
2018-06-07 01:13:56 +02:00
Jason0214
ff8b909027 add some tscn nodes and resources documents 2018-06-06 11:23:54 -07:00
Rémi Verschelde
370022acf4 RTD: Also disable PDF builds on each commits
Latex builds for PDF also seem to make us reach the build memory
threshold...
2018-06-06 15:04:32 +02:00
Rémi Verschelde
ae7277c1e4 Add .readthedocs.yml file to disable htmlzip and epub builds
Reference: https://docs.readthedocs.io/en/latest/yaml-config.html

`htmlzip` target is too heavy and slows down build a lot (or makes it timeout),
so disabling for now. We could reenable it if an option is given for a non
`singlehtml` target, see https://github.com/rtfd/readthedocs.org/issues/4190.

Also disabling `epub` target for now, as it also makes builds slower and we
iterate too fast on the master branch for it to be meaningful.
We could eventually build ePub versions manually once a month or so and upload
those somewhere if there's demand for it.
2018-06-06 10:21:28 +02:00
Rémi Verschelde
28d09cf550 Sync classref with current source 2018-06-05 21:07:04 +02:00
Bastiaan Olij
2b083d3265 Tutorial for a very basic C++ GDNative plugin 2018-06-05 13:22:05 +10:00
Michael Alexsander Silva Dias
922ceab77a General changes to some pages in the "Step by step" section. 2018-06-03 23:23:02 -03:00
Max Hilbrunner
82044bddb6 Merge pull request #1498 from mhilbrunner/mhilbrunner-step-by-step-script
Step-by-step scripting: Reorder functions
2018-06-04 02:33:15 +02:00
Max Hilbrunner
a7e0c78b40 Step-by-step scripting: Reorder functions 2018-06-04 02:32:27 +02:00
Max Hilbrunner
4db858aa7e Merge pull request #1491 from skyace65/mono_version_update
Update Required Mono Version
2018-06-03 21:51:04 +02:00
Max Hilbrunner
5625309403 Merge pull request #1493 from gwilymk/fix_networking_docs
Correct API mention is_networking_server -> is_network_server
2018-06-03 21:49:45 +02:00
Gwilym Kuiper
b1fea15d4c Correct API mention is_networking_server -> is_network_server 2018-06-03 16:52:59 +01:00
Chris Bradfield
4164e10859 Merge pull request #1492 from ProfesorTartelett/patch-1
Probable typo. Changed Vector(x, y) to Vector2(x, y)
2018-06-03 08:09:29 -07:00
Profesor Tartelett
8032eca4d7 Probable typo. Changed Vector(x, y) to Vector2(x, y) 2018-06-03 13:02:52 +02:00
Matthew Ehrenhofler
346ba1cddb Update Required Mono Version 2018-06-02 12:49:37 -04:00
Max Hilbrunner
8274d9fb3f Merge pull request #1445 from KellyThomas/patch-1
use `await ToSignal()` for game over timing
2018-06-01 13:39:48 +02:00
Rémi Verschelde
3115cc576d Fix escaping \ in classref converted from XML
Fixes #1486.
2018-05-31 15:39:24 +02:00
Rémi Verschelde
b592ef1e38 Sync classref with current source 2018-05-31 15:37:26 +02:00
Rémi Verschelde
a6f1265403 Merge pull request #1482 from romeojulietthotel/fix_linkcheck_404s
Fix 404s, some redirects and some broken links.
2018-05-31 09:22:29 +02:00
None
f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
Yusuke Tsutsumi
12ebf03e77 removing extraneous section around c# build tool 2018-05-29 21:02:10 -07:00
Rémi Verschelde
ec28f3d429 Sync classref with current source 2018-05-28 14:55:19 +02:00