Max Hilbrunner
198393eec7
More Godot 4 rename fixes ( #6315 )
...
* Spatial -> 3D, Transform, Quaternion
* File -> FileAccess
* Camera -> Camera3D
* Update references to MeshInstance and MultiMeshInstance
* ImmediateGeometry -> ImmediateMesh, misc renames
2022-10-15 20:54:47 +02:00
Max Hilbrunner
78526465c8
Merge pull request #6313 from mhilbrunner/fix-refs-and-renames
...
Fix refs and renames
2022-10-15 18:26:27 +02:00
Max Hilbrunner
b82cd0690d
A bunch of renames for Godot 4.0
2022-10-15 18:19:12 +02:00
Max Hilbrunner
024fedb0f3
Kinematic -> Character
2022-10-15 17:55:24 +02:00
Max Hilbrunner
9862cbea87
Reference -> RefCounted
2022-10-15 17:26:59 +02:00
Max Hilbrunner
1801243946
Merge pull request #6309 from Sauermann/fix-propagate-close-request
...
Fix usage of NOTIFICATION_WM_CLOSE_REQUEST
2022-10-15 15:53:42 +02:00
Markus Sauermann
631889be34
Fix usage of NOTIFICATION_WM_CLOSE_REQUEST
...
Propagation now works differently.
Also it no longer causes the application to quit.
2022-10-15 02:52:32 +02:00
Max Hilbrunner
42976727bd
Merge pull request #6302 from zacharied/master
...
Update C# in step-by-step Signals example
2022-10-14 23:51:04 +02:00
Max Hilbrunner
742b2b14d3
Merge pull request #6305 from Calinou/volumetric-fog-use-for-lighting
...
Document using volumetric fog as a volumetric lighting solution
2022-10-14 13:55:12 +02:00
Hugo Locurcio
93aca6512f
Document using volumetric fog as a volumetric lighting solution
...
This also adds a comparison image between traditional fog and volumetric
fog at the top of the page.
2022-10-13 22:51:01 +02:00
Max Hilbrunner
b098da247d
Merge pull request #6300 from smix8/doc_navlinks_4.x
...
Add doc for NavigationLinks
2022-10-13 20:18:20 +02:00
smix8
0c2058cb96
Add doc for NavigationLinks
...
Adds documentation for the new NavigationLinks with cross-ref to other relevant topics.
2022-10-13 10:39:04 +02:00
Zach Day
4ccb293730
Fix C# in step-by-step Signals example
...
Changed code to use new event-style connections; changed
custom signal example to use the new `SignalName` global;
use `double` instead of `float` for `_Process` argument
2022-10-12 17:37:39 -04:00
Max Hilbrunner
89bd854f66
Merge pull request #6285 from yedpodtrzitko/yed/viewport-subviewport
...
fix: rename `ViewportContainer` to `SubViewportContainer`
2022-10-11 21:11:34 +02:00
Max Hilbrunner
5fd76377f4
Merge pull request #6291 from progsource/richtextlabel-icon-spritesheet
...
Add Spritesheet support to RichTextLabel BBCode
2022-10-11 21:09:06 +02:00
Max Hilbrunner
0704adebfb
Merge pull request #6298 from smix8/doc_navmesh_bake_img_4x
...
Add missing baked_navmesh image
2022-10-11 21:07:23 +02:00
Max Hilbrunner
7b6a06614c
Merge pull request #6299 from smix8/nav_doc_index_order
...
Fix Navigation index order to make thematically more sense
2022-10-11 21:06:51 +02:00
smix8
4e41ed13f2
Fix Navigation index order to make thematically more sense
...
The original index from all the Navigation pullrequests was ordered from beginner / core topics to more sophisticated / focused / niche topics but this got mixed up due to splitting the pr's and the order the pr's were merged.
2022-10-11 18:39:10 +02:00
Max Hilbrunner
562c3c08f2
Merge pull request #6297 from mhilbrunner/fix-fix-fix
...
Formatting, syntax and URL fixes
2022-10-11 10:39:41 +02:00
smix8
1c7003ddbb
Add missing baked_navmesh image
2022-10-11 10:36:43 +02:00
Max Hilbrunner
1fffab8cf2
Formatting, syntax and URL fixes
2022-10-11 10:14:37 +02:00
NationalityNZ
24770fd215
Update gdscript_basics.rst ( #5873 )
...
* Update gdscript_basics.rst
Added some pragmatic advice for for-loops
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2022-10-11 09:32:13 +02:00
Jeferson 'Shin' Leite Borges
f036086dc4
Update description on the IO to use the JSON class ( #6120 )
...
* Update description on the IO to use the JSON class
* Apply suggestions from code review
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-10-11 09:24:26 +02:00
Max Hilbrunner
727acbf40f
Merge pull request #6184 from dzil123/godot4_web_compile
...
Update compiling for the web
2022-10-11 09:15:35 +02:00
TheYellowArchitect
7dd0537bc2
[Signals] Replaced 9 images to match 4.0 version ( #6235 )
...
* Replaced 9 images for 4.0 compatibility
2022-10-11 08:15:14 +02:00
Max Hilbrunner
c86881f7fa
Merge pull request #6251 from SchultzenDK/master
...
Add C# for 'Making main screen plugins'
2022-10-11 08:10:50 +02:00
Max Hilbrunner
0f77b03a42
Merge pull request #6276 from HolonProduction/master
...
Add explanation of lambdas to GDScript basics.
2022-10-11 08:08:32 +02:00
Max Hilbrunner
505fd7dfc1
Merge pull request #6280 from HolonProduction/patch-1
...
Improve description of `range` function.
2022-10-11 08:06:33 +02:00
TheYellowArchitect
5542bf980f
[Resources] Update example to be compatible with 4.0 ( #6279 )
...
* [Resources] Update example to be compatible with 4.0
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2022-10-11 08:05:24 +02:00
Max Hilbrunner
b196bcb40b
Merge pull request #6159 from dotlogix/Features/ComputeShader_Tutorial
...
Adding example code for compute shaders
2022-10-11 07:37:26 +02:00
Max Hilbrunner
fc6ea5e928
Merge pull request #6054 from smix8/doc_navigation_regions_4.x
...
Add doc for NavigationRegions
2022-10-11 06:24:14 +02:00
smix8
60cf1951af
Add doc for NavigationRegions
...
Adds documentation for NavigationRegions and NavigationServer API use.
2022-10-11 06:21:30 +02:00
Max Hilbrunner
1b47d4f9e3
Merge pull request #6052 from smix8/doc_navigation_path_api_use_4.x
...
Add doc for direct NavigationServer path queries
2022-10-11 06:20:38 +02:00
smix8
d373dd8784
Add doc for direct NavigationServer path queries
...
Adds documentation how to use a navigation path that is obtained by the NavigationServer API directly without the help of NavigationAgent nodes.
2022-10-11 06:16:31 +02:00
Max Hilbrunner
a853b41ec2
Merge pull request #6051 from smix8/doc_navigation_layers_access_4.x
...
Add doc for NavigationLayers and area access
2022-10-11 06:15:43 +02:00
smix8
bb5424a665
Add doc for NavigationLayers and area access
...
Adds documentation for NavigationLayers and how to use the bitmask for gameplay features like area access.
2022-10-11 06:11:33 +02:00
Max Hilbrunner
4e3ce71211
Merge pull request #6050 from smix8/doc_navigation_connections_n_debug_4.x
...
Add doc for NavigationMesh connections and NavigationDebug
2022-10-11 06:10:44 +02:00
smix8
0691cba9cb
Add doc for NavigationMesh connections and NavigationDebug
...
Adds documentation how to merge and / or connect different navigationmeshes and how to use the available navigation debug functions.
2022-10-11 06:07:37 +02:00
Max Hilbrunner
a8382b4bed
Merge pull request #6049 from smix8/doc_navserver_n_navagent_n_avoidance_4.x
...
Add doc for NavigationServer, NavigationAgent and RVO agent avoidance
2022-10-11 05:55:10 +02:00
smix8
594911cf33
Add doc for NavigationServer, NavigationAgent and RVO agent avoidance
...
Adds documentation for NavigationServer with focus on topics not explained in the class documentation.
Adds documentation for NavigationAgent node use and caveats.
Adds documentation for RVO agent avoidance.
2022-10-11 05:49:08 +02:00
Max Hilbrunner
225c9fc557
Merge pull request #6048 from smix8/doc_navigation_meshes_n_procedural_4.x
...
Add doc for 2D & 3D navigationmesh generation
2022-10-11 05:47:19 +02:00
smix8
cfc023737d
Add doc for 2D & 3D navigationmesh generation
...
Adds documentation how to create navigationmesh / navpolygons for 2D and 3D both with editor tools as well with scripts + some technical background stuff.
2022-10-11 05:44:10 +02:00
Max Hilbrunner
5a12f045c0
Merge pull request #6046 from smix8/doc_navigation_obstacles_4.x
...
Add doc for NavigationObstacle nodes and NavigationServerAPI obstacle agents
2022-10-11 05:42:11 +02:00
smix8
203c912b9a
Add doc for NavigationObstacle nodes and NavigationServerAPI use for obstacle agents
...
Document NavigationObstacles nodes and NavigationServer API use for obstacle agents.
2022-10-11 05:35:10 +02:00
Yash Punia
71bbed009f
Fixed 2 'Introduction' in Navigation tutorial ( #6269 )
...
* Fixed 2 'Introduction' in Navigation tutorail
* removed intro para from main navigation and reverted to original location
2022-10-11 05:09:16 +02:00
Max Hilbrunner
a807708bf8
Revert "Document recording with transparency in Creating movies" ( #6294 )
2022-10-11 02:10:49 +02:00
Petra Baranski
3811e23373
Add Spritesheet support to RichTextLabel BBCode
2022-10-10 18:10:24 +02:00
Max Hilbrunner
1b4ce1fa94
Merge pull request #6283 from Calinou/creating-movies-transparency
...
Document recording with transparency in Creating movies
2022-10-10 16:04:52 +02:00
Jiri Suchan
3370ef2ef9
fix: rename ViewportContainer to SubViewportContainer
2022-10-09 20:07:25 +09:00
Hugo Locurcio
0d6af3011e
Document recording with transparency in Creating movies
...
- Add more FFmpeg tips such as `-preset veryslow`.
- Fix `-r` usage in FFmpeg commands.
- Remove leftover `-preset veryfast` (it wasn't meant to be here).
2022-10-09 00:42:01 +02:00