Commit Graph

138 Commits

Author SHA1 Message Date
mhilbrunner
ec725ff8a0 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:25:43 +02:00
Max Hilbrunner
c9be19229a Merge pull request #1389 from x2f/patch-1
Added export enums in gdscript_basics.rst
2018-05-06 03:28:39 +02:00
Rémi Verschelde
1dcf5ef541 Merge pull request #1419 from skyace65/C#_requierments
Update C# mono requierments
2018-05-06 03:22:24 +02:00
Chris Bradfield
134a01ebbe Merge pull request #1407 from Omicron666/patch-1
Missing bracket
2018-05-06 03:21:03 +02:00
Nathan Lovato
ffb19e2692 Merge pull request #1397 from Ruud88x/master
Update scripting_continued.rst
2018-05-06 03:19:59 +02:00
Ignacio Etcheverry
7e9bd53ce6 Merge pull request #1394 from mysticfall/master
#1296: Create official Godot C# style guide
2018-05-06 03:19:44 +02:00
Max Hilbrunner
3961c60f86 Merge pull request #1393 from YeldhamDev/gdscript_style_fixes
Various fixes to the "Scripting -> GDScript" to respect the GDScript style guide
2018-05-06 03:19:24 +02:00
Max Hilbrunner
a8df5c068c Merge pull request #1386 from mhilbrunner/gdscript
Add more info about built-in types, fix link
2018-05-06 03:14:54 +02:00
Max Hilbrunner
9ae18f3752 Merge pull request #1384 from mhilbrunner/gdscript
GDScript: Update keywords and constants, explain assert, calling base…
2018-05-06 03:14:21 +02:00
Max Hilbrunner
f91eae676e Merge pull request #1382 from KellyThomas/autoload
c sharp samples for autoloads
2018-05-06 03:13:46 +02:00
Max Hilbrunner
8510f13140 Merge pull request #1381 from KellyThomas/signals-typos
fix typos in discussion of c sharp signals
2018-05-06 03:13:30 +02:00
Max Hilbrunner
f04f88e761 Merge pull request #1380 from KellyThomas/resources
add c sharp samples to step_by_step/resources
2018-05-06 03:13:17 +02:00
Max Hilbrunner
c414676f12 Merge pull request #1375 from acfaruk/master
fix formatting for links in android export page
2018-05-06 03:12:09 +02:00
Max Hilbrunner
cc110154df Merge pull request #1374 from yurchor/master
Fix minor typos
2018-05-06 03:11:44 +02:00
Max Hilbrunner
0a8e348c44 Merge pull request #1372 from cbscribe/kcc_android_img
Android export: replace out-of-date images
2018-05-06 03:09:50 +02:00
Max Hilbrunner
70a78272ae Merge pull request #1370 from follower/patch-5
Typo fix: "automaticlaly" --> "automatically".
2018-05-06 03:08:19 +02:00
x2f
576092fa3b Added export enums in gdscript_basics.rst 2018-04-22 00:22:19 -04:00
Lamonte
70650409dd Added C# examples to the UI Lifebar Tutorial (#1365)
* Added documentation changes for lifebar tutorial

* Added C# examples to zip (as a subfolder)

