53 Commits
Author SHA1 Message Date
Max HilbrunnerandHugo Locurcio 599e40618f Codespell & typo fixes (#6101)
* Codespell & typo fixes

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-09-01 18:17:32 +02:00
David Khachaturov 1751f603e0 Add mazette! as a third-party company offering console ports of Godot 2022-08-03 12:48:47 +02:00
Hugo Locurcio 42bccb17a8 Document troubleshooting rendering issues on Android and iOS 2022-04-20 00:56:33 +02:00
Wojtek Kubiak b40657be00 Add Xbox Series X/S support by Pineapple Works (#5714) 2022-03-25 15:34:17 +01:00
szymonm-google 6c49c23a3d Fix broken formatting in Creating Android plugins (#5560) 2022-01-27 22:14:04 +01:00
MatthewandHugo Locurcio 60b2a15a45 Remove duplicated parts of Android plugin page (#5555)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-27 11:49:57 +01:00
Nathan Lovato e2d349c116 fix warnings with files not appearing in any table of contents 2021-11-24 20:52:30 -06:00
Nathan Lovato cefcd724d9 Move and group android docs in platform/android
Closes #4162
2021-11-24 10:25:20 -06:00
skyace65 181ae1312c Update console support information 2021-11-03 16:16:24 +01:00
Hugo Locurcio 2845e3f98a Fix build error after cherry-picks 2021-10-15 15:46:29 +02:00
Hugo Locurcio 4f99906927 Always use variables to access iOS-only singletons in Plugins for iOS
This is required to avoid script compilation errors on other platforms.
2021-10-15 15:13:39 +02:00
9da1dd098f Update services_for_ios.rst (#4465)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2021-10-15 15:12:50 +02:00
ebbc120baa Update android_in_app_purchases.rst (#5104)
* Update Android In-App Purchase

Co-authored-by: Timo Schwarzer <me@timoschwarzer.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2021-10-15 15:03:17 +02:00
Sergey Minakov af794c5c7e [iOS] Extend plugins documentation
(cherry picked from commit ca1cbee5ea)
2021-07-22 21:08:19 +02:00
hpnrep6 b7ef4a3708 Fix inline code going out of bounds for 3.3 (#5086) 2021-07-13 09:32:13 +02:00
Rémi Verschelde e2b95576d8 Cleanup uses of double spaces between words or after punctuation 2021-07-13 00:44:58 +02:00
hpnrep6 0cc795b04e Remove extra comma in iOS plugins page (#5003) 2021-06-17 03:01:47 +02:00
Fabio Alessandrelli 8f2590e8a2 Update the "Customizing the HTML5 Shell" page.
Reflecting new changes in master, and upcoming in `3.2.4`.

(cherry picked from commit 52d64f0bc36141e9faa25b6fb1e2ea0a7b20f6fd)
2021-03-31 18:19:34 +02:00
Rémi Verschelde 073ec58a8b Merge pull request #4737 from Calinou/update-ios-3.2
[3.3] Update iOS plugins documentation
2021-03-31 10:15:32 +02:00
Rémi Verschelde c52286a42a Remove 3.2.x notes not needed in the 3.3 branch 2021-03-19 14:11:10 +01:00
Nathan Lovato 3b32aba5f1 Edit iOS plugin documentation updates 2021-03-10 17:01:36 +01:00
Sergey Minakov d8de214d5c Update iOS plugins documentation 2021-03-10 17:00:38 +01:00
Nathan Lovato d0793b22d7 Edit and move ios_plugin.rst 2021-03-10 16:58:27 +01:00
Hugo Locurcio 78d451e925 Remove Xbox One from the platforms provided by Lone Wolf Technology (#4690)
This closes https://github.com/godotengine/godot-docs/issues/4688.
2021-02-27 19:19:06 +01:00
Fabio Alessandrelli 58690b4c0a Update HTML5 classref with autogenerated jsdoc.
(cherry picked from commit 6d02c860e3)
2021-02-26 15:33:02 +01:00
Poq Xert 19cb5ec6a2 iOS GameCenter: Add authenticate method
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-07-24 23:51:08 +10:00
Ricardo Alcantara 2d7f79cd3f Android plugin: Fix link to demo project (#3813) 2020-07-20 09:42:55 +02:00
Timo Schwarzer 2a4ce75d80 Fix examples using queryPurchases 2020-06-27 22:28:08 +02:00
Timo Schwarzer 0f8054882a Update Android IAP tutorial for 3.2.2 2020-06-20 00:21:53 +02:00
Hugo Locurcioandwkubiak 7781dabfa8 Improve the Console support in Godot page
Co-authored-by: wkubiak <wojtek@pineapple.works>
2020-05-20 11:48:33 +02:00
Hugo Locurcio 4f6fdbc710 Fix various spacing and capitalization issues 2020-05-18 09:54:32 +02:00
Hugo Locurcio d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Hugo Locurcio b13d1fd083 Update the Customizing the Web export HTML page 2020-04-26 18:44:29 +02:00
Yuri Sizov 4acf7a6563 Fix syntax highlighting for various languages (#3387) 2020-04-15 16:33:20 +02:00
Yuri Sizov d5fd8a3841 Split Web export guide into class reference and the guide itself (#3326) 2020-04-15 11:53:33 +02:00
Relintai f8d4b358f4 Update engine.startGame's docs. 2020-02-12 23:59:00 +01:00
asynts 53f878bdaf Replace 'code' directives with 'code-block' directives.
The `code` directive highlights all sources as GDScript. Other languages are
highlighted incorrectly at the moment, even if `.. code:: [language]` is
specified.

It does, however, work with the `code-block` directive. The reason seems to be
that this directive is Sphinx specific.
2020-01-13 18:45:39 +01:00
Cregg Hancock 2fed8ce305 Fixing a typo from the PR to add Pineapple Works
There was a small typo that messed up the rst formatting from my last PR. Accidentally put in an underscore before the first `.
2019-09-26 09:50:22 -05:00
Cregg Hancock 702a4949bc Added Pineapple Works as another provider
Added Pineapple Works as another provider for both porting and publishing of Switch and Xbox One Godot games.
2019-09-26 08:40:39 -05:00
Hugo Locurcio 09072383e8 Add a notice about the company list on the "Console support in Godot"
It might not be immediately obvious that companies can be added
to the list by simply requesting it in an issue
(or making a pull request). This should make it more evident.
2019-07-30 00:13:15 +02:00
Rémi Verschelde 501e3e44f4 Fix iOS GameCenter interface docs
Supersedes and closes #2383.
2019-05-15 12:05:50 +02:00
Hugo Locurcio 87d81b9d4a Fix various typos 2019-03-20 01:03:48 +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
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Andrew Long 683b910bb9 add info about restoring purchases on iOS 2018-09-21 16:17:04 -04:00
Hugo Locurcio 7172280b75 Improve writing style in "Console support in Godot" 2018-08-08 00:17:44 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Max Hilbrunner 9b7d76250f Console support writing fixes 2018-03-12 22:37:32 +01:00
Max Hilbrunner 02ca971277 iOS Services writing fixes: change 2 to two 2018-03-12 22:34:25 +01:00