Commit Graph
1254 Commits
Author SHA1 Message Date
Rémi Verschelde a05b490a27 Merge pull request #1143 from jbuschdev/patch-1
Updating resource restriction docs for Xbox One
2018-02-14 00:51:07 +01:00
jbuschdev 1a6676eebe Updating resource restriction docs for Xbox One
Microsoft recently lifted the restrictions of UWP games on Xbox One if submitted through the "Xbox Live Creators Program" to allow nearly the full power of the Xbox One.
2018-02-13 15:37:24 -08:00
Rémi Verschelde 8e7f5979c8 Merge pull request #1114 from Simonah88/master
Fixed build command for shared library summator
2018-02-13 23:40:15 +01:00
Max Hilbrunner 7fba674fcf Update PR template: Simplify
Simplify PR template as it isn't shown with markdown formatting when creating a PR
2018-02-13 00:24:10 +01:00
Max Hilbrunner d565b21817 Merge pull request #1137 from mhilbrunner/docs-pr-template
Create PR template
2018-02-13 00:20:52 +01:00
Max Hilbrunner 4627927055 Create PR template 2018-02-13 00:19:53 +01:00
Max Hilbrunner 4cb983d24b README: Add note about branches 2018-02-13 00:10:14 +01:00
Max Hilbrunner 7068b6bb81 Merge pull request #1136 from Calinou/exporting-for-web-fixes
Tweak spelling a bit in Exporting for the Web
2018-02-12 23:25:48 +01:00
Hugo Locurcio b1e481408a Tweak spelling a bit in Exporting for the Web 2018-02-12 23:01:40 +01:00
Gem 0535f79cd1 Copyedit of "getting_started/step_by_step/your_first_game" (#1128)
* Added "your_first_game.rst"

* Minor edits

* Changed "CamelCase" to "PascalCase"
2018-02-11 22:09:16 +01:00
Max Hilbrunner 7a4190f44c Merge pull request #1124 from viktor-ferenczi/viktor-ferenczi-fixes
Updated Pywin32 URL, since they moved to GitHub
2018-02-10 16:46:03 +01:00
Viktor Ferenczi bbdc2ab930 Updated Pywin32 URL, since they moved to GitHub 2018-02-10 16:32:44 +01:00
Nathan Lovato cee560fca7 Merge pull request #1047 from hungrymonkey/add_audiostream
Created an inital guide on how to make audiostreams
2018-02-08 15:30:16 +01:00
Nathan Lovato b7eb06533a Merge pull request #1118 from daglilley/master
Fix typos in Control the game's UI with code
2018-02-08 15:29:23 +01:00
daglilley 58b2c93582 Fix typos 2018-02-08 22:05:18 +09:00
Nathan Lovato caa11f3e1a Merge pull request #1116 from skyace65/fix-typo
Fix Typo in Background Loading
2018-02-08 11:01:07 +01:00
cheeseburger 8e5be124df added mhilbrunner suggested changes
fix audiostream

change ; to : for list of items

change doc to this guide
2018-02-07 16:41:21 -08:00
Max Hilbrunner 1b7edf4f8e Merge pull request #1112 from mhilbrunner/docs-warnings
Fix broken links in docs
2018-02-07 19:20:03 +01:00
skyace65 156f02fc55 Fix typo in background loading 2018-02-07 12:22:49 -05:00
Simon 33ba2003de Fixed build command for libsummator 2018-02-07 08:56:48 -08:00
Max Hilbrunner 6c6811b32a Small fix in Custom drawing for 2D
Change Vector2Array to PoolVector2Array
2018-02-07 15:05:50 +01:00
Unknown 66c073e899 Fix broken links in docs 2018-02-07 14:55:12 +01:00
Max Hilbrunner b3eadbc154 Merge pull request #1108 from YeldhamDev/data_paths_fix
Fixed wrong userdata path for unix-like systems in "Data Paths"
2018-02-06 10:03:25 +01:00
Max Hilbrunner aa85150646 Merge pull request #1107 from skyace65/remove-obselete-functions
Remove old GDScript functions in Scripting Continued
2018-02-06 10:02:35 +01:00
Chris Bradfield fb3be90ae4 Small correction tutorial image 2018-02-05 19:43:11 -08:00
Michael Alexsander Silva Dias ac5dba177b Fixed wrong userdata path for unix-like systems in "Data Paths". 2018-02-06 00:20:25 -02:00
skyace65 1f809cf43f Remove old GDScript functions 2018-02-05 20:30:40 -05:00
Max Hilbrunner be0817bde1 Merge pull request #1106 from YeldhamDev/gdscript_styling_fix
Fixes for the GDScript styling in various pages
2018-02-06 02:10:02 +01:00
Gem a3e148d2b5 Copyedit of "getting_started/step_by_step/scripting_continued" (#1105)
* Copy edit / proofreading for scripting_continued.rst
2018-02-06 02:08:20 +01:00
Michael Alexsander Silva Dias 23cb08ce0a Fixes for the GDScript styling in various pages. 2018-02-05 20:12:52 -02:00
Max Hilbrunner 5fe2bb26d7 Merge pull request #1102 from WellFiredDevelopment/master
Added c# code samples.
2018-02-05 16:01:26 +01:00
Max Hilbrunner 5654381409 Merge pull request #1101 from WellFiredDevelopment/patch-1
Suggest the correct mono package
2018-02-05 15:57:49 +01:00
Max Hilbrunner c5b670122b Merge pull request #1098 from SomethingFawful/master
Better code style for match statements
2018-02-05 15:55:37 +01:00
Max Hilbrunner c988526545 Merge pull request #1100 from StaticDynamics/patch-2
Fix typo in gdscript_advanced.rst
2018-02-05 15:54:04 +01:00
Terry Magnus Drever b6e543e00c Added c# code samples. 2018-02-05 17:19:42 +09:00
WellFiredDevelopment f94f4ad586 Suggest the correct mono package
I was attempting to get this running for a while and chasing my tail, most of the time mono-devel is sufficient for me, but after 5.x+ you won't have monosgen-2 unless you install mono-complete.
2018-02-05 14:45:48 +09:00
StaticDynamics d62a97f2b6 Fix typo in gdscript_advanced.rst
Changed "an" to "and" in dictionary section.
2018-02-04 19:54:54 -05:00
Andrew Conrad daaadab935 Merge pull request #1099 from skyace65/fix-kinematic
Fix Broken Tab
2018-02-04 15:03:43 -06:00
skyace65 9b37ec50e8 Fix Broken Tab 2018-02-04 15:37:01 -05:00
Brian c0ba5986d8 corrected code style for match 2018-02-04 15:05:38 -05:00
Gem 2b6e8f2cea Copyedit of "getting_started/step_by_step/scripting" (#1095)
* Grammar and spelling fixes
2018-02-04 19:36:40 +01:00
Max Hilbrunner 206eca66a3 Merge pull request #1096 from antoniotorresm/master
Fix typos in 'Importing 3D scenes' page
2018-02-04 19:26:37 +01:00
Antonio Torres Moríñigo 5509185922 Fix typos in 'Importing 3D scenes' page 2018-02-04 18:55:24 +01:00
Max Hilbrunner d8ef7b3eee Merge pull request #1094 from lupoDharkael/themes
Reference theme tutorial
2018-02-04 17:44:53 +01:00
Max Hilbrunner 95e0528202 Merge pull request #1093 from daglilley/master
Fix typos in ui game user interface tutorial
2018-02-04 17:43:29 +01:00
lupoDharkael 0d69e4b0dd Reference theme tutorial 2018-02-04 17:41:50 +01:00
daglilley 5b48c52648 Fix typos in ui game user interface tutorial 2018-02-05 00:21:52 +09:00
Max Hilbrunner 73e9a7d26d Merge pull request #1088 from skyace65/update-kinematic-page
Update Kinematic Character(2D) Page
2018-02-04 15:30:22 +01:00
skyace65 60fbc594ba Update Kinematic Character(2D) Page 2018-02-04 09:27:47 -05:00
Max Hilbrunner 12dc8d955f Merge pull request #1083 from YeldhamDev/using_tilemaps_indentation
Fixed indentation warning for the "Using Tilemaps" page
2018-02-03 02:20:36 +01:00