Yuri Sizov
d0cc4cbbd8
Merge pull request #6679 from raulsntos/dotnet/color-docs
...
Add Color section to C# differences page
2023-01-28 22:36:44 +03:00
Yuri Sizov
80cd6efb0a
Merge pull request #6688 from DarkKilauea/nav-agent-use-callable
...
Update for Callable in NavigationAgent callbacks
2023-01-28 22:30:46 +03:00
Raul Santos
17ca353ae6
Add Color section to C# differences page
2023-01-28 18:43:29 +01:00
Chris
a2c072e3e0
Fix broken link to Godot Recipes text tutorial ( #6685 )
...
* Make link to Godot Recipes text tutorial use https
2023-01-28 08:27:57 -05:00
Josh Jones
8bfe0ee753
Update for Callable in NavigationAgent callbacks
2023-01-27 23:59:34 -08:00
Yuri Rubinsky
9eb73f0295
Merge pull request #6684 from Chaosus/shader_derivative
2023-01-28 09:51:20 +03:00
Yuri Rubinsky
aed85898c4
Add derivative with precision shader functions
2023-01-28 09:33:48 +03:00
Matthew
9dd795a6f2
Merge pull request #6461 from smix8/doc_navagent_rename_location_4.x
...
Update NavigationAgent doc with 'location' to 'position' rename
2023-01-27 22:25:54 -05:00
Raul Santos and Yuri Sizov
55dd91b1e6
Update some of the C# documentation for 4.0 ( #6681 )
...
* Update C# documentation for 4.0
---------
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
2023-01-28 01:17:38 +01:00
Yuri Sizov
3c3c65d4d1
Merge pull request #6686 from raulsntos/dotnet/defines
...
C#: Add TOOLS define and remove custom features
2023-01-27 20:36:58 +03:00
Yuri Sizov
2090596dcc
Merge pull request #6673 from dalexeev/fix-code-cdi2d
...
Fix code examples on "Custom drawing in 2D" page
2023-01-27 20:29:49 +03:00
Raul Santos
ebd89d2569
C#: Add TOOLS define and remove custom features
...
- The `TOOLS` define wasn't documented anywhere.
- Add `GODOT_REAL_T_IS_DOUBLE` define to the list.
- Custom features as defines were removed and are no longer added.
2023-01-27 18:14:11 +01:00
Danil Alexeev
fa4a21c2db
Fix code examples on "Custom drawing in 2D" page
2023-01-27 18:38:15 +03:00
Rémi Verschelde
fe259f74ff
classref: Sync with current master branch (518b9e580)
2023-01-27 15:10:25 +01:00
Matthew
b168eb52f3
Merge pull request #6675 from Calinou/fixing-jitter-stutter-fix-typo
...
Fix typo in Fixing jitter, stutter and input lag
2023-01-26 21:13:07 -05:00
Hugo Locurcio
4d18d520b4
Fix typo in Fixing jitter, stutter and input lag
...
This also renames the Max FPS setting name to match Godot 4.0.
2023-01-26 23:31:06 +01:00
Matthew
2df59cac6c
Merge pull request #6618 from BastiaanOlij/xr_deploy_on_android
...
Added documention page about exporting a Godot XR project to Android
2023-01-26 17:03:09 -05:00
Max Hilbrunner
fbf4a22d4e
Merge pull request #6669 from ThatFrogDev/master
...
Added DevDuck to devlogs list
2023-01-26 19:40:13 +01:00
Max Hilbrunner
0d1dab8c17
Merge pull request #6667 from vmedea/percent-syntax
...
tutorials/scripting: Mention % literal syntax
2023-01-26 15:26:53 +01:00
Mart
8407419700
Added DevDuck to devlogs list
2023-01-25 21:15:13 +01:00
mara
2b271ba33e
tutorials/scripting: Mention % literal syntax
...
It was unclear to me what that '%' literal syntax does, add
examples in the appropriate places.
2023-01-25 20:16:48 +01:00
smix8
7109df73f3
Update NavigationAgent doc with 'location' to 'position' rename
2023-01-25 03:06:41 +01:00
Lennart De Graef
8c3746e2f2
Update the GUI container tutorial to use new terminology and add update image ( #6636 )
...
Update GUI container docs to new terminology and add an updated image
2023-01-24 20:47:04 -05:00
Max Hilbrunner
13bba8097b
Merge pull request #6641 from paulloz/csharp/navigation/introduction-2d-3d
...
Update pages for 2D/3D Navigation Overview
2023-01-24 23:09:07 +01:00
Max Hilbrunner
fba56424b9
Merge pull request #6637 from smix8/doc_navperformancemonitor_4.x
...
Add doc for Navigation Debug PerformanceMonitor
2023-01-24 22:59:00 +01:00
Yuri Sizov
c4e4a1a249
Merge pull request #6657 from winston-yallow/fix-gizmo-plugin-tutorial
...
Use correct function names and arguments for editor gizmos
2023-01-24 22:27:11 +03:00
Max Hilbrunner
c4e56b1474
Merge pull request #6655 from Calinou/upgrading-to-godot-4-cli-usage
...
Document upgrading via the command line on Upgrading to Godot 4
2023-01-24 17:31:33 +01:00
Max Hilbrunner
8d0fc1b8a4
Merge pull request #6658 from Calinou/compiling-auto-jobs
...
Remove most mentions of SCons `-j` parameter as it's now set automatically
2023-01-24 13:34:31 +01:00
Hugo Locurcio
9a361d1ecf
Remove most mentions of SCons -j parameter as it's now set automatically
...
The Introduction to the buildsystem page still mentions this parameter
in case it needs to be changed, but in most situations, the default
value of `(number of CPU threads) - 1` does a good job.
2023-01-24 13:17:21 +01:00
Winston
9f6be55665
Use correct function names and arguments
2023-01-24 12:30:27 +01:00
Hugo Locurcio
7d6fb199d0
Document upgrading via the command line on Upgrading to Godot 4
...
This is useful to override maximum file size/lines limits.
2023-01-23 23:21:19 +01:00
Max Hilbrunner
0c18a7cb67
Merge pull request #6643 from paulloz/csharp/signals
...
Create a dedicated "C# Signals" page
2023-01-23 19:22:15 +01:00
Max Hilbrunner
be5ac7b34b
Merge pull request #6648 from Calinou/compiling-linuxbsd-faster-linking
...
Document ways to further speed up linking in Compiling for Linux/*BSD
2023-01-23 17:19:46 +01:00
BlueStag
135ad68cab
Use 4.0 method of connecting to and emitting signals ( #6311 )
...
Change docs to use the new method of connecting and emitting signals
2023-01-22 22:01:34 -05:00
Paul Joannon
3347df2edb
Create a dedicated "C# Signals" page
2023-01-22 17:37:29 +01:00
Max Hilbrunner and DavidVereb
7b21d5c293
GDScript basics: expand upon continue explanation ( #6650 )
...
Co-authored-by: DavidVereb <davidvereb@users.noreply.github.com >
2023-01-22 17:19:56 +01:00
Max Hilbrunner
8263c21801
Merge pull request #6627 from skyace65/Image-Guidelines-2
...
Add a guide for creating documentation images
2023-01-22 17:01:31 +01:00
Max Hilbrunner
7d7a6eee24
Merge pull request #6647 from Calinou/compiling-macos-pyston-lite
...
Document using Pyston-lite for faster builds on macOS
2023-01-22 15:42:12 +01:00
Matthew
361012ea50
Merge pull request #6646 from moomoo02/my-doc-changes
...
Removed outdated documentation in C# Basics Page
2023-01-22 09:15:43 -05:00
Alex Coté
313e2162a4
Update Sublime Text external editor arguments ( #6644 )
2023-01-22 12:13:26 +01:00
Hugo Locurcio
004654a114
Document ways to further speed up linking in Compiling for Linux/*BSD
...
mold and/or system libraries can be used to make iteration times
significantly faster when working on the engine.
2023-01-22 11:43:46 +01:00
Hugo Locurcio
14e4b0e110
Document using Pyston-lite for faster builds on macOS
2023-01-22 11:01:14 +01:00
Vince Nguyen
c8f45094b5
Removed outdated documentation
2023-01-21 21:24:51 -08:00
smix8
085912e639
Add doc for Navigation Debug PerformanceMonitor
...
Adds documentation for Navigation Debug PerformanceMonitor.
2023-01-21 21:49:37 +01:00
Paul Joannon
7a2aebea60
Bring 3D navigation example on par with the 2D one
2023-01-21 11:34:44 +01:00
Paul Joannon
8a8abde036
Update pages for 2D/3D Navigation Overview
...
- Add C# examples.
- Fix the list formatting.
- Fix punctuation.
- Reference 2D explanation of the await in the 3D page.
- Simplify comments in the 2D GDScript example.
2023-01-21 11:34:17 +01:00
Matthew
e8131bfd56
Merge pull request #6638 from Calinou/compiling-update-python-required-version
...
Update Python version requirements on Compiling pages
2023-01-20 18:32:02 -05:00
Rémi Verschelde
7fc697f10e
Fix typo in last commit
2023-01-20 14:50:05 +01:00
Rémi Verschelde
b4a43f14b8
Update copyright statement from 2022 to 'present'
2023-01-20 14:47:22 +01:00
Hugo Locurcio
554394c5cd
Update Python version requirements on Compiling pages
...
The `master` branch has required Python 3.6 to be compiled for
a few years now.
This also makes the text more consistent across platforms.
2023-01-20 13:07:35 +01:00