Commit Graph
125 Commits
Author SHA1 Message Date
Rémi Verschelde a74a93a6c4 Merge pull request #3944 from Calinou/start-dedicated-server
Document how to start a server in Exporting for dedicated servers
2020-09-09 11:57:59 +02:00
Nathan Lovato 2e3cc7a928 Apply suggestions from code review
Try to improve the phrasing, split a sentence, and add some missing commas.
2020-09-03 10:43:44 -06:00
skyace65 b2fe936881 Fix and improve changing application icon for Windows page 2020-09-02 16:41:40 -04:00
Nathan Lovato 5b635d94b8 Merge pull request #3931 from skyace65/PCKWarning
Add warnings on embedded pck files
2020-09-01 16:32:57 -06:00
Hugo Locurcio 334357ebc5 Document how to start a server in Exporting for dedicated servers
This mainly applies to projects where both the client and server
are implemented as part of the same project.
2020-08-29 18:23:34 +02:00
skyace65 002b976255 Add warnings on embedded pck files 2020-08-24 20:11:00 -04:00
Hugo Locurcio 9bbed16be7 Document known bugs with rcedit in executables that embed a PCK file 2020-08-24 21:42:13 +02:00
Matthew 394c72a4da Reorder exporting articles to be more logically ordered (#3929) 2020-08-24 21:25:55 +02:00
Hugo Locurcio 57e98914a2 Mention the OpenGL requirement when using the --no-window CLI argument 2020-08-07 15:42:13 +02:00
Tania R. Zúñiga f7ebb1b5c0 Specify more options to python -m http.server to avoid errors (#3855)
better use python -m http.server 8000 --bind 127.0.0.1 to avoid UnicodeDecodeError
2020-08-02 12:25:18 +02:00
Jonas d8a0848634 Add notice for signing issues when exporting to iOS with same name (#3810) 2020-07-20 09:43:53 +02:00
MarcoandHugo Locurcio 9b6dfa766a fix: update jarsigner default location on windows (#3802)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-07-16 10:32:14 +02:00
Hugo Locurcio b64894efe3 Clarify instructions in Exporting for dedicated servers
This also mentions how to export only a PCK file from a headless editor.
2020-07-13 11:33:10 +02:00
Cyril Bos cfb4867bc0 Update exporting_for_android.rst
I ran the original command and keytool printed:                                                                                                                                                         Warning:                                                                                                                The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore debug.keystore -destkeystore debug.keystore -deststoretype pkcs12". 

So I added the `-deststoretype pkcs12` to the command used for the generation. Maybe we should also add a note for old projects to migrate using that command printed by keytool. 

Also, there is a default directory Android/keystores when you install the SDK (tested only on Windows 10 but I think it is the same on Mac & Linux), so maybe we should propose that as the default location for the debug.keystore
2020-06-27 21:57:52 +02:00
Matthew 8d7e85a26a Update JDK installation instructions in Exporting for Android (#3653) 2020-06-11 14:51:58 +02:00
Matthew 9bf6080991 Update Exporting Projects page for Godot 3.2 (#3654) 2020-06-09 14:42:40 +02:00
Hugo Locurcio 251b86949c Document the lack of dynamic loops in WebGL 1.0
I documented it in both places where it could be relevant to ensure
people don't miss it.

This closes #2980.
2020-06-08 11:22:55 +02:00
Rémi Verschelde ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
skyace65 7de66577d2 Document automatic signing of UWP apps 2020-05-23 16:47:04 -04:00
skyace65 0b8269935c Mention Open JDK in step by step exporting 2020-05-22 13:22:37 -04:00
Hugo Locurcio ec77f48d5e Add documentation about exporting for dedicated servers
This also documents how to build dedicated server binaries.
The part about compiling will need to be updated for Godot 4.0
once the server platform is usable again.

This also removes prompts before commands so that they can be
copy-pasted by triple-clicking without selecting the prompt.
2020-05-19 21:52:23 +02:00
SkyLucilfer 522e8e21b3 Update "Download the command-line tools" section
Remove the unrelevant image under "Download the command-line tools" section.

Update the information under this section too as I believe it is outdated. 
I couldn't execute the sdkmanager following the outlined directory structure.
The problem I faced and the solution I found is in this link
https://stackoverflow.com/questions/60440509/android-command-line-tools-sdkmanager-always-shows-warning-could-not-create-se
2020-05-17 18:33:21 +02:00
jluini 17c0c078c1 Fix in note about adaptive icons ('radius' changed to 'diameter') 2020-05-15 20:12:16 -03:00
Ivan TsoninskiandMax 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 MatosandHugo 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 SwearingenandHugo 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