Age | Commit message (Collapse) | Author |
|
|
|
|
|
Remove "?" from String.c_escape()
|
|
|
|
[Font] Add an import option to pre-render all glyphs required for the translation.
|
|
translation.
|
|
String::num, at core/string/ustring.cpp
|
|
|
|
|
|
Do not auto add default script and country codes to the locale.
|
|
Unify usage of GLOBAL/EDITOR_GET
|
|
|
|
|
|
|
|
|
|
|
|
Add `is_finite` method for checking built-in types
|
|
|
|
|
|
change warnings=all to use /W4.
|
|
Improve string formatting (%f and %v) for inf and nan
|
|
Part of #66537.
|
|
Fix file names for {Static,Lightmap}RaycasterEmbree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add %v for formatting vectors
|
|
|
|
|
|
|
|
|
|
|
|
Variant memory pools
|
|
|
|
This was removed in #63481, and we confirmed that it's better like this,
but we add back the possibility to strip CR as an option, to optionally
restore the previous behavior.
For performance this is done directly in `String::parse_utf8`.
Also fixes Android `FileAccess::get_line()` as this one _should_ strip CR.
Supersedes #63717.
|
|
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
|
|
filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
|
Memory pools via PagedAllocator for Transform2D, Transform3D, Basis and AABB.
|
|
|
|
|
|
|
|
|
|
* Intended to replace RBSet in most cases.
* Optimized for iteration speed
|
|
|
|
|
|
* Replace case-by-case extraction with PNAME & GNAME
* Fix group handling when group hint begins with property name
* Exclude properties that are PROPERTY_USAGE_NO_EDITOR
* Extract missing ADD_ARRAY*, ADD_SUBGROUP* macros
|
|
|