godot/core
Thaddeus Crews 78215f3cc6
Merge pull request #100132 from Ivorforce/string-compile-time-strlen
Optimize String construction from statically known strings by evaluating `strlen` at compile-time.
2024-12-10 14:15:49 -06:00
..
config Add loongarch64 support 2024-12-06 00:18:26 +08:00
crypto Core: Do not generate *.uid files for JSON, certificates, and translations 2024-12-04 14:26:10 +03:00
debugger Add contains_char() for single-character 'contains' calls. 2024-12-06 20:23:35 +01:00
error Fix race conditions in breadcrumbs 2024-10-22 22:08:46 -03:00
extension Add contains_char() for single-character 'contains' calls. 2024-12-06 20:23:35 +01:00
input Fix missing event metadata in _input() with Input.parse_input_event() 2024-12-06 22:08:16 +03:00
io Add contains_char() for single-character 'contains' calls. 2024-12-06 20:23:35 +01:00
math [Codestyle] Merge identical code piece. 2024-12-11 00:48:00 +08:00
object Add contains_char() for single-character 'contains' calls. 2024-12-06 20:23:35 +01:00
os Merge pull request #99168 from RandomShaper/even_better_spinlock 2024-12-09 14:33:31 -06:00
string Optimize String construction from statically known strings allowing strlen to be evaluated at compile time, where possible. 2024-12-09 21:47:28 +01:00
templates Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cached 2024-11-13 08:33:54 -06:00
variant Add contains_char() for single-character 'contains' calls. 2024-12-06 20:23:35 +01:00
core_bind.compat.inc [OS] Add functions to determine standard I/O device type. 2024-11-06 13:33:38 +02:00
core_bind.cpp Add file and dir temporary utilities 2024-12-02 12:08:14 -05:00
core_bind.h Add file and dir temporary utilities 2024-12-02 12:08:14 -05:00
core_builders.py
core_constants.cpp Add hint for oneshot & warning when it will be updated continuously 2024-11-11 01:12:45 +09:00
core_constants.h
core_globals.cpp
core_globals.h
core_string_names.h Move singleton StringName definitions to header 2024-12-06 13:43:31 +01:00
doc_data.cpp Implement typed dictionaries 2024-09-04 10:27:26 -05:00
doc_data.h Docs: Add missing deprecated/experimental tag support for theme items 2024-09-04 17:49:05 +03:00
register_core_types.cpp Register Engine, OS, ProjectSettings, and Time early. 2024-11-21 18:09:03 -05:00
register_core_types.h Register Engine, OS, ProjectSettings, and Time early. 2024-11-21 18:09:03 -05:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
typedefs.h Style: Apply clang-tidy fixes 2024-11-04 12:11:06 -06:00
version.h