606 Commits

Author SHA1 Message Date
FabiánLC
c7f96232be Updated c_sharp_basics.rst
Added some extra information about setting up C# for Godot in Windows.
2019-03-05 00:22:40 -03:00
Francisco Santana
a30259beeb Fix "GDScript basics" link text to "GDScript" in tutorial
The text is present in "Step by Step" section, under "Scripting"
2019-03-03 21:02:47 -03:00
Julian Murgia
723293ad35 New tutorial page for editor main screen plugins (#2215) 2019-03-01 14:15:28 +01:00
Nathan Lovato
3701bdb751 Merge pull request #2146 from JJTriesHisBest/remove_duplicate_center_container_creation
Remove duplicate instructions regarding CenterContainer
2019-03-01 21:39:43 +09:00
Ignacio Etcheverry
4d4593e454 Fix and improve C# API differences page (#2201) 2019-03-01 13:25:19 +01:00
Lu Jiacheng
826a00bff4 Update escn exporter doc on material and animation (#2197) 2019-03-01 13:17:22 +01:00
Chaosus
5497c12709 Removed deleted gdscript keywords 2019-02-21 08:46:00 +03:00
Ignacio Etcheverry
a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
FabiánLC
b6ffae6da1 Fixed the C# example code in best_practices/logic_preferences (#2196)
* Fixed the C# example code. The old code didn't compile.
* added missing res:// to the load calls
* Added a C# example of storing a resource in a readonly field
2019-02-18 19:55:25 +01:00
Rémi Verschelde
f484dc4b86 Merge pull request #2188 from nonameentername/ui_code_a_life_bar_fix
Fix UI code a life bar documentation
2019-02-18 09:40:23 +01:00
Rémi Verschelde
e039f2ee69 Merge pull request #2181 from Calinou/improve-csharp-basics
Improve and update the C# basics page for 3.1 beta 3
2019-02-18 09:37:37 +01:00
werner mendizabal
53c9605cb8 Fix for your first game documentation
Godot no longer displays <null> text and instead displays [empty]
2019-02-14 00:05:59 -06:00
werner mendizabal
686529adc0 Fix ui_code_a_life_bar documentation
In order for the following section to still be valid:

Play the game to see the bar animate smoothly. But the text displays
decimal number and looks like a mess

The variable should be set as a float instead of an int.
2019-02-13 23:54:23 -06:00
Hugo Locurcio
83e40d23dc Improve and update the C# basics page for 3.1 beta 3 2019-02-13 22:46:14 +01:00
Will Nations
37acedc2ac Remove references to Performance singleton. 2019-02-12 09:50:53 -06:00
Rémi Verschelde
c344f8d801 Misc style fixes 2019-02-10 13:38:13 +01:00
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
e62644377b
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
JJ Hassan
66d6e29176 Remove duplicate instructions regarding CenterContainer 2019-01-16 22:59:04 +00: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