summaryrefslogtreecommitdiff
path: root/scene/property_utils.cpp
AgeCommit message (Collapse)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
2022-10-19Fix exporting big templatesRafał Mikrut
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-06Fix too broad assumption of null property defaultsPedro J. Estébanez
2022-01-06Merge pull request #56176 from RandomShaper/accept_null_as_defaultRémi Verschelde
Assume that non registered properties default to null
2022-01-06Assume that non registered properties default to nullPedro J. Estébanez
2022-01-03Update copyright statements to 2022Rémi Verschelde
Happy new year to the wonderful Godot community!
2021-12-11Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings
2021-11-12Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke
2021-11-07Unify determination of default property valuesPedro J. Estébanez