Nathan Lovato
bf5ee98c6d
Edit animation intro page
...
Improving phrasing, addressing some typos, adding italics for references to the editor labels.
2020-12-22 07:00:09 -06:00
Paul Sobolik
76fbc3aeef
Fixed spelling error
2020-12-21 16:19:03 -05:00
Paul Sobolik
215c3b35f6
Edit animation intro page for clarity and grammar
2020-12-21 15:58:20 -05:00
Dirk Krause and Hugo Locurcio
790d7d0e0b
Add data path location for macOS starting from 10.15 (Catalina) ( #4456 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-12-13 22:08:56 +01:00
Nathan Lovato
d0eb1eb6bc
Move remaining files out of step_by_step/
...
Moved those to scripting/:
- filesystem
- resources
- singletons_autoload
- scene_tree
export to export/
and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Nathan Lovato
f68abde1e8
Write first script and player input pages
...
Closes #4173
2020-12-02 15:47:29 -06:00
Nathan Lovato
f958094900
Write nodes and scenes
...
Closes #4170
2020-12-02 15:47:29 -06:00
Nathan Lovato
9f3f93912f
Merge pull request #4403 from NathanLovato/content/first_3d_game_tutorial
...
Getting started: your first 3D game tutorial
2020-12-02 15:43:32 -06:00
Rémi Verschelde
1298ed2ea0
Merge pull request #4302 from NathanLovato/content/getting-started
...
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan Lovato
f1f7238035
Merge pull request #4410 from Calinou/locales-rename-page
...
Rename the Locales pages to Locale codes for better SEO
2020-11-28 10:15:48 -06:00
Hugo Locurcio
4b50407201
Rename the Locales pages to Locale codes for better SEO
2020-11-27 23:29:52 +01:00
Nathan Lovato
907df88549
Merge pull request #4335 from Calinou/improve-one-click-deploy-2
...
Improve the one-click deploy page
2020-11-27 16:03:43 -06:00
Nathan Lovato
62a3ef6c51
Merge pull request #4363 from Calinou/multiple-resolutions-hidpi
...
Document hiDPI support in Multiple resolutions
2020-11-27 16:03:08 -06:00
Nathan Lovato
9cbbf12dcc
Merge pull request #4343 from Calinou/shading-language-float-comparison
...
Document how to compare floats properly in Shading language
2020-11-27 12:06:26 -06:00
Nathan Lovato
408746e671
Merge pull request #4401 from skyace65/profiler
...
Add GDQuest profiler page
2020-11-27 11:14:07 -06:00
Nathan Lovato
5ab8841c25
Edit shading language page
...
Fill columns, fix a list, move explanations about floating-point
comparisons outside code blocks so they can be translated.
2020-11-27 11:12:50 -06:00
Nathan Lovato
9622480ffe
Edit the_profiler.rst
2020-11-27 11:04:58 -06:00
Hugo Locurcio
ad05a65414
Improve the one-click deploy page
2020-11-26 16:17:00 +01:00
Nathan Lovato
2e820ca8d2
Merge pull request #4337 from dubbl/patch-1
...
make example asteroids spaceship fly up/forward
2020-11-26 08:31:59 -06:00
Nathan Lovato
045535c830
Merge pull request #4346 from Calinou/add-evaluating-expressions
...
Add a page on evaluating expressions using the Expression class
2020-11-26 08:22:27 -06:00
Nathan Lovato
dcc528179a
Merge pull request #4390 from skyace65/LinkFix
...
Improve link to importing 3D scenes page
2020-11-26 08:20:35 -06:00
Nathan Lovato
b2da992a1f
Remove unnecessary comma
2020-11-26 08:20:26 -06:00
Nathan Lovato
6cc90eb58f
Write part 5 of the 3D first game tutorial, add reference
2020-11-25 14:02:05 -06:00
Hugo Locurcio
7c2b78e38b
Add a page on evaluating expressions using the Expression class
2020-11-25 16:27:41 +01:00
Nathan Lovato
9cd09cc2d0
Merge pull request #4067 from NathanLovato/content/writing-guidelines-updates
...
Update contribution guidelines
2020-11-23 14:58:53 -06:00
skyace65
8e893ecf49
Add GDQuest profiler page
2020-11-23 10:57:32 -05:00
Ursus-Z555
352ce06d87
Fix method name in Groups ( #4392 )
...
Change method 'call_group()' to 'add_to_group()' under Adding Nodes to a Group section.
2020-11-21 15:11:38 +01:00
skyace65
4a4c012548
Improve link to importing 3D scenes page
2020-11-19 20:52:22 -05:00
Nathan Lovato
745feb8933
Merge pull request #4388 from Calinou/clarify-gdscript-python-relationship
...
Clarify that GDScript is not based on Python
2020-11-19 19:24:50 -06:00
Hugo Locurcio
471618db61
Clarify that GDScript is not based on Python
...
This also fixes capitalization where "GDscript" was used instead of
"GDScript".
This closes #4378 .
2020-11-19 14:57:12 +01:00
Nathan Lovato
81e35c69e1
Merge pull request #4382 from skyace65/ColladaImport
...
Specify that only collada files can use -colonly with empty shapes
2020-11-18 21:08:23 -06:00
Nathan Lovato
cc990f9ded
Merge pull request #4384 from NathanLovato/edit/add-note-gdscript-styleguide
...
Add note about line skips in the style guide
2020-11-18 14:43:37 -06:00
Matthew and Hugo Locurcio
55a0aad2c4
Fix proximity and distance fade alpha blend warning, move a GIF ( #4383 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-11-18 15:39:39 +01:00
Nathan Lovato
b928c651e7
Add note about line skips in the style guide
2020-11-18 08:10:24 -06:00
skyace65
fa044ebdf3
Specify that only collada files can use -colonly with empty shapes
2020-11-17 22:21:05 -05:00
LightningAA
566e86bec2
Fix typo in CPU optimization ( #4380 )
2020-11-16 23:36:17 +01:00
Hugo Locurcio
13abe22fb5
Document hiDPI support in Multiple resolutions
2020-11-14 13:36:31 +01:00
Nathan Lovato
d475940178
Update references to the docs guidelines
...
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Feniks
f830197075
Fix C# condition being as instead of is in Input examples ( #4362 )
2020-11-13 15:25:00 +01:00
Feniks
aedad86597
Fix couple of missing # and // for comments in code examples ( #4360 )
2020-11-12 20:19:42 +01:00
Nathan Lovato
9df8c5c383
Edit content guidelines, remove typographic marks
...
- Removed typographic marks in the entire repo
- Removed a line about why we don't use a wiki
- Indented notes with 4 spaces
- Addressed review comments
2020-11-12 08:59:13 -06:00
Nathan Lovato
1d32426b0c
Merge pull request #4344 from NathanLovato/edit/improve-scripting-section
...
Split and edit scripting_continued.rst, improve scripting section
2020-11-11 18:15:40 -06:00
textrivers and Hugo Locurcio
de131f75cc
Add paragraph to specify that IK chains are editor-only ( #4356 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-11-11 17:51:13 +01:00
Nathan Lovato and balloonpopper
54230fb235
Update tutorials/scripting/groups.rst
...
Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com >
2020-11-11 07:16:01 -06:00
Nathan Lovato
8987df4315
Improve nodes_and_scene_instances.rst
...
Based on review notes, add pictures to illustrate renaming a node and
how a node leaves the remote scene tree at runtime after calling free()
or queue_free()
2020-11-10 10:30:58 -06:00
Nathan Lovato
a9af63c674
Merge pull request #4352 from Calinou/high-level-multiplayer-hosting-considerations
...
Add a Hosting considerations section to High-level multiplayer
2020-11-10 09:13:56 -06:00
Nathan Lovato and balloonpopper
3665f22bab
Edit the scripting section
...
Misc grammar fixes, improvements to phrasing, and more.
Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com >
2020-11-10 08:18:44 -06:00
bggd
71547a7c24
Fix missing ":ref:" in canvas_layers.rst ( #4353 )
2020-11-10 14:52:51 +01:00
Hugo Locurcio
7b168d6d78
Add a Hosting considerations section to High-level multiplayer
...
This covers topics such as internal vs public IP addresses
and port forwarding.
2020-11-09 20:40:14 +01:00
Nathan Lovato
1eb9da99b6
Write and edit overridable_functions.rst, remove scripting_continued.rst
2020-11-08 09:49:48 -06:00