1709 Commits

Author SHA1 Message Date
Max Hilbrunner
346be317e7 Merge pull request #1434 from Kloppie5/patch-1
Fixed spelling mistake in comment on AS operator
2018-06-28 20:35:26 +02:00
Max Hilbrunner
16edb825a6 Merge pull request #1433 from Kloppie5/patch-2
Fixed spelling mistake in description of -noimp hint
2018-06-28 20:35:10 +02:00
Max Hilbrunner
ab88e4b7e3 Merge pull request #1432 from mhilbrunner/bring-back-fun
Reinstate fun
2018-06-28 20:34:48 +02:00
Max Hilbrunner
3584829ca8 Merge pull request #1431 from Omicron666/patch-4
Added escaped spaces to fix inline literals
2018-06-28 20:32:50 +02:00
Max Hilbrunner
5ebe614725 Merge pull request #1429 from Omicron666/patch-2
Fixes typo for IRC channel
2018-06-28 20:31:42 +02:00
Max Hilbrunner
a52db160d8 Merge pull request #1530 from aron3097/patch-1
Correct emscripten SDK download url
2018-06-21 18:54:56 +02:00
J_Hong
08294fb722 correct emscripten sdk download url
correct emscripten sdk download url
2018-06-20 21:18:08 +08:00
Rémi Verschelde
4913869a89 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.

(cherry picked from commit 90ffb6a6fa)
2018-06-18 08:40:00 +02:00
Rémi Verschelde
e4bd3dbc89 RTD: Also disable PDF builds on each commits
Latex builds for PDF also seem to make us reach the build memory
threshold...

(cherry picked from commit 370022acf4)
2018-06-06 15:04:45 +02:00
Rémi Verschelde
8590ad45b5 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.

