Commit Graph
4351 Commits
Author SHA1 Message Date
Rémi Verschelde 1fec4eacfc Merge pull request #3785 from Calinou/add-autotile-templates
Add 2x2 and 3x3 Minimal autotile templates to Using tilemaps
2020-09-09 14:17:17 +02:00
Rémi Verschelde 1740baf9de Merge pull request #3898 from faintdeception/patch-1
Typo in C# example change velocity to _velocity
2020-09-09 14:14:04 +02:00
Hugo Locurcio 93679aa6c9 Add 2x2 and 3x3 Minimal autotile templates to Using tilemaps
Thanks to @golddotasksquestions for providing these autotile templates :)

This closes #3316.
2020-09-09 14:13:59 +02:00
Rémi Verschelde e9c1abe054 Merge pull request #3976 from skyace65/ImportImages
Improve importing images page
2020-09-09 12:44:36 +02:00
Rémi Verschelde 7312a542f5 Merge pull request #3964 from madmiraal/fix-lgtm-alerts
Fix lgtm alerts
2020-09-09 12:43:50 +02:00
Rémi Verschelde e5835248af Merge pull request #3901 from raulsntos/csharp-running_code_in_the_editor
Add C# examples to running_code_in_the_editor.rst
2020-09-09 12:41:43 +02:00
Numan Zaheer Ahmed fcbe81e0f4 Updated Python Code Style Guidelines (#3828)
Updated Python Code Style Guidelines to use Black now.
2020-09-09 12:38:04 +02:00
GoOtterGo f28a1de445 Update instructions to make subresources unique in inspector (#3895)
As of 3.2.2 the icon for Object Properties is no longer a down arrow, it is now a tools emoji. It's also not clear from the sentence the tutorial is expecting the user to look for the Object Properties button, just 'the down arrow', so I added clarity there as well.
2020-09-09 12:20:51 +02:00
TheTrainDoctor b9072edace fixed incorrect variable in C# code example
save_game is not the variable used in the C# tab
2020-09-09 12:09:07 +02:00
Rémi Verschelde d27279babe Merge pull request #3940 from Calinou/bisecting-regressions-clarify-command
Use a more explicit `git bisect` command in Bisecting regressions
2020-09-09 12:08:19 +02:00
Rémi Verschelde a74a93a6c4 Merge pull request #3944 from Calinou/start-dedicated-server
Document how to start a server in Exporting for dedicated servers
2020-09-09 11:57:59 +02:00
Kiran JoshiandNathan Lovato d03e109db4 Update your_first_game.rst (#2762)
Clarify that "Use Snap" must also be turned on to get snapping to work.

Co-authored-by: Nathan Lovato <nathan@gdquest.com>
2020-09-09 11:56:16 +02:00
MrCelticFox 237491a6d8 Fix RichTextEffects not loading correctly in BBCode in RichTextLabel (#3975)
Added class names to all three of the custom RichText examples, as without these the effects did not load correctly in the "Custom Effect Array" property of the RichTextLabel. (Godot v3.2.2.stable)
2020-09-08 15:36:03 +02:00
Yetizone 6ab6e7f609 Qt Creator tutorial: Specify C++ code style settings location (#3979) 2020-09-07 18:14:21 +02:00
Nathan Lovato a53ad083b0 Merge pull request #3958 from NathanLovato/edit/what-are-godot-classes
Edit "What are Godot classes"
2020-09-07 07:31:48 -06:00
skyace65 99a95a0449 Improve importing images page 2020-09-07 09:11:04 -04:00
TooniisandHugo Locurcio 2e5e28be1a Update GLES2 restrictions in Environment and post-processing (#3978)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-09-07 14:39:59 +02:00
Nathan LovatoandAaron Franke de9d9bf06a Fix errors in What are Godot classes
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-09-06 14:15:30 -06:00
Nathan Lovato 6849c80d9d Merge pull request #3954 from skyace65/Reimport
Improve import process page
2020-09-06 12:56:05 -06:00
Nathan Lovato d76bc93c2f Merge pull request #3970 from Calinou/rename-using-assetlib
Rename "Using the AssetLib" to "Using the Asset Library"
2020-09-06 12:44:27 -06:00
Nathan Lovato bd7b52ba77 Merge pull request #3971 from Calinou/rename-hdr-page
Rename the high dynamic range page, add a note about HDR output
2020-09-06 08:52:07 -06:00
Nathan Lovato b575bf5c61 Merge pull request #3972 from Calinou/rename-csg-page
Rename the CSG page to give it a more descriptive title
2020-09-06 08:51:32 -06:00
Nathan Lovato 3d893be4a3 Merge pull request #3973 from Calinou/update-command-line-tutorial
Update the command line tutorial with the options currently in `master`
2020-09-06 08:43:39 -06:00
Nathan Lovato cadf87ca40 Edit paragraph about PCK files in command line tutorial 2020-09-06 08:43:17 -06:00
Nathan Lovato fe959a18a0 Edit "What are Godot classes"
Changes:

- Simplify the article
- Change the title to better reflect the guide's point
- Try to make it clearer that scripts and scenes are not actually
- classes, but rather to be thought of as if they were classes in an OO
- language; OO principles apply to them
- Move section about the performances of scripts vs PackedScene to scenes_versus_scripts.rst
2020-09-06 08:15:24 -06:00
Yuri Roubinsky 1cd84e46fa Merge pull request #3974 from Chaosus/vs_fix_visual_shader_plugins
Fix tool keyword in visual shader plugins tutorial
2020-09-06 12:46:00 +03:00
Yuri Roubinsky 9f9efbff56 Fix tool keyword in visual shader plugins tutorial 2020-09-06 12:42:29 +03:00
Hugo Locurcio 802b8d0d7d Update the command line tutorial with the options currently in master 2020-09-05 14:25:40 +02:00
Hugo Locurcio 3d0f2ce395 Rename the CSG page to give it a more descriptive title
See #3969.
2020-09-05 14:12:19 +02:00
Hugo Locurcio 0c6c09538a Rename the high dynamic range page, add a note about HDR output
See #3969.
2020-09-05 14:09:22 +02:00
Hugo Locurcio e24580e912 Rename "Using the AssetLib" to "Using the Asset Library"
See #3969.
2020-09-05 13:49:53 +02:00
Nathan Lovato 512b074039 Merge pull request #3948 from samjabrahams/sabrahams/update_scripting_tutorial_connect
Update GDScript examples - Step By Step: Scripting
2020-09-03 12:36:54 -06:00
Yuri Sizov 45d95db39f Update instant search plugin to a packaged version (#3963) 2020-09-03 18:57:59 +02:00
Nathan Lovato d07b64ea94 Merge pull request #3959 from skyace65/WindowsIcon
Fix and improve changing application icon for Windows page
2020-09-03 10:46:23 -06:00
Nathan Lovato 2e3cc7a928 Apply suggestions from code review
Try to improve the phrasing, split a sentence, and add some missing commas.
2020-09-03 10:43:44 -06:00
Nathan Lovato 521cd9b4b7 Merge pull request #3960 from androclus/master
Added line to clarify we'll be starting a new project.
2020-09-03 10:28:29 -06:00
Marcel Admiraal 4e5393150a Remove unused import from GDNative cpp example SConstruct file. 2020-09-03 14:38:15 +01:00
Marcel Admiraal 14ef5a64da Explicitly add implicitly added semicolon. 2020-09-03 13:06:39 +01:00
Jeffrey Stern 33c3671b99 Added line to clarify we'll be starting a new project. 2020-09-02 18:52:52 -07:00
Beuc f648f7bc09 Fix texture mapping in Custom post-processing (#3957)
When the viewport is not fullscreen, the view is cropped and distorted after applying a shader.
This is due to using SCREEN_UV (meant for SCREEN_TEXTURE) instead of UV (meant for TEXTURE).
2020-09-03 00:15:01 +02:00
skyace65 b2fe936881 Fix and improve changing application icon for Windows page 2020-09-02 16:41:40 -04:00
skyace65 8cff063857 Improve import process page 2020-09-01 22:32:26 -04:00
Nathan Lovato e37ee4239c Merge pull request #3949 from Calinou/class-reference-info-blocks
Add a style guide for informational blocks in the class reference
2020-09-01 17:16:21 -06:00
Hugo Locurcio b4f9966e8a Add a style guide for informational blocks in the class reference 2020-09-02 01:14:35 +02:00
Nathan Lovato 5b635d94b8 Merge pull request #3931 from skyace65/PCKWarning
Add warnings on embedded pck files
2020-09-01 16:32:57 -06:00
Nathan Lovato c0c6183a22 Merge pull request #3930 from Calinou/rcedit-embed-pck-warning
Document known bugs with rcedit in executables that embed a PCK file
2020-09-01 16:32:23 -06:00
Nathan Lovato 12c7223525 Merge pull request #3921 from Calinou/best-practices-library-licensing
Mention licensing requirements in Best practices for engine contributors
2020-09-01 16:31:47 -06:00
Nathan Lovato f710e61562 Merge pull request #3945 from Calinou/3d-transforms-euler-image-background
Fix Euler angles image being unreadable on a dark background
2020-09-01 16:30:41 -06:00
Nathan Lovato f753c83d7a Merge pull request #3942 from skyace65/KinematicCollision
Add information on how get_slide_count counts collisions
2020-09-01 16:28:55 -06:00
Nathan Lovato d3c8aeb881 Merge pull request #3943 from Calinou/gdscript-debugger-no-threads
Document the GDScript debugger not supporting threads yet
2020-09-01 16:28:22 -06:00