Commit Graph

3936 Commits

Author SHA1 Message Date
Hugo Locurcio
4f6fdbc710 Fix various spacing and capitalization issues 2020-05-18 09:54:32 +02: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
Max Hilbrunner
b24b9ad9a5 GDScript basics: improve match explanation
Co-authored-by: Jacob Gray <jacopo.grayscale@gmail.com>
2020-05-17 18:33:21 +02:00
SkyLucilfer
522e8e21b3 Update "Download the command-line tools" section
Remove the unrelevant image under "Download the command-line tools" section.

Update the information under this section too as I believe it is outdated. 
I couldn't execute the sdkmanager following the outlined directory structure.
The problem I faced and the solution I found is in this link
https://stackoverflow.com/questions/60440509/android-command-line-tools-sdkmanager-always-shows-warning-could-not-create-se
2020-05-17 18:33:21 +02:00
mechPenSketch
e7a7e11c42 Expand Resource section (#3543)
* Expand Resource section

Added how you can export classes that inherits from Resource as a convenience.
2020-05-17 16:20:36 +02:00
Max Hilbrunner
17c714e36b Merge pull request #3548 from pycbouh/fix-search-styles
Fix unstyled message for empty search results
2020-05-17 15:57:49 +02:00
Max Hilbrunner
be931dc655 Merge pull request #3546 from Calinou/gdscript-warning-system-split
Split the GDScript warning system documentation into its own page
2020-05-17 15:55:50 +02:00
Max Hilbrunner
c172e10c8a Merge pull request #3549 from FeatherAntennae/patch-1
Fixed typo in "logic preferences" best practices file
2020-05-17 15:54:07 +02:00
Max Hilbrunner
01dd7b1a81 Merge pull request #3550 from mhilbrunner/oculus-tutorial-fixes
Improvements and fixed for Oculus tutorial
2020-05-17 15:52:45 +02:00
Max Hilbrunner
3fe5d9317f Improvements and fixed for Oculus tutorial 2020-05-17 15:51:13 +02:00
Mochii Moth
a16f29d628 Fixed typo
Changed "then" into "when" on line 19.
2020-05-17 09:37:51 -04:00
Yuri Sizov
ffb70ac1a9 Fix unstyled message for empty search results 2020-05-17 13:40:29 +03:00
Rémi Verschelde
12225df1e0 Merge pull request #3545 from Calinou/fix-trailing-whitespace
Remove trailing whitespace and irregular whitespace
2020-05-17 11:38:55 +02:00
Rémi Verschelde
c97b65fb68 Merge pull request #3544 from Calinou/tweak-caption-styling
Tweak caption styling to be closer to typical captions
2020-05-17 11:37:53 +02:00
Hugo Locurcio
9e57202866 Split the GDScript warning system documentation into its own page
It's not strictly related to static typing, as it can work without it
(e.g. to signal unreachable code).
2020-05-17 01:01:59 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Hugo Locurcio
c58eac4f5c Tweak caption styling to be closer to typical captions 2020-05-17 00:07:43 +02:00
Max Hilbrunner
5e6dc1eea8 Merge pull request #3542 from Calinou/improve-updating-class-reference
Improve the Contribute to the Class Reference page
2020-05-16 18:30:40 +02:00
Hugo Locurcio
df67eeae47 Improve the Contribute to the Class Reference page
- Link to the online class reference completion status page.
- Mention the `[kbd]` tag to display keyboard/mouse shortcuts.
- Improve grammar and writing style a bit.
2020-05-16 16:51:43 +02:00
Max Hilbrunner
508791df9a Merge pull request #3541 from jluini/master
Fix in note about adaptive icons ('radius' changed to 'diameter')
2020-05-16 14:49:34 +02:00
Max Hilbrunner
3e2c86d572 Merge pull request #3540 from akien-mga/better-pr-workflow
PR workflow: Improve instructions around updating, amending and rebasing
2020-05-16 14:47:49 +02:00
Max Hilbrunner
446da1dfc2 Merge pull request #3535 from skyace65/CompilingClarification
Improve Windows compiling instructions
2020-05-16 14:45:34 +02:00
skyace65
1ec6f88687 Improve Windows compiling instructions 2020-05-15 22:05:01 -04:00
jluini
17c0c078c1 Fix in note about adaptive icons ('radius' changed to 'diameter') 2020-05-15 20:12:16 -03:00
Rémi Verschelde
5b71adbdcf PR workflow: Improve instructions around updating, amending and rebasing
I was young and careless when documenting `git rebase -i HEAD~2`,
I since found out that it's much cleaner and safer to rebase on
the upstream branch directly.
2020-05-16 00:07:20 +02:00
Max Hilbrunner
b1297a492d Merge pull request #3040 from skyace65/QuestTutorial
Add Oculus Quest tutorial to documentation
2020-05-15 19:54:15 +02:00
Max Hilbrunner
a59d39efa8 Merge pull request #3533 from cbscribe/kcc_usingk2d
Using KinematicBody2D: update parameter names
2020-05-15 19:31:02 +02:00
Max Hilbrunner
105eecc13a Merge pull request #3537 from Calinou/project-organization-case-sensitivity
Add a note about case sensitivity in Project organization
2020-05-15 19:29:12 +02:00
skyace65
5da915edeb Add Oculus Quest tutorial to documentation 2020-05-15 09:57:15 -04:00
Chris Bradfield
af2ea6f18e Merge pull request #3538 from YeldhamDev/first_game_bullet_fix
Fix malformatted bullet section in "Your first game" page
2020-05-14 15:33:04 -07:00
Michael Alexsander
a027e2b43e Fix malformatted bullet section in "Your first game" page 2020-05-14 19:25:58 -03:00
Miguel de Icaza
05a105b2d5 Compiling for OSX: Add requirement on Vulkan SDK (#3536) 2020-05-14 22:37:10 +02:00
Hugo Locurcio
e95568bc12 Add a note about case sensitivity in Project organization
See https://github.com/godotengine/godot/issues/19592.
2020-05-14 22:23:34 +02:00
Chris Bradfield
85ced2e9e4 Using KinematicBody2D: update parameter names 2020-05-14 09:21:35 -07:00
Max Hilbrunner
f92e9e9d14 Merge pull request #3532 from mhilbrunner/vnen-gdscript-grammar
Add GDScript grammar by vnen


Co-authored-by: George Marques <george@gmarqu.es>
2020-05-14 18:10:37 +02:00
Max Hilbrunner
a42e81af60 Add a reference GDScript formal grammar in EBNF 2020-05-14 18:07:09 +02:00
Max Hilbrunner
54f2ef4ba2 GDScript: Add type casting to the precedence table 2020-05-14 18:03:05 +02:00
AntonWetzel
a364907465 Added guide to edit variables (#3049)
* Added guide to edit variables

* Style updated

removed static typing
added line between function
added space after #

* Apply suggestions from code review

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-14 17:52:47 +02:00
Chris Bradfield
9cd7cbf8e0 Merge pull request #3521 from mukul29/master
Removed redundant code recalculating velocity
2020-05-13 09:01:35 -07:00
Max Hilbrunner
ae38187756 Merge pull request #3523 from cbscribe/kcc_yfg_rewrite
Dodge the Creeps tutorial updates
2020-05-13 14:45:30 +02:00
Max Hilbrunner
3067bcd08d Merge pull request #3512 from Calinou/improve-ide-instructions
Split IDE instructions into several pages, improve writing style
2020-05-13 14:44:09 +02:00
Rémi Verschelde
3bb608114f Merge pull request #3496 from vonagam/fix-gdnative-cpp-scons-osx
Fix GDNative C++ SConstruct for OSX
2020-05-13 11:29:24 +02:00
Chris Bradfield
2847bc5ebb Dodge the Creeps tutorial updates 2020-05-12 21:01:50 -07:00
free-vbucks
69c2784a2f Update MinGW requirements (#3526)
* Update MinGW requirements

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-13 00:58:44 +02:00
Max Hilbrunner
de77f11aeb Merge pull request #3528 from mtttz/master
Replace outdated identifier in example code
2020-05-13 00:55:19 +02:00
Max Hilbrunner
da35908db0 Merge pull request #3525 from Calinou/update-editor-icons-optimization
Update the Editor icons optimization guide to follow current usage
2020-05-13 00:51:08 +02:00
mtttz
c7719aa020 Replace outdated 'GDScriptFunction' identifier with 'GDScriptFunctionState' in example code 2020-05-12 23:47:50 +02:00
Hugo Locurcio
2f1cc779f4 Update the Editor icons optimization guide to follow current usage
We have transitioned from scour to svgcleaner lately due to its better
performance and ease of installation.
2020-05-12 10:01:32 +02:00
Aaron Franke
5b87a44151 Add having a gitignore to the asset library requirements (#3524) 2020-05-12 09:20:01 +02:00
Ettore Atalan
9618931e61 Add missing whitespace in Your first game (#3522) 2020-05-11 16:07:40 +02:00