(cherry picked from commit ae7277c1e4)
2018-06-06 10:23:22 +02:00
Max Hilbrunner
e63d91ffcf Merge pull request #1471 from jaynabonne/patch-1
Update scripting_continued.rst
2018-05-26 16:33:24 +02:00
jaynabonne
cda2e087f7 Update scripting_continued.rst
Fixed comment for QueueFree/queue_free example.
2018-05-25 20:34:26 +01:00
Nathan
67b42e75b4 Add link to the video version of the tutorial 2018-05-17 09:14:16 +09:00
Rémi Verschelde
43f552736a Sync classref with 3.0 branch 2018-05-09 11:13:17 +02:00
mhilbrunner
ec725ff8a0 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:25:43 +02:00
Max Hilbrunner
c9be19229a Merge pull request #1389 from x2f/patch-1
Added export enums in gdscript_basics.rst
2018-05-06 03:28:39 +02:00
Max Hilbrunner
5b9a396791 Merge pull request #1428 from YeldhamDev/weblate_irc
Fixed Weblate link, made the Discord link go directly to it, and added IRC channel
2018-05-06 03:23:07 +02:00
Max Hilbrunner
80d5dce1e3 Merge pull request #1427 from Omicron666/patch-1
Adding Weblate widget on homepage
2018-05-06 03:22:55 +02:00
Max Hilbrunner
9cb1be6a25 Merge pull request #1424 from YeldhamDev/build_yasm
Added yasm as an optional requirement, and did some minor formating
2018-05-06 03:22:42 +02:00
Rémi Verschelde
1dcf5ef541 Merge pull request #1419 from skyace65/C#_requierments
Update C# mono requierments
2018-05-06 03:22:24 +02:00
Max Hilbrunner
8dcf3e01b2 Merge pull request #1415 from hungrymonkey/fix_header
Fixed hyperlinks
2018-05-06 03:22:04 +02:00
Max Hilbrunner
98dcab85ea Merge pull request #1410 from mlabbe/master
typo fix spriting -> sprinting
2018-05-06 03:21:40 +02:00
Swarnim Arun
c3f388b292 Updating Viewport documentation (#1409)
* Updating the Viewport Doc
2018-05-06 03:21:20 +02:00
Chris Bradfield
134a01ebbe Merge pull request #1407 from Omicron666/patch-1
Missing bracket
2018-05-06 03:21:03 +02:00
Max Hilbrunner
edaea4f1e3 Merge pull request #1402 from hungrymonkey/audiostream_cpp
added deconstructor to remove dynmically allocated memory
2018-05-06 03:20:51 +02:00
Max Hilbrunner
bd7f3d6171 Merge pull request #1401 from acfaruk/typos
fix various typos and grammatical errors
2018-05-06 03:20:38 +02:00
hungrymonkey
d0d47ea1f8 init commit custom godot servers, new file (#1400)
* custom godot servers, new tutorial
2018-05-06 03:20:19 +02:00
Nathan Lovato
ffb19e2692 Merge pull request #1397 from Ruud88x/master
Update scripting_continued.rst
2018-05-06 03:19:59 +02:00
Ignacio Etcheverry
7e9bd53ce6 Merge pull request #1394 from mysticfall/master
#1296: Create official Godot C# style guide
2018-05-06 03:19:44 +02:00
Max Hilbrunner
3961c60f86 Merge pull request #1393 from YeldhamDev/gdscript_style_fixes
Various fixes to the "Scripting -> GDScript" to respect the GDScript style guide
2018-05-06 03:19:24 +02:00
Max Hilbrunner
f4ea5826e6 Merge pull request #1392 from KellyThomas/3d-using_transforms
c sharp samples for using 3D transforms
2018-05-06 03:16:19 +02:00
Poommetee Ketson
d66a421c10 Merge pull request #1391 from acfaruk/refprobe
fix wrong image for interior setting in reflection_probes
2018-05-06 03:16:04 +02:00
Max Hilbrunner
6230d9b2dc Merge pull request #1390 from acfaruk/master
fix typos in lights_and_shadows
2018-05-06 03:15:39 +02:00
Max Hilbrunner
df428b5217 Merge pull request #1387 from TwistedTwigleg/FPS_Part_6_Fix
Fixed a couple things I missed in part 6 of the FPS tutorial
2018-05-06 03:15:10 +02:00
Max Hilbrunner
a8df5c068c Merge pull request #1386 from mhilbrunner/gdscript
Add more info about built-in types, fix link
2018-05-06 03:14:54 +02:00
Max Hilbrunner
9ae18f3752 Merge pull request #1384 from mhilbrunner/gdscript
GDScript: Update keywords and constants, explain assert, calling base…
2018-05-06 03:14:21 +02:00
Max Hilbrunner
cef5010d76 Merge pull request #1383 from KellyThomas/custom_gui_controls
c sharp samples for custom GUI controls
2018-05-06 03:13:58 +02:00
Max Hilbrunner
f91eae676e Merge pull request #1382 from KellyThomas/autoload
c sharp samples for autoloads
2018-05-06 03:13:46 +02:00
Max Hilbrunner
8510f13140 Merge pull request #1381 from KellyThomas/signals-typos
fix typos in discussion of c sharp signals
2018-05-06 03:13:30 +02:00
Max Hilbrunner
f04f88e761 Merge pull request #1380 from KellyThomas/resources
add c sharp samples to step_by_step/resources
2018-05-06 03:13:17 +02:00
Rémi Verschelde
b75af9f2c5 Merge pull request #1378 from Calinou/improve-pr-workflow-page
Improve the PR workflow page
2018-05-06 03:12:54 +02:00
Max Hilbrunner
08f6d377d9 Merge pull request #1377 from acfaruk/master
fix transform_camera image not showing up
2018-05-06 03:12:28 +02:00
Max Hilbrunner
c414676f12 Merge pull request #1375 from acfaruk/master
fix formatting for links in android export page
2018-05-06 03:12:09 +02:00
Max Hilbrunner
cc110154df Merge pull request #1374 from yurchor/master
Fix minor typos
2018-05-06 03:11:44 +02:00
Max Hilbrunner
cb32673539 Merge pull request #1373 from kisaragi-hiu/patch-1
Add reference to documentation translation
2018-05-06 03:10:07 +02:00
Max Hilbrunner
0a8e348c44 Merge pull request #1372 from cbscribe/kcc_android_img
Android export: replace out-of-date images
2018-05-06 03:09:50 +02:00
Max Hilbrunner
70a78272ae Merge pull request #1370 from follower/patch-5
Typo fix: "automaticlaly" --> "automatically".
2018-05-06 03:08:19 +02:00
follower
8df206af69 Typo fix "ojects" --> "objects". (#1369) 2018-05-06 03:07:49 +02:00
TwistedTwigleg
e7e7e3c8ed FPS tutorial remaster (#1357)
* Started remastering first two parts of the FPS tutorial.

Now both parts follow a consistant coding style,
have up to date Zip files for every part.

* Finished the first draft for part 2, and did some edits to part 1.

* Finished writing the first draft for part 3. (Still needs editing)

I also added a blank page for part 5 and added it to the index.

* Updated and fixed a few things in Part 3

* Removed the old part 4 of the FPS tutorial and replaced it with a new part!
(Which would have been part 5 had part 4 not been removed)

* Added part 5 of the FPS tutorial.
Made a few changes to parts 4 and 1.
Added a template/overview of what to write in part 6.

* Finished part 6 of the FPS tutorial.
Now every part of the FPS tutorial is written out!

Made some minor edits to part 5.

* Added all of the zip files for the first three parts of the FPS tutorial.
Updated/Redid all of the pictures for the first three parts as well.
Fixed a few minor issues/inconsistencies in the written material.

* Added all of the zip files for the last three parts of the FPS tutorial.
Updated/Redid all of the pictures for the last three parts as well.
Fixed a few minor issues/inconsistencies in the written material.
Updated the blender files zip.

* Did some editing on parts 3 through 5 on the FPS tutorial.
2018-05-06 03:04:26 +02:00
Poommetee Ketson
85656cf362 Merge pull request #1413 from thunderrabbit/patch-1
Fix capitalization of GDScript OS.get_unique_id()
2018-04-30 21:31:01 +07:00