Michael Alexsander Silva Dias
d99cd76c62
Numerous fixes to the new "Best practices" section
2019-02-09 22:02:49 -02:00
Nathan Lovato
baf1374d85
Merge pull request #2175 from willnationsdev/scene-organization
...
Add a "best practices" section
2019-02-09 10:15:58 +09:00
Will Nations
e8289b93f3
Add "best practices" documentation.
2019-02-08 14:03:04 -06:00
Michael Alexsander Silva Dias
b7eb4e0cb2
Fix unexpected indentation in "Exporting for web" page
2019-02-06 10:51:24 -02:00
Nathan Lovato
8a3a087d9d
Merge pull request #2150 from brunodantas/master
...
Naming convention adherence for variable
2019-02-06 07:17:12 +09:00
Nathan Lovato
cc98ef723d
Merge pull request #2149 from Dar13/issue_1973
...
Rewrite 'Signals' introduction to have clearer examples
2019-02-06 07:13:00 +09:00
Nathan Lovato
3261603ba2
Merge pull request #2168 from Bassie-c/patch-2
...
Added missing semicolon after C# instruction
2019-02-06 07:08:25 +09:00
seven-two-eight
87b2e616bf
fix enum values
...
values of named enum is no longer script constants
https://github.com/godotengine/godot/commit/e62644377b6e4a69f7f7da7e75faac910edbd526
2019-02-03 10:31:57 -05:00
Bas Cornelissen
292ff6051b
Fixed a typo in a code example
...
I added a semi-colon to an example, without it the code would crash. Probably a typo.
2019-01-31 18:01:30 +01:00
Neil Moore
fb64a084cb
Rewrite 'Signals' introduction to have clearer examples
...
Previous examples used signals in the same file which can cause confusion to
some new users (as seen in #1973 ). New examples follow basic framework
of existing work, but take care to explicitly show an example of
inter-instance signals.
2019-01-28 23:18:10 -05:00
Rémi Verschelde
a30183a4c4
Fix GDScript enum docs for 3.1
2019-01-28 12:05:20 +01: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
yehjaemin
b325e71428
Replace "Rupee" Zelda reference in UI tutorial which is not localization friendly ( #2151 )
...
* Replaced Rupee, rupee with Emerald, emerald and modified the image and
tcsn names accordingly in the zip.
* Modified the screenshots and fixed dependencies in the end scene.
Fixes #2114 .
2019-01-26 21:47: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
brunodantas
a13bdddf54
Naming convention adherence for variable
2019-01-22 05:26:55 -02:00
Nathan Lovato
07546c9c4a
Merge pull request #2134 from cbscribe/kcc_yfg_updates
...
Update "Dodge the Creeps" for 3.1
2019-01-16 08:08:12 +09:00
Kronkleberry
5e55bf1eaf
Added example flags for visual studio code
...
(cherry picked from commit 0432592f63 )
+ edit by Akien to fix capitalization.
2019-01-15 13:32:58 +01:00
Chris Bradfield
93569bad53
Update "Dodge the Creeps" for 3.1
2019-01-14 11:33:24 -08:00
James Reiati
043228f8e0
Clean instancing page recap
...
Recaps usually highlight what was learned in the previous section. Unity wasn't mentioned in the previous section. The ability to mass edit nodes was mentioned, but wasn't included in the recap.
2019-01-12 14:32:19 -08:00
Chris Bradfield
04246aec68
Fix incorrect link
2019-01-12 14:19:46 -08:00
Rémi Verschelde
e8724ab1ce
UI tutorials: Properly reference final project zips
...
FYI @GDquest :)
2019-01-08 17:47:35 +01:00
corrigentia
7ec504eac4
Update ui_game_user_interface.rst ( #1957 )
2019-01-08 17:37:10 +01:00
Paulo "JCranky" Siqueira
4b0b4ce212
Add comma to make the 2D workspace desc. clearer ( #2103 )
2019-01-08 13:33:15 +01:00
MelvinWM
b1eb97e34b
Improve Android export presets reg. passwords. ( #2077 )
2019-01-08 13:25:48 +01:00
Rémi Verschelde
725c7553f7
Merge pull request #2094 from corrigentia/patch-93
...
Add commas to and fix subjunctive in filesystem
2019-01-08 13:10:03 +01:00
Rémi Verschelde
aa7a9f8675
Misc heading fixes
2019-01-08 11:30:55 +01:00
Rémi Verschelde
739ea5eeb9
Fix most Sphinx warnings
2019-01-07 12:14:46 +01:00
Rémi Verschelde
a1af0dfc13
Adapt tutorial hyperlinks after godotengine/godot#24640
2019-01-07 11:43:18 +01:00
corrigentia
c426708ad9
Add commas to and fix subjunctive in filesystem
...
Add commas to and fix subjunctive in filesystem.
2019-01-03 19:18:59 +02:00
Chris Bradfield
07784e7d3f
Fix typo in singletons_autoload
2018-12-28 17:39:37 -08:00
Mrwan Ashraf
48ea87ea27
fix typo in ui_code_a_life_bar
...
(cherry picked from commit 68cdcc646d )
2018-12-28 15:17:30 +01:00
Rémi Verschelde
5f849646c0
Merge pull request #2085 from T1mL3arn/patch-2
...
Better formatting for Glossary correspondence
2018-12-28 15:16:05 +01:00
Rémi Verschelde
1ac5558f13
Merge pull request #2084 from Rubonnek/change-type-float
...
Changed TYPE_FLOAT to TYPE_REAL
2018-12-28 15:15:43 +01:00
Rémi Verschelde
6cd967a840
Merge pull request #2082 from MohamedAlFahim/patch-3
...
Removed hyphen from "file-system"
2018-12-28 15:14:18 +01:00
Timur
4efd7fb808
Better formatting for Glossary correspondence
2018-12-25 15:34:33 +10:00
Wilson E. Alvarez
0ca14438ae
Changed TYPE_FLOAT to TYPE_REAL
2018-12-24 19:28:50 -05:00
MohamedAlFahim
1b18304a76
Removed hyphen from "file-system"
2018-12-24 14:57:59 -08:00
MohamedAlFahim
71da087f36
Capitalized "godot"
2018-12-24 14:54:05 -08:00
Rémi Verschelde
dc2dfb6224
Fix escaping plural 's' after inlined code
...
Also add missing inline code formatting to Custom drawing in 2D.
2018-12-13 15:02:07 +01:00
Kelly Thomas
a0288a7c4a
Update C# code for Dodge The Creeps tutorial ( #1818 )
2018-12-13 12:10:12 +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
cebd2fd588
Merge pull request #1912 from willnationsdev/change-scene
...
Added 'Changing scenes manually' section
2018-12-13 11:42:45 +01:00
Lamonte
df773f10d1
Updated info regarding c# exported variables ( #2038 )
2018-12-13 11:39:27 +01:00
exts
b4d38bbfed
Added Jetbrains Rider external exec flags example
2018-12-12 09:01:43 -06: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