godot/doc
lawnjelly f0af29346b ProjectSettings add dirty flag and project_settings_changed signal
Most frames there will be no change in project settings, and it makes no sense to read settings every frame in case of changes, as a large number of string compares are involved.

This PR adds a signal to ProjectSettings that can be subscribed to in order to keep local settings up to date with ProjectSettings.

In addition a function `ProjectSettings::has_changes()` is provided for objects outside the signal system (e.g. Rasterizers).
2022-02-09 11:20:25 +00:00
..
classes ProjectSettings add dirty flag and project_settings_changed signal 2022-02-09 11:20:25 +00:00
tools [3.x] Fix make_rst.py on Windows 2022-01-24 10:28:22 +01:00
translations Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
Doxyfile
Makefile i18n: Add `--lang` option to `make_rst.py` to write translated headings 2021-12-21 14:40:13 +01:00