368 Commits
Author SHA1 Message Date
Max Hilbrunner 8bc748a098 Merge pull request #7655 from Calinou/fix-backticks 2023-08-01 04:05:30 +02:00
Max Hilbrunner c5838a5e64 Merge pull request #7651 from raulsntos/dotnet/fix-instancing-with-signals 2023-08-01 03:56:24 +02:00
Max Hilbrunner 991dc1a958 Merge pull request #7691 from a2937/advanced-lang-fix 2023-08-01 03:56:12 +02:00
Max Hilbrunner 8a1d99844e Merge pull request #7706 from paddy-exe/document-gdextension-functionality-issues-request-for-exposing-functionality 2023-08-01 03:55:42 +02:00
Max Hilbrunner ff8b08c16c Merge pull request #7586 from br1trs/update_VS_Workloads 2023-08-01 03:55:05 +02:00
Max Hilbrunner 9437a7f2a6 Merge pull request #7603 from dalexeev/gds-arrays 2023-08-01 03:54:43 +02:00
Max Hilbrunner 7b50c0642e Merge pull request #7644 from raulsntos/dotnet/script-templates 2023-08-01 03:54:33 +02:00
Max Hilbrunner a4667dcc7f Merge pull request #7525 from RedworkDE/net-version-defines 2023-08-01 03:54:22 +02:00
Max Hilbrunner 0b887f457f Merge pull request #7591 from dalexeev/gds-warn-override-non-virtual 2023-08-01 03:53:34 +02:00
Max Hilbrunner 4b6b6157f2 Merge pull request #7626 from bbrainstormer/master 2023-08-01 03:53:09 +02:00
Max Hilbrunner 32ed16299d Merge pull request #7595 from catwasd/catwasd/fix-typos 2023-08-01 03:52:59 +02:00
Max Hilbrunner 40127836c8 Merge pull request #7660 from LeeWannacott/the-profiler-docs 2023-08-01 03:52:48 +02:00
Max Hilbrunner 8c25bbe8b3 Merge pull request #7667 from AThousandShips/file_fix 2023-08-01 03:52:26 +02:00
Matthew a1e5d43fe3 Merge pull request #7630 from CactiChameleon9/master
Fix mention of Godot3's or_lesser for export_range
2023-08-01 03:45:02 +02:00
Matthew 8c06757e08 Merge pull request #7604 from paulloz/dotnet/remove-wrong-autoload-code
Remove erroneous C# example about autoloads
2023-08-01 03:42:52 +02:00
Matthew 04a4e3a0a8 Merge pull request #7551 from Calinou/csharp-export-limitations
Document C# currently not being supported on Android, iOS and Web
2023-08-01 03:42:38 +02:00
Matthew f7a339b8b7 Merge pull request #7564 from Hannfeld/master
Changed a code example that didn't follow the style guide
2023-08-01 03:42:04 +02:00
Max Hilbrunner 6e1c4c2014 Merge pull request #7490 from paddy-exe/syntaxfixeees 2023-08-01 03:34:29 +02:00
Max Hilbrunner 5f794b05e1 Merge pull request #7441 from br1trs/delete-get-root 2023-08-01 03:31:38 +02:00
Max Hilbrunner 65939092ae Merge pull request #7412 from dalexeev/update-doc-bbcode 2023-08-01 03:30:39 +02:00
Max Hilbrunner 2409c0db55 Merge pull request #7426 from dalexeev/gds-onready-export 2023-08-01 03:22:29 +02:00
Max Hilbrunner 890637d608 Merge pull request #7396 from fedorenchik/patch-1 2023-08-01 03:19:24 +02:00
Max Hilbrunner 879d07c876 Merge pull request #7386 from Piralein/enum-stuff 2023-08-01 03:16:40 +02:00
Raul Santos 0c7134470d Fix C# differences list for 4.0 2023-07-05 13:58:43 +02:00
Timothe Bonhoure 051fbdf505 Update gdextension_cpp_example.rst 2023-06-03 13:29:26 +02:00
Raul Santos c457ab79ec Update some C# examples
- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double`.
- Ensure parameters match base declaration.
- Follow our code style more closely.
- Other minor code fixes.
2023-05-18 13:14:05 +02:00
Max HilbrunnerandDoug Thompson 72c0af46b2 Snake-case .tscn, .gd and _on_* callbacks
Co-authored-by: Doug Thompson <s-git@dougthompson.co.uk>
2023-05-18 12:46:58 +02:00
Danil AlexeevandMax Hilbrunner 4aff3ddc8a Update "GDScript reference" (operators and match) (#7323)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 10:57:40 +02:00
Felipe Augusto MarquesandMax Hilbrunner c4db831703 More precise documentation about property underlying access (#7362)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 09:36:54 +02:00
Max Hilbrunner 9caad0c5e4 Merge pull request #7308 from Yunusemre-Oeztuerk/patch-1 2023-05-15 01:16:42 +02:00
Max Hilbrunner c4410b6816 Merge pull request #7309 from Yunusemre-Oeztuerk/patch-2 2023-05-13 22:16:47 +02:00
Danil Alexeev 1575f5f714 Mention that annotations in GDScript support constant expressions 2023-05-12 16:38:20 +03:00
Yunusemre-Oeztuerk c535fc7b1d gdexample.gdextension file not recognized
Using Windows 10 and Godot 4.0.2 Mono

The gdexample.gdextension file used in the example project is not being recognized by my version of Godot. I don't know the exact reason but I'm guessing it is because it doesn't specify whether or not it is supposed to be a debug or release file.

My changed .gdextension file is the same as the one that is available under godot-cpp\test\demo\example.gdextension. With this one it worked with no problems.
2023-05-08 14:54:23 +02:00
Yunusemre-Oeztuerk c6d224c4ea Error in gdexample.cpp
When adding the getter and setter functions to the example project a void has been added to the constructor in line 439 which was previously not there (in line 213) and is also causing the error C2533: constructors not allowed a return type. Simply removing it again fixes it.
2023-05-08 14:42:15 +02:00
AV77 de8348230c Replaced all instances of "hard drive" with "local storage" (#7287) 2023-05-05 13:34:34 +02:00
Michael Macha b8830332a5 Clarified statement
Previously, the section on ADD_SIGNAL was a little convoluted and not entirely correct. I've fixed mild grammatical issues and expanded on it for new programmers, addressing these issues.
2023-05-04 12:17:26 -06:00
Max Hilbrunner 5e04f6550c Merge pull request #6565 from piyushmulatkar/patch-1 2023-05-04 14:03:31 +02:00
Max Hilbrunner 3283eae7d8 Merge pull request #7271 from Calinou/gdscript-add-breakpoints
Document how to add breakpoints in the editor and using `breakpoint`
2023-05-03 20:58:47 +02:00
Hugo Locurcio 698c40e72a Document how to add breakpoints in the editor and using breakpoint
Until now, there was little documentation on how to create breakpoints
(including persistent ones with the `breakpoint` keyword). This may
not be obvious to those who haven't used other IDEs before.

This also documents' breakpoints persistent behavior since the editor
state is saved.
2023-05-03 20:26:46 +02:00
Russell Matney fe3b20f903 docs: add script templates example
Ran into this today - the docs are good but could use an actual example
to confirm what they imply. Using a node name as a directory name is
kind of odd - this would have helped me figure it out at a glance.
2023-05-02 16:44:09 -04:00
Max Hilbrunner 0dcaaefac8 Merge pull request #7258 from jynus/issue7247
Update usages of obsolete rad2deg() and deg2rad() in docs
2023-05-01 16:49:18 +02:00
Jcrespo 6865811c81 Update usages of obsolete rad2deg() and deg2rad() in docs
There were 4 pages documentation pages still using deg2rad(),
which have been substituted by deg_to_rad() and the examples
tested against 4.0.X.

There was 1 usage of C# Deg2Rad(), now DegToRad().

Some dependent comments and output have been updated accordingly:
(deg_to_rad() is implemented in the Math core functions, not in
the Expressions class), plus some float precission fixes, at
least on my architecture.

Only one mention of rad2deg() was found in all docs.

Fixes #7247
2023-05-01 12:24:15 +02:00
Max Hilbrunner 153ccd57e5 Merge pull request #7249 from K1aymore/patch-1
Remove unneeded repetition in gdscript_basics.rst
2023-05-01 10:44:29 +02:00
Cameron da69035b1c minor grammar and typo in gdscript_documentation_comments.rst 2023-04-30 10:47:39 -07:00
Klaymore 627fd49e90 Remove unneeded repetition in gdscript_basics.rst 2023-04-29 21:54:17 -07:00
Rémi Verschelde d646a58465 Merge pull request #7222 from YuriSizov/zips-zapped
Move tutorial ZIPs to a dedicated repository
2023-04-27 15:51:37 +02:00
DoonvandYuri Sizov bd77af86e6 Fix small typo in the GDExtension C++ example (#7224)
* Fix typo in the GDExtension C++ example

---------

Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
2023-04-26 18:48:31 +02:00
Yuri Sizov 0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +02:00
Max Hilbrunner 64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
iwVerve 7b4684b7a0 missing word typo on documentation comments page 2023-04-11 14:07:12 +02:00