Michael Alexsander
bbd228e745
Silence blank line warning in "Your first game" page
2020-03-24 15:54:56 -03:00
Alexander Terry
45a404ea9f
use csharp syntax on csharp tab ( #3300 )
2020-03-24 10:32:58 +01:00
Rémi Verschelde
13bb7a651b
Sync classref with current source
2020-03-23 20:23:01 +01:00
Aaron Franke
48615ece9e
Merge pull request #3281 from aaronfranke/binary-serialization
...
Update Transform and Basis value descriptions for binary serialization
2020-03-22 22:13:16 -04:00
Aaron Franke
c66b287706
Update Transform and Basis value descriptions for binary serialization
...
Also fix incorrect documentation about int and float being 32-bit when they are actually 64-bit due to Variant.
2020-03-22 22:10:26 -04:00
Aaron Franke
b16a8eaf19
Merge pull request #3282 from pycbouh/replace-outdated-references
...
Replace Pool*Arrays with Packed*Arrays in tutorials and references
2020-03-22 22:05:21 -04:00
kzietek
4d0667ad14
Clarification on "Identifier" term in docs ( #3295 )
...
When filling iOS export forms, I got a red error that I'm missing an "Identifier". As an iOS developer and I find the term "Identifier" confusing and it should be explicitly told that it's a Bundle Identifier. When I'm looking at the form itself I thought this doesn't need to be filled as there was already a placeholder with reverse dns notation and I thought it was a default value.
2020-03-22 16:38:08 +01:00
Yuri Roubinsky
7102b7ee08
Merge pull request #3290 from Chaosus/shader_builtin
...
Rearrange description of shader built-in a bit
2020-03-20 17:10:18 +03:00
Rémi Verschelde
983235776c
No longer exclude classref from localized builds
2020-03-20 13:41:15 +01:00
Yuri Roubinsky
e1d864c848
Rearrange description of shader built-in a bit
2020-03-20 13:54:03 +03:00
Yuri Roubinsky
5a15730082
Merge pull request #3288 from Chaosus/shader_time2
...
Removed invalid spaces in shader "TIME"
2020-03-20 12:49:59 +03:00
Yuri Roubinsky
7511bf7b4b
Removed invalid spaces in shader "TIME"
2020-03-20 12:49:15 +03:00
Yuri Roubinsky
4820fb1ac4
Merge pull request #3285 from Chaosus/shader_time
...
Mark shader TIME as global built-in
2020-03-20 09:05:45 +03:00
Yuri Roubinsky
f2f8c00909
Mark shader TIME as global built-in
2020-03-20 08:29:17 +03:00
Rémi Verschelde
f41b8c90c0
Merge pull request #3283 from pycbouh/instant-search-styling
...
Adjust styling of new instant search popup
2020-03-17 14:28:18 +01:00
Yuri Sizov
069c5e0a1d
Adjust styling of new instant search popup
2020-03-17 13:30:42 +03:00
Rémi Verschelde
8d1a448b46
Merge pull request #3278 from akien-mga/extensions-pip
...
Document installation of requirements.txt with pip
2020-03-17 10:59:34 +01:00
Rémi Verschelde
74ec5d6942
Document installation of requirements.txt with pip
...
Also pin their versions to the same ones as used on RTD.
Follow-up to #3276 .
2020-03-17 10:58:43 +01:00
Yuri Sizov
075acc61b0
Replace Pool*Arrays with Packed*Arrays in tutorials and references
2020-03-17 11:15:34 +03:00
Rémi Verschelde
c85c68e694
Enable sphinx_search.extension added in #3277
...
I forgot to push this change in the previous PR...
2020-03-16 19:28:00 +01:00
Rémi Verschelde
5d13f26a00
Merge pull request #3277 from akien-mga/readthedocs-sphinx-search
...
Use new full-page search UI from upstream RTD
2020-03-16 15:04:48 +01:00
Rémi Verschelde
f4610cc7fc
Use new full-page search UI from upstream RTD
...
From https://readthedocs-sphinx-search.readthedocs.io ,
can also be tested on https://docs.readthedocs.io .
2020-03-16 13:44:23 +01:00
Rémi Verschelde
256827a5c5
Merge pull request #3276 from akien-mga/extensions-pip
...
Install sphinx_tabs using pip requirements.txt + rename folder to _extensions
2020-03-16 13:43:15 +01:00
Rémi Verschelde
463f1df6b0
Rename extensions to _extensions
...
To properly show that it's not a docs content folder but related
to the buildsystem.
2020-03-16 13:37:24 +01:00
Rémi Verschelde
0a633ca5a5
Install sphinx_tabs using pip requirements.txt
...
Upgrades us from 1.1.10 to latest (1.1.13).
2020-03-16 13:34:00 +01:00
Rémi Verschelde
78ff355d9b
Fix 2.1 version in robots.txt
2020-03-16 12:17:36 +01:00
Shane Ambler and sambler
6cac76adb4
Change the first lowercase tween to a capitalised Tween to match previous code. ( #3275 )
...
The capitalised Tween is a class name and the lowercase tween is a variable name.
While this works, the initial presentation of the call uses the classname for both interpolation options.
This is being picky but is accurate.
Co-authored-by: sambler <Develop@Shaneware.Biz >
2020-03-16 10:48:46 +01:00
Rémi Verschelde
aa65d62ae7
Merge pull request #3273 from madmiraal/remove-python2.7
...
Remove references to Python 2.7 in build requirements.
2020-03-16 09:45:56 +01:00
Rodrigo Matos and Hugo Locurcio
3ab9be521c
Ubuntu Jarsigner location hint ( #3271 )
...
* Ubuntu Jarsigner location hint - using symlink path which is shorter
* Update getting_started/workflow/export/exporting_for_android.rst
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-03-15 17:03:11 +01:00
strank and Stefan Rank
43d5f7a40a
Fix typo in code example ( #3274 )
...
Co-authored-by: Stefan Rank <strank@strank.info >
2020-03-15 16:09:45 +01:00
Marcel Admiraal
d0bad375d2
Include x86-64 option in adding support for Android x86 devices. ( #3272 )
2020-03-15 12:50:23 +01:00
Marcel Admiraal
ae0166f57e
Remove references to Python 2.7 in build requirements.
2020-03-15 10:07:00 +00:00
Rémi Verschelde
4567e5af9d
Fix code block after 11b4a4a
2020-03-13 17:49:26 +01:00
Rémi Verschelde
03d40ff29e
Sync classref with master branch (4.0 changes)
2020-03-13 17:17:50 +01:00
Rémi Verschelde
966fd002ed
Merge pull request #3268 from akien-mga/black-format-regression
...
conf.py: Fix regression from black formatting in #3229
2020-03-13 16:59:12 +01:00
Rémi Verschelde
450c2ed25f
conf.py: Fix regression from black formatting in #3229
2020-03-13 16:57:30 +01:00
Rémi Verschelde
1f36655f2a
Merge pull request #3267 from pycbouh/fix-css-media-queries
...
Improved CSS media queries to remove conflicts
2020-03-13 16:30:56 +01:00
Rémi Verschelde
11b4a4a91a
Fix code errors and style issues after #2750
2020-03-13 16:29:45 +01:00
Rémi Verschelde
a37d0c689d
Merge pull request #3263 from Calinou/improve-docs-writing-guidelines
...
Improve the Docs writing guidelines page
2020-03-13 15:27:20 +01:00
Yuri Sizov
5f12420e12
Improved CSS media queries to remove conflicts
2020-03-13 17:14:26 +03:00
Rémi Verschelde
8c7f02a450
Merge pull request #3229 from Calinou/format-python-files
...
Format `gdscript.py` and `conf.py` using Black and Flake8
2020-03-13 13:13:29 +01:00
Rémi Verschelde
76cdb89af1
Merge pull request #3226 from Jummit/no-network-image
...
Remove the screenshot of the documentation in the networking tutorial
2020-03-13 13:06:27 +01:00
Jummit
fa93ed5505
remove image in networking docs
...
and mention some more multiplayer peers
2020-03-13 13:05:12 +01:00
Rémi Verschelde
04d237d140
Merge pull request #3234 from Calinou/improve-compiling-macos
...
Improve the Compiling for macOS documentation
2020-03-13 12:58:42 +01:00
Rémi Verschelde
3e29a69e8d
Merge pull request #3219 from Calinou/add-installing-plugins
...
Add a page on installing plugins
2020-03-13 12:51:03 +01:00
Hugo Locurcio
00d1d906d4
Clarify CSV encoding requirements when importing translations ( #3211 )
...
Since Excel has no easy way to save files to UTF-8, this adds
a warning that recommends using LibreOffice or Google Sheets instead.
This closes https://github.com/godotengine/godot-docs/issues/2453 .
2020-03-13 12:31:40 +01:00
Aaron Franke and Andrii Doroshenko
a1fc2a4b10
Add Asset Library Submission Guidelines ( #3240 )
...
Update tutorials/assetlib/uploading_to_assetlib.rst
Co-authored-by: Andrii Doroshenko <xrayez@gmail.com >
2020-03-10 23:28:21 -04:00
Hugo Locurcio
6a5632eabc
Improve the Docs writing guidelines page
...
This also integrates keyboard shortcut recommendations as outlined
in #3257 .
2020-03-10 19:32:34 +01:00
Andrii Doroshenko
5b39f781ae
Document modules ability to pre-register types ( #3250 )
...
`preregister_*_types()` is available to modules since
Vulkan branch has been merged.
2020-03-10 11:12:56 +01:00
Hugo Locurcio
63bea370f4
Fix invalid JSON in Custom resource format loaders ( #3236 )
...
Comments aren't allowed in JSON, so the note must be put outside
the example.
2020-03-10 10:37:58 +01:00