572 Commits

Author SHA1 Message Date
Leonardo Jeanteur
428106f910 Correct grammar, formatting and add download link (#3860)
Add a link to Godot Engine's download page.
2020-08-02 22:02:32 +02:00
Hugo Locurcio
8ca94173bf Document the expected window size in Design a title screen
This closes #3800.
2020-07-29 10:28:22 +02:00
Bruno
ceb7395b0b Change "centre" to "center" for consistency with the editor UI (#3842) 2020-07-28 09:58:36 +02:00
Mathias
1f35af0f2f Fix missing semicolon in C# code sample in Exporting tutorial (#3778)
Player.cs code (c#) won't compile because of a missing simicolon.
2020-07-12 14:44:54 +02:00
Isaac Higgins
06ee86c6f3 Clarify note on the connect dialogue 2020-07-09 18:30:24 -04:00
Meriipu
a9494635ea your_first_game.rst: Clarify a section raised in an issue
Should close #1625
2020-06-25 13:20:55 +02:00
binotaliu
91c508d210 fix slash to backslash in resources (#3706) 2020-06-18 16:59:12 +02:00
Ángel M
619ce2e9d6 Small typo in the "Your First Game" tutorial 2020-06-11 19:48:20 +02:00
DerekWang
96f627e5b8 Update C# scripts to use current APIs in Your first game (#3648)
1. Shorten line. Fix camelCase naming of a local variable.
2. Replace deprecated API.
2020-06-11 14:53:47 +02:00
Hugo Locurcio
e0554d9c0a Update the editor help shortcut for recent Godot versions
This closes #3656.
2020-06-08 10:02:08 +02:00
Matthew
60196d58e2 Fix issue in instancing page (#3647) 2020-06-06 01:25:43 +02:00
Rémi Verschelde
be5379ac5f Merge pull request #3643 from nickrodgers42/master
Update C# code in your_first_game.rst
2020-06-05 17:10:12 +02:00
Rémi Verschelde
ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
Rémi Verschelde
39dbbb29e1 Images: always use relative 'img/' paths, without './' prefix
Move some files from root '/img' folder to the location where they are
actually used.
2020-06-05 14:38:25 +02:00
Oskar van Velden
9352ab65be Add links to mentioned tutorial pages (#3641) 2020-06-05 09:58:08 +02:00
Nick Rodgers
5f21fea94f Update C# code in your_first_game.rst 2020-06-04 21:16:18 -06:00
Tobias Persson
50dd350016 EASE_IN no longer required for interpolate_property (#3589)
* EASE_IN no longer required for interpolate_property in Control the game's UI with code

Was fixed here godotengine/godot#34287

* Update ui_code_a_life_bar.rst

Missed a spot.

* TRANS_LINEAR is optional. Remove it as well
2020-05-31 14:30:37 +02:00
robertsonb93
d2614dca05 Update your_first_game.rst (#3603)
* Update C# code in your_first_game.rst
2020-05-28 12:48:11 -07:00
Yuri Sizov
b4d6313da7 Add a reference to the Data paths doc in the Step by step guide (#3605) 2020-05-28 14:41:47 +02:00
Damir Abdulganiev
b9c8fb3781 fixed incorrect animation name ('right' -> 'walk') 2020-05-26 22:03:23 +03:00
Tobias Persson
5e7d60d6b7 Change incorrect MessageLabel to Message in Your first game (#3587) 2020-05-24 10:22:07 +02:00
Nicholas Ver Halen
3cc988b10b Updated Choose Animations script to match new name (#3588) 2020-05-24 10:18:56 +02:00
EmNudge
99a19ba07b minor typo fix 2020-05-23 00:33:21 -04:00
skyace65
0b8269935c Mention Open JDK in step by step exporting 2020-05-22 13:22:37 -04:00
Rushyendra Maganty
0c3da902eb FIx incorrect Node label in "Your first game"
In the HUD section, one of the new nodes created is named "Message". The OnMessageTimerTimeout() description in the docs incorrectly refers to this as "MesageLabel". This would cause a runtime error and also does not match the actual code repository linked in the docs.
2020-05-22 13:02:37 +08:00
Max Hilbrunner
a7fad2590d Step by Step: Resources -> Remove outdated info
Dictionaries are refcounted now, this closes https://github.com/godotengine/godot-docs/issues/1962
2020-05-17 19:35:17 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Michael Alexsander
a027e2b43e Fix malformatted bullet section in "Your first game" page 2020-05-14 19:25:58 -03:00
Chris Bradfield
9cd7cbf8e0 Merge pull request #3521 from mukul29/master
Removed redundant code recalculating velocity
2020-05-13 09:01:35 -07:00
Chris Bradfield
2847bc5ebb Dodge the Creeps tutorial updates 2020-05-12 21:01:50 -07:00
Mukul Joshi
c9ea3ed4ff Removed redundant code recalculating velocity
1. 'velocity' was being normalized and multiplied by 'speed' twice making it redundant.
2. The else statement was re-initializing velocity which isn't required.
2020-05-11 06:38:00 +05:30
needfulthing
a7e0fc1854 Unclear instruction (#3380)
* Unclear instruction

Select “New InputEventAction” and click the new “InputEvent”.

There is no "InputEvent" to click on. The action tab already shows up after selecting “New InputEventAction”.

* Update getting_started/step_by_step/your_first_game.rst

Go with Calinou's suggestion

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-04 18:57:07 +02:00
tanchar
63a97f6d8a Replace Meta keyboard shortcut with explicit key (#3477) 2020-05-01 22:21:01 +02:00
Lee Matos
75f6f8997c Clarify that "right side" means Advanced menu in Signal interface (#3453)
Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-04-27 17:39:16 +02:00
Rémi Verschelde
e6b00ca97a Misc formatting fixes 2020-04-27 12:17:47 +02:00
Yuri Sizov
135b33b768 Replace British spelling and fix various typos 2020-04-27 12:18:52 +03:00
Steven Schoen
d2bd0f805a Change "Github" to "GitHub" in Exporting doc 2020-04-26 19:05:08 -07:00
MomoHunter
b13b004a7c Changed note-link to https in signals.rst (#3446) 2020-04-26 19:28:23 +02:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Yuri Sizov
4acf7a6563 Fix syntax highlighting for various languages (#3387) 2020-04-15 16:33:20 +02:00
Michael Alexsander
58ff2e036a Fix some recent errors and styling (#3375) 2020-04-12 15:25:45 +02:00
Hugo Locurcio
76bf1d2636 Add singular "Signal" meta keyword to signal tutorials
This makes possible to find them when searching for "signal",
instead of just "signals".

This closes #2629.
2020-04-09 15:00:51 +02:00
Hugo Locurcio
fdc96af659 Fix Scenes and Nodes tree image being unreadable on dark theme
This closes #3351.
2020-04-08 15:46:13 +02:00
Robin Lamb
5b0e496c52 Document how to get class information in script workspace (#3298) 2020-04-07 10:11:39 +02:00
Yuri Sizov
76ae949feb Add a list of all default keyboard shortcuts (#3329) 2020-03-31 15:50:18 +02:00
Yuri Sizov
7ef16dd974 Add missing arguments to C# example of signals (#3328) 2020-03-30 14:28:13 +02:00
Michael Alexsander
bbd228e745 Silence blank line warning in "Your first game" page 2020-03-24 15:54:56 -03:00
Alexander Terry
45a404ea9f use csharp syntax on csharp tab (#3300) 2020-03-24 10:32:58 +01:00
Shane Ambler
6cac76adb4 Change the first lowercase tween to a capitalised Tween to match previous code. (#3275)
The capitalised Tween is a class name and the lowercase tween is a variable name.
While this works, the initial presentation of the call uses the classname for both interpolation options.
This is being picky but is accurate.

Co-authored-by: sambler <Develop@Shaneware.Biz>
2020-03-16 10:48:46 +01:00
Shane Ambler
7a5953069d Adjust code sample to use new offset syntax (#3258)
Co-authored-by: sambler <Develop@Shaneware.Biz>
2020-03-10 10:28:49 +01:00