jluini
17c0c078c1
Fix in note about adaptive icons ('radius' changed to 'diameter')
2020-05-15 20:12:16 -03:00
Ivan Tsoninski and Max Hilbrunner
46fe0e181d
How to fix "Could not create settings" ( #3350 )
...
* How to fix "Could not create settings"
I added an explanation for what to do if you get an error "Warning: Could not create settings".
* Update getting_started/workflow/export/android_custom_build.rst
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2020-05-04 19:01:17 +02:00
Hugo Locurcio
ab2f52baf0
Document how to opt-out of replacing files when loading a PCK file
...
This feature was added in Godot 3.2.
2020-05-04 10:00:23 +02:00
Rémi Verschelde
e6b00ca97a
Misc formatting fixes
2020-04-27 12:17:47 +02:00
Yuri Sizov
135b33b768
Replace British spelling and fix various typos
2020-04-27 12:18:52 +03:00
Max Hilbrunner
2c1d18148c
Merge pull request #3406 from Calinou/add-html5-ios-warning
...
Warn about outstanding bugs in the HTML5 export when running on iOS
2020-04-26 18:03:13 +02:00
Hugo Locurcio
a70630b924
Fix duplicate colon in Exporting for Android
2020-04-24 11:54:47 +02:00
Hugo Locurcio
e7e869afe5
Warn about outstanding bugs in the HTML5 export when running on iOS
2020-04-18 15:11:28 +02:00
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
Yuri Sizov
4acf7a6563
Fix syntax highlighting for various languages ( #3387 )
2020-04-15 16:33:20 +02:00
Hugo Locurcio
6fb8d9b5de
Rename all instances of the x11 platform to linuxbsd
...
Export template binaries haven't been renamed yet, so their names
were left as-is.
2020-04-01 09:15:45 +02:00
Rémi Verschelde
ac5aa6cd1e
Improve docs about compilation toolchain requirements
...
Add mention about installing Python 3-flavored SCons with
pip for Linux distros which still only provide a Python 2 build
(e.g. Ubuntu 18.04).
2020-03-25 15:05:14 +01: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 Sizov
075acc61b0
Replace Pool*Arrays with Packed*Arrays in tutorials and references
2020-03-17 11:15:34 +03: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
Yuri Sizov
37604be65f
Improved keystroke formatting for shortcuts and key press menti… ( #3257 )
2020-03-09 23:50:53 +01:00
Hugo Locurcio
4dccd9fbd4
Describe how to load a C# DLC ( #3242 )
...
Explains how to load a PCK made from a C# project.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-03-04 23:58:55 +01:00
Hugo Locurcio
32460e7e31
Fix a typo in an Exporting for Web code sample ( #3241 )
2020-03-04 22:24:51 +01:00
Jason Swearingen and Hugo Locurcio
56e5baffdf
Add minimal details required to successfully Export to Android ( #3066 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-03-03 23:27:35 +01:00
Bruno Lourenço
e06437ef78
Add launcher icons section to Exporting for Android. ( #3083 )
2020-01-21 01:49:47 +01:00
Rémi Verschelde
6b1ebe7844
Merge pull request #2740 from Calinou/improve-one-click-deploy
...
Improve One-click deploy documentation
2019-10-29 12:26:19 +01:00
Hugo Locurcio
7270c76c5d
Improve the Custom builds for Android page
...
This closes #2870 .
2019-10-21 21:55:32 +02:00
Emmanuel Barroga
5380032f85
Instructions about reusing HTML file is slightly confusing.
2019-10-12 19:22:07 -07:00
Hugo Locurcio
0e088b38ea
Improve One-click deploy documentation
...
- Shorten text to be more concise
- Remove references to BlackBerry 10, whose support was removed
a long time ago
2019-09-04 00:19:04 +02:00
Rémi Verschelde
fb699e6591
Merge pull request #2697 from Calinou/exporting-android-size-optimization
...
Document APK size optimization in Exporting for Android
2019-09-01 17:36:26 +02:00
Hugo Locurcio
859787cd3b
Document APK size optimization in Exporting for Android
2019-09-01 17:09:14 +02:00
Hugo Locurcio
d7bd4673bf
Mention new Firefox security policies in Exporting for the Web
...
Firefox 68 and later cannot load resources from the local filesystem
anymore, so a Web server needs to be used.
2019-09-01 14:56:10 +02:00
Hugo Locurcio
4063b4c02a
Clarify exporting a PCK from the command-line
...
The "Runnable" preset is actually used to define which presets
can be run from an one-click deploy in the editor. It is currently
only used for Android and HTML5.
From testing on commit
https://github.com/godotengine/godot/commit/5441aaf768d6dd4c3d8465e6b340ae38ddc7db1d ,
the export preset's "Runnable" status has no bearing on whether
a PCK file can be created or not.
Likewise, an executable project can still be exported
from an export preset not marked as "Runnable".
2019-08-12 14:45:39 +02:00
Remi Rampin
91897778b2
[Minor] Fix "it's" that should be "its" ( #2595 )
...
* Fix "it's" that should be "its"
* Other fixes
2019-07-15 17:44:07 +09:00
Nicholas Thompson
c4a1722a00
Add warning about using spaces in IPA filename. ( #2569 )
...
Warning to avoid using spaces in the exported IPA filename
See: https://github.com/godotengine/godot/issues/30052
2019-07-02 13:51:21 +02:00
Michael Alexsander Silva Dias
63d8ee9a48
Fixes for the new Android tutorials
2019-04-24 22:49:00 -03:00
Juan Linietsky
188080832d
Fixes to tutorials for Android
2019-04-24 18:01:04 -03:00
Juan Linietsky
3d58f51aa6
Added documentation about the new Custom Build system for Android
2019-04-24 17:02:45 -03:00
Ignacio Etcheverry
a129652342
Fixes and improvements of C# code examples
2019-02-18 22:08:01 +01:00
Michael Alexsander Silva Dias
b7eb4e0cb2
Fix unexpected indentation in "Exporting for web" page
2019-02-06 10:51:24 -02:00
Rémi Verschelde
5b2aaf8d41
Optimize PNGs with optipng
...
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
dc2ff4434b
Style changes to #2155
2019-01-26 21:10:54 +01:00
Leon Krause
4cb5df447b
Update HTML5 platform docs
2019-01-23 23:21:55 +01:00
MelvinWM
b1eb97e34b
Improve Android export presets reg. passwords. ( #2077 )
2019-01-08 13:25:48 +01:00
Rémi Verschelde
aa7a9f8675
Misc heading fixes
2019-01-08 11:30:55 +01:00
Rémi Verschelde
a1af0dfc13
Adapt tutorial hyperlinks after godotengine/godot#24640
2019-01-07 11:43:18 +01:00
Rémi Verschelde
8a49da6da5
Fix internal links to use proper :ref: syntax
2018-12-13 12:05:35 +01:00
Rémi Verschelde
559ab15371
Merge pull request #1895 from willnationsdev/mod-tut
...
Add .pck creation tutorial
2018-12-13 11:51:43 +01:00
Rémi Verschelde
2dfa50facd
Merge pull request #2021 from corrigentia/patch-49
...
Add missing word to changing_application_icon_for_windows.rst
2018-12-11 10:44:33 +01:00
Rémi Verschelde
45d89b56a1
Merge pull request #2012 from corrigentia/patch-41
...
Tweak exporting_projects.rst a little
2018-12-11 10:37:57 +01:00
Rémi Verschelde
4aa29d9590
Merge pull request #2020 from corrigentia/patch-48
...
Fix logical sequence and add missing grave accent mark to French loanword in one-click_deploy.rst
2018-12-11 10:37:06 +01:00
corrigentia
2758a65cff
Update changing_application_icon_for_windows.rst
2018-12-11 11:31:36 +02:00
corrigentia
d872e50081
Update one-click_deploy.rst
2018-12-11 11:10:55 +02:00
corrigentia
ae3e090ee2
Update customizing_html5_shell.rst
2018-12-11 10:55:11 +02:00