17 Commits

Author SHA1 Message Date
Saif Kandil
a0212981e3 Fix `*.out` file path in integration tests documentation (#8221)
The path to the `bin/` directory is written from the root as `./bin/<godot_binary>`,
however the path to the `scripts/` directory is written from outside the root as
`godot-source/modules/gdscript/tests/scripts`, which is inconsistent.
2023-11-11 05:25:50 +01:00
Max Hilbrunner
d680f2d4ed Merge pull request #8407 from hugarty/patch-1
Update register_types in binding_to_external_libraries.rst
2023-11-11 05:24:17 +01:00
Emmanuel Ferdman
23e7cc6aa0 fix: update location of audio_stream_player.cpp 2023-10-09 00:47:59 +02:00
Krzysztof Rybczyński
04c3b695fb Fixed Issue 'Broken link on internal_rendering_architecture page - 404 #7570' (#7589)
Co-authored-by: Matthew <matthewehr@hotmail.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-08-01 05:39:45 +02:00
Max Hilbrunner
1fc957a448 Merge pull request #7596 from catwasd/catwasd/fix-dev-in-unit-testing 2023-08-01 05:27:02 +02:00
Max Hilbrunner
233ce5324b Merge pull request #6277 from Sauermann/fix-transform-2d-update 2023-08-01 05:26:40 +02:00
Hugo Locurcio
a1a5660268 Add notes on color/depth buffer formats in Internal rendering architecture (#7410) 2023-05-27 23:12:22 +02:00
Hugo Locurcio
787cfa61ca Fix :abbr: usage in Internal rendering architecture 2023-05-24 11:53:17 +02:00
Hugo Locurcio
00381a521b Add a page documenting Godot's internal rendering architecture
This is intended for new and returning engine contributors.
2023-05-18 09:56:38 +02:00
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Riteo
a6359685a6 Change PNG image requirement to SVG in custom platform ports page
It got changed to SVG in godotengine/godot@cebefc9.

I'm not sure if PNGs are supported anymore but I guess that it's still
good practice to use SVGs and this isn't supposed to be a full in-depth
tutorial anyways 🤷
2023-03-31 19:00:05 +02:00
Max Hilbrunner
b53e989669 Merge pull request #7012 from jwmcgettigan/onready-patch
Updated instances of onready to @onready.
2023-03-23 04:39:30 +01:00
Justin McGettigan
7f7042c515 Updated instances of onready to @onready. 2023-03-18 16:06:11 -04:00
Hugo Locurcio
f658307ac7 Add a page on creating custom platform ports 2023-03-13 18:53:38 +01:00
anvilfolk
1631de89e7 Add --print-filenames option to GDScript unit testing (#6706)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-01-31 16:57:58 +01:00
Yuri Sizov
6c08ab05d2 Split general debugging and architecture diagram documentation
Co-authored-by: CalebJohn <git@calebjohn.ca>
2023-01-10 03:26:04 +03:00
Yuri Sizov
dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00