Commit Graph
410 Commits
Author SHA1 Message Date
Marek S. Łukasiewicz f9c0fa58c0 Add a command snippet to build only modified documentation (#10571)
Add a command snippet to build only modified documentation

Clarified that the FILELIST feature isn't available on Windows, hint about WSL.
Added examples for diff from HEAD and master.
2025-02-01 23:17:02 -05:00
Pāvels Nadtočajevs 61b891e334 Add notes about automatic .app bundle creation to compiling for macOS page. 2025-01-31 12:56:35 +02:00
Sai Nane 6db14b42cf Briefly mention List<> 2025-01-29 13:51:59 +00:00
Sai NaneandA Thousand Ships 7b5a14719f Fix std::vector reference
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-01-29 13:29:41 +00:00
Sai Nane 24acaa1226 Correct and elaborate docs on sequence types
See discussion in PR#10382.
2025-01-29 13:15:37 +00:00
Sai Nane 98ce9b570b Briefly document Vector<> variations
`Packed*Array` aliases seem universally preferred where available, so
a link to the list of types seems appropriate.

`LocalVector` is used sparingly, so mentioning the intent and rough
tradeoff involved seems right for an overview.
2025-01-29 12:20:45 +00:00
Matthew 82ced4a8d8 Merge pull request #8991 from catwasd/catwasd/ignoring-files-clion
Configure ignoring object and library files in CLion
2025-01-21 17:18:40 -05:00
Matthew d53cbb447d Merge pull request #10483 from nikitalita/patch-3
Specify that ``try``-``catch`` blocks are forbidden in cpp_usage_guidelines.rst
2025-01-21 10:33:05 -05:00
Max Hilbrunner 6e1144a697 Merge pull request #10504 from Calinou/gdscript-style-guide-icon
Add `@icon` ordering to the GDScript style guide
2025-01-13 22:34:28 +01:00
Hugo Locurcio 265397c5fc Add @icon ordering to the GDScript style guide 2025-01-13 17:25:42 +01:00
Yevhen Babiichuk (DustDFG) 6de2db1c9a Sync platforms names with used in Godot 4 2025-01-10 09:11:23 +02:00
Nikita b23846962b Specify that try-catch blocks are forbidden in cpp_usage_guidelines.rst 2025-01-09 17:37:45 +00:00
Max Hilbrunner 5639d1a5d8 Merge pull request #9385 from Calinou/internal-rendering-architecture-metal
Document Metal support in Internal rendering architecture
2025-01-07 11:13:25 +01:00
Hugo Locurcio a58b91ad0e Document Metal support in Internal rendering architecture 2025-01-03 18:53:17 +01:00
Hugo Locurcio f1d751b4a9 Mention Vulkan and Direct3D 12 SDK install scripts in Compiling for macOS/Windows 2025-01-03 18:50:26 +01:00
Max Hilbrunner 73d92a8c3e Merge pull request #10439 from 0HyperCube/fedora-embree
Update fedora embree package
2025-01-03 10:32:38 +01:00
Max Hilbrunner 4b4e8518a7 Merge pull request #10370 from tetrapod00/standardize-header-the-rest
Standardize RST header syntax
2025-01-02 12:17:38 +01:00
Matthew 83afe9d168 Merge pull request #10446 from tetrapod00/header-guideline
Document standards for RST section header syntax
2024-12-31 17:45:49 -05:00
tetrapod00 618bbd2150 Document standards for RST section header syntaxx 2024-12-29 14:42:29 -08:00
tetrapod00 c4d3aa134a Standardize RST header syntax 2024-12-29 13:44:09 -08:00
hypercube ebdb8067f8 Fix fedora embree package 2024-12-26 16:50:28 +00:00
O.S. of Smecta e117dc8c23 Improve instruction for RISC-V
* Improve instruction for RISC-V
2024-12-26 08:37:35 -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
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
tetrapod00 bd25f5813a Simply remove some words 2024-12-14 20:36:17 -08:00
Max Hilbrunner 1ed0e56d40 Merge pull request #10380 from godotengine/tetrapod00-contributing-idiom
Use more idiomatic English in How to Contribute
2024-12-07 09:15:02 +01:00
Hugo Locurcio 0d8944df0b Mention that GIFs should be avoided in Docs image guidelines 2024-12-07 08:35:09 +01:00
tetrapod fbf6cc140d Use more idiomatic English in How to Contribute 2024-12-06 20:24:51 -08:00
tetrapod 5589314bbf Merge pull request #10329 from esainane/pool-closed
Remove references to PoolVector
2024-12-04 18:06:40 -08:00
Matthew 01f118e3fc Merge pull request #10328 from esainane/access-denied
Update file_access.h location
2024-11-29 18:27:49 -05:00
tetrapod00 f2ce3eee91 Standardize renderer names and terms 2024-11-29 13:26:48 -08:00
Quinn 6292c86298 Replace mentions of Reference with RefCounted 2024-11-29 22:13:27 +10:00
Max Hilbrunner 613415cac9 Merge pull request #10334 from Calinou/compiling-for-web-rename-tools
Fix outdated reference to `godot.tools.html` in Compiling for the Web
2024-11-29 03:10:32 +01:00
Hugo Locurcio 59d97a7331 Remove instructions on setting up Pyston for faster development
This is done for several reasons:

- Recent CPython versions such as 3.13 have mostly caught up
  with Pyston in terms of performance. If the trend continues,
  CPython may supersede Pyston's performance in the long term.
  This is especially the case if the experimental JIT is
  eventually able to run Godot's SCons setup.
- Pyston is not maintained anymore (its last release was in 2022),
  and the last Python version it can run is 3.8. Python 3.8 is now
  end-of-life. Godot's SCons setup (as well as SCons itself) will
  eventually require Python versions newer than 3.8.
2024-11-29 02:05:45 +01:00
Hugo Locurcio a23d9145c1 Fix outdated reference to godot.tools.html in Compiling for the Web
It's `godot.editor.html` since Godot 4.0.
2024-11-29 02:03:36 +01:00
Sai Nane 3f206fd8e6 Remove references to PoolVector
PoolVector has not existed since 2020.

It was removed in 3205a92a:
https://github.com/godotengine/godot/commit/3205a92a
2024-11-28 14:17:38 +00:00
Sai Nane d8ec2b134d Update file_access.h location
`os/file_access.h` moved to `io/file_access.h` in 9e328bb5b:
https://github.com/godotengine/godot/commit/9e328bb5b
2024-11-28 14:16:47 +00:00
Max Hilbrunner 109de08756 Merge pull request #10319 from tetrapod00/translate-update
Update translation priorities in Localization contributing page
2024-11-27 00:40:05 +01:00
Danila Zolotarev 4fc9e5eb57 Fix wording of OpenGL ES support on desktop in Internal rendering architecture (#9945) 2024-11-26 15:48:13 +01:00
tetrapod00 55b08515b4 Update word counts and translation priorities in Localization contributing page 2024-11-25 10:41:00 -08:00
Jonathan Sekela 9057f15806 Add dev_build and dev_mode flags to scons compilation instructions for desktop editor pages 2024-11-19 19:55:33 -05:00
Max Hilbrunner 9ca59bdc2b Merge pull request #10285 from tetrapod00/low-level-hyphen
Use "low-level" and "high-level" instead of "low level" and "high level"
2024-11-18 23:48:13 +01:00
Max Hilbrunner 1b0e0eb8df Merge pull request #10284 from tetrapod00/hyphens
Add hyphens to some adjective phrases
2024-11-18 23:45:16 +01:00
tetrapod00andJohn Veness 93489bbefb Use "low-level" and "high-level" instead of "low level" and "high level"
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
2024-11-18 13:47:58 -08:00
tetrapod00andJohn Veness d354f8cbc2 Add hyphens to some adjective phrases
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
2024-11-18 13:34:22 -08:00
tetrapod00 09156f2ee9 Add UPDATE comments to perishable information 2024-11-17 13:50:42 -08:00
Wilson E. AlvarezandMax Hilbrunner feeea91cdf Add ThreadSanitizer usage note under Linux (#8908)
* Add ThreadSanitizer usage note under Linux

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-11-17 14:50:17 +01:00
Max Hilbrunner 9a2fccb54b Merge pull request #10277 from mhilbrunner/salvage-9858
Compiling for Linux/BSD: Add openKylin
2024-11-17 12:00:08 +01:00
Max HilbrunnerandDSOE1024 eda6a2da1f Compiling for Linux/BSD: Add openKylin
Co-authored-by: DSOE1024 <90103853+DSOE1024@users.noreply.github.com>
2024-11-17 11:56:12 +01:00