Commit Graph

9880 Commits

Author SHA1 Message Date
lena
63cec69b30 Add a paragraph about self (#8928)
Adds a paragraph about the self keyword and documents that
it can be used to refer to variables defined in subclasses of
current class.

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: RedMser <5117197+RedMser@users.noreply.github.com>
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2024-12-26 15:30:42 -08:00
O.S. of Smecta
e117dc8c23 Improve instruction for RISC-V
* Improve instruction for RISC-V
2024-12-26 08:37:35 -05:00
tetrapod
1d0a90fed4 Merge pull request #10437 from dalexeev/gds-doc-warning-ignore-start-and-restore
GDScript: Document `@warning_ignore_start` and `@warning_ignore_restore`
2024-12-23 13:25:31 -08:00
Danil Alexeev
d610bfdf23 GDScript: Document @warning_ignore_start and @warning_ignore_restore 2024-12-23 23:58:46 +03:00
tetrapod
5eebe5f1fa Merge pull request #10419 from tetrapod00/manifold-define
Add technical definition for manifoldness
2024-12-22 19:44:35 -08:00
Max Hilbrunner
c9928f675e Merge pull request #10433 from raulsntos/dotnet/collection-expressions
[.NET] Use collection expressions
2024-12-23 00:50:57 +01:00
Max Hilbrunner
da1ef85e01 Merge pull request #10411 from tetrapod00/color-code-up-to-date
Only show warning box if page is outdated
2024-12-21 20:14:07 +01:00
Max Hilbrunner
873c4525e9 Merge pull request #10418 from tetrapod00/no-label
Remove default labels from issue templates
2024-12-21 20:12:36 +01:00
Max Hilbrunner
1d1c4cd20b Merge pull request #10435 from spoxii/patch/gltfstate-link-typo
Remove trailing double quote from link in GLTFState documentation
2024-12-21 20:11:22 +01:00
SPOXY
f01f0df6c0 Remove trailing double quote from link in GLTFState documentation
Remove the trailing double quote (") from the link
https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json
2024-12-21 17:11:43 +01:00
Max Hilbrunner
c04d6f8f9f Merge pull request #10434 from godotengine/classref/sync-a7a2a12
classref: Sync with current master branch (a7a2a12)
2024-12-21 04:25:51 +01:00
Godot Organization
c1577c5e3a classref: Sync with current master branch (a7a2a12) 2024-12-21 03:20:52 +00:00
Raul Santos
cea78730d0 [.NET] Use collection expressions
As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
2024-12-21 03:38:42 +01:00
Max Hilbrunner
6d5fd9acc8 Merge pull request #10427 from raulsntos/dotnet/changes-in-4.4
C#: Update platform support for 4.4 and new minimum required TFM
2024-12-20 18:48:07 +01:00
Max Hilbrunner
408e097f5e Merge pull request #10429 from lulange/master
Fix Introduction to 2D scale hot key
2024-12-20 18:47:11 +01:00
tetrapod
dedc5e849d Merge pull request #10428 from The-oldone/master
Fix typo (copy-paste) in gui_using_fonts.rst
2024-12-19 12:54:35 -08:00
Raul Santos
62b342bba9 C#: Update platform support for 4.4 and new minimum required TFM
- Remove Android restrictions that no longer apply in 4.4.
- Add links in the C# documentation about general upstream system requirements that also apply to C# projects.
- Godot projects now target `net8.0`, so there's no need to mention TFM requirements in platform support. And we can update every mention of .NET 6 with .NET 8 and C# 10 with C# 12.
2024-12-19 20:52:27 +01:00
tetrapod00
ea9fad5bbe Add technical definition for manifoldness 2024-12-19 11:35:27 -08:00
Lucas Lange
e79bbd569a Update introduction_to_2d.rst
Change description of the scale tool to correctly suggest the 'S' key instead of the 'R' key
2024-12-19 12:54:02 -05:00
Max Hilbrunner
1e6f52a566 Merge pull request #10423 from tetrapod00/tweak-class-ref
Tweak wording in Contributing to the class reference
2024-12-19 16:58:40 +01:00
Max Hilbrunner
5fbb1412c8 Merge pull request #10424 from tetrapod00/bug-triage-example-code
Document example code label in docs repo
2024-12-19 16:57:41 +01:00
fearwalia
d6b95c8aeb Update gui_using_fonts.rst
Edited the fourth option to accurately represent which option it is, it previously replicated the third option
2024-12-19 13:48:13 +05:30
tetrapod
a64084d491 Merge pull request #9743 from vgezer/scripteditor
Text editor documentation
2024-12-18 14:03:58 -08:00
tetrapod00
591f9739f6 Document example code label in docs repo 2024-12-18 10:33:37 -08:00
tetrapod00
bdb4983eb1 Tweak wording in Contributing to the class reference 2024-12-18 10:26:34 -08:00
Max Hilbrunner
c7baa13f48 Merge pull request #10421 from tetrapod00/global_position_set
Mention exception to setting values before adding to tree
2024-12-18 15:57:09 +01:00
fearwalia
d5b8afb77b Clarify creating a global in Singletons (Autoload) (#10416)
The code below to be added to scene 1 and 2 didn't say how to define the global variable, and neither did this, so I fixed it

---------

Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2024-12-17 18:12:11 -08:00
tetrapod00
51a9199a92 Mention exception to setting values before adding to tree 2024-12-17 17:24:40 -08:00
tetrapod00
b3baf825f1 Remove default labels from issue templates 2024-12-17 11:53:33 -08:00
tetrapod00
f47af1fb9e Only show warning box if page is outdated 2024-12-16 14:45:34 -08:00
Max Hilbrunner
c14d206f9a Merge pull request #10325 from bruvzg/renderer_req
[System requirements] Add information about different requirements for different renderers.
2024-12-16 20:00:18 +01:00
Max Hilbrunner
ca738a538e Merge pull request #10414 from tetrapod00/meshlibrary-clarify
Clarify MeshLibrary format and constraints
2024-12-16 19:58:29 +01:00
Max Hilbrunner
47d39d9048 Merge pull request #10413 from tetrapod00/be-nice-to-c
Rephrase dictionary description in Advanced GDScript
2024-12-16 19:11:59 +01:00
Max Hilbrunner
8b36717530 Merge pull request #10406 from tetrapod00/fix-source-color
Fix usage of `source_color` with `hint_depth_texture`
2024-12-16 19:10:23 +01:00
tetrapod00
a79a41c7ee Clarify MeshLibrary format and constraints 2024-12-15 17:25:28 -08:00
tetrapod00
fdfa3ea66e Rephrase dictionary description in Advanced GDScript 2024-12-15 13:58:40 -08:00
Pāvels Nadtočajevs
e5a51fb12d [System requirements] Add information about different requirements for different renderers. 2024-12-15 21:03:03 +02:00
Max Hilbrunner
273f9a7f2f Merge pull request #10403 from dsnopek/redo-vnen-8751
Add example of GDExtension written pure C
2024-12-15 17:37:40 +01:00
Max Hilbrunner
0b67f026ec Merge pull request #10410 from tetrapod00/remove-outdated
Fix article outdated status for spring arm page
2024-12-15 17:31:46 +01:00
Max Hilbrunner
8c18786cc1 Merge pull request #10409 from tetrapod00/no-simply
Simply remove some words
2024-12-15 17:31:18 +01:00
Max Hilbrunner
0d9e3ac856 Merge pull request #10408 from tetrapod00/vrs-xr
Link to foveation settings from VRS page
2024-12-15 17:25:00 +01:00
George Marques
874b2792a6 Add example of GDExtension written pure C 2024-12-15 10:06:26 -06:00
tetrapod00
0dfae02a28 Fix article outdated status for spring arm page 2024-12-15 00:40:53 -08:00
tetrapod00
bd25f5813a Simply remove some words 2024-12-14 20:36:17 -08:00
Max Hilbrunner
4e8160dedb Merge pull request #10398 from tetrapod00/tweak-csharp-diff
Tweak wording in C# differences
2024-12-14 22:51:15 +01:00
Max Hilbrunner
1ec3e4524e Merge pull request #10405 from godotengine/classref/sync-dc5f1b7
classref: Sync with current master branch (dc5f1b7)
2024-12-14 22:50:05 +01:00
Max Hilbrunner
36af1bafc3 Merge pull request #10407 from tetrapod00/shader-func-self-links
Add self links to shader functions page
2024-12-14 22:49:39 +01:00
tetrapod00
590de7eea8 Link to foveation settings from VRS page 2024-12-14 11:05:02 -08:00
tetrapod00
0da4dbe145 Add self links to shader functions page 2024-12-13 22:17:49 -08:00
tetrapod00
6f0e3bcfaf Fix usage of source_color with hint_depth_texture 2024-12-13 19:34:09 -08:00