* Added a note regarding pascal case c# examples
2018-04-17 21:32:46 +02:00
Max Hilbrunner
0eb9ea52f0 Merge pull request #1359 from KellyThomas/signals
additional C# signal information
2018-04-13 04:15:22 +02:00
Poommetee Ketson
6eaba991b5 Merge pull request #1349 from necrosmash/patch-1
corrects a minor typo in scripting.rst
2018-04-13 04:13:38 +02:00
Poommetee Ketson
9d6e860ea6 Merge pull request #1350 from eska014/html5-april18
Update HTML5 documentation
2018-04-13 04:12:32 +02:00
Michael Alexsander Silva Dias
0635cec486 Modifications to the Unity - Godot comparison table, and other smaller edits. 2018-04-13 04:00:47 +02:00
chrdoot
5064b8b126 Fixed link in 'From Unity3D to Godot' 2018-04-13 04:00:47 +02:00
Nick
a67a1e1ce5 Improve Readablity
A couple of readability improvements.
2018-04-10 11:17:33 +09:00
Max Hilbrunner
0d68c14674 Small writing fix 2018-04-10 00:28:17 +02:00
Max Hilbrunner
fda4234bcc Merge pull request #1341 from greenbigfrog/patch-3
Update ui_code_a_life_bar.rst
2018-04-10 00:26:54 +02:00
Max Hilbrunner
afcb2d07ee Merge pull request #1344 from greenbigfrog/patch-4
Correct typo in ui_code_a_life_bar.rst
2018-04-10 00:25:41 +02:00
Max Hilbrunner
29b6ff571a Scripting (Continued): Remove outdated comment 2018-04-10 00:24:35 +02:00
Max Hilbrunner
037afbdbf4 Merge pull request #1339 from greenbigfrog/patch-1
Update ui_game_user_interface.rst
2018-04-09 14:58:12 +02:00
Max Hilbrunner
23a7c1e319 Merge pull request #1340 from greenbigfrog/patch-2
Improve consistency for inline Scenenames
2018-04-09 14:57:42 +02:00
Jonathan
eea0997b97 Update ui_code_a_life_bar.rst 2018-04-09 14:14:23 +02:00
Jonathan
10857bb00e Update ui_code_a_life_bar.rst 2018-04-09 14:09:56 +02:00
Jonathan
319e0a189f Improve consistency for inline Scenenames 2018-04-09 13:47:38 +02:00
Jonathan
77b7e68e3f Update ui_game_user_interface.rst
Fix Typo
2018-04-09 13:44:00 +02:00
David Zhu
9edbba1d25 Update scripting.rst (#1338)
* Update scripting.rst 

Just a small sentence update for the scripting portion of the tutorial

* Change tense from "will not be editable" to "is not editable"
2018-04-09 12:01:51 +02:00
Karl
ccae0397d7 Fix wrong command in command line tutorial. 2018-04-08 22:32:31 +02:00
GetLocalPlayer
90079ae39b Update ui_main_menu.rst 2018-04-07 13:08:40 +04:00
GetLocalPlayer
3701e5119a Update ui_introduction_to_the_ui_system.rst
There's no TextureFrame class in Godot 3. I think it should be TextureRect.
2018-04-06 17:11:25 +04:00
Max Hilbrunner
b480728219 Scripting: Revert typo 2018-04-04 18:48:24 +02:00
Max Hilbrunner
3fce7b854c Scripting signals intro: Remove illegible warning 2018-04-04 18:47:13 +02:00
Lamonte
753e45479d Added C# examples & info for the Your First Game example (#1297)
* Added C# examples & information for the your first game example
2018-04-04 18:08:22 +02:00
GetLocalPlayer
b426f42ff0 Update ui_introduction_to_the_ui_system.rst
Misspalling
2018-04-04 17:12:19 +04:00
Neil Moore
97c3d0c975 Document how to create and use custom iterators 2018-04-04 01:06:37 -04:00
GetLocalPlayer
c6a77c68af Update ui_introduction_to_the_ui_system.rst
Not all stretch modes of TextureRect was described.
2018-04-03 20:55:16 +04:00
Fahmy Radifan Muhammad
e5b7b94188 Fix link
The link for "main menu tutorial" was pointing at the current page instead of the tutorial
2018-04-02 13:58:28 +07:00
skyace65
de729de2f0 Add C# to Scene Tree Page 2018-03-31 13:16:43 -04:00
Poommetee Ketson
2cf560bc8a Fix typos with codespell 2018-03-29 12:38:45 +07:00
Max Hilbrunner
207c95c9c4 UI/Code a lifebar: Fix image caption 2018-03-28 23:16:17 +02:00
Max Hilbrunner
5d2e32e1ff Merge pull request #1267 from YeldhamDev/import_process_typos
Fixed small typos in the "Import process" page
2018-03-28 22:23:48 +02:00
Michael Alexsander Silva Dias
3a2ac800cc Fixed small typos in the "Import process" page. 2018-03-28 16:35:01 -03:00