godot/doc
Juan Linietsky 6f0e210093 Refactor ProjectSetting overrides
* Overrides no longer happen for set/get.
* They must be checked with a new function: `ProjectSettings::get_setting_with_override()`.
* GLOBAL_DEF/GLOBAL_GET updated to use this

This change solves many problems:
* General confusion about getting the actual or overriden setting.
* Feature tags available after settings are loaded were being ignored, they are now considered.
* Hacks required for the Project Settings editor to work.

Fixes #64100. Fixes #64014. Fixes #61908.
2023-01-13 15:13:56 +01:00
..
classes Refactor ProjectSetting overrides 2023-01-13 15:13:56 +01:00
tools fix conversion of csharp attributes in code blocks 2022-12-05 22:58:47 +01:00
translations One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
class.xsd 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-09-11 20:03:53 +09:00