behaviour-tree-test/core
Haoyu Qiu 3f03260a21 Cleanup editor translation related methods
- Unify logic for loading editor/property/doc/extractable translations.
- Replace legacy `TranslationServer` methods with translation domains for internal translations.
- Only pre-create editor/property/doc translation domains in editor builds.
- Prevent adding `null` translation.
- Fixes potential loading of duplicated editor translations.
- Add internal `has_translation_for_locale()` instead of calling `get_loaded_translations().has()`.
2025-09-18 20:27:09 +08:00
..
config Implement sparse bundle PCK support. 2025-06-26 00:47:25 +02:00
crypto CryptoCore: Use size_t for buffer sizes to fix encoding/sums of 2.0+ GiB files. 2025-04-03 11:29:59 +02:00
debugger Merge pull request #107663 from mihe/script-break-error 2025-06-24 09:58:38 -05:00
error Prevent infinite recursion during printing 2025-07-22 16:13:03 +02:00
extension Merge pull request #110537 from dsnopek/gdextension-do-not-update-gdextension-special-compat-hashes 2025-09-16 20:28:55 -05:00
input Merge pull request #108214 from Nintorch/fix-joypad-vendor-product 2025-09-01 11:14:12 -05:00
io Optimize data flushing for FileAccessCompressed and FileAccessEncrypted 2025-09-16 00:19:19 +02:00
math Merge pull request #109744 from Repiteo/core/math-constants-semantic 2025-09-16 11:44:49 -05:00
object Merge pull request #108121 from Repiteo/core/disabled-class-rework 2025-09-17 11:34:16 -05:00
os [Web] Add Web-build specific stdout header 2025-06-12 13:00:36 -04:00
string Cleanup editor translation related methods 2025-09-18 20:27:09 +08:00
templates Fix issue with array comparison reference 2025-07-09 20:22:09 -07:00
variant Merge pull request #110206 from aaronp64/remove_unused_enum_bitfield_param 2025-09-16 20:29:01 -05:00
core_bind.compat.inc Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
core_bind.cpp Automatically unregister loggers when script language is deinitialized. 2025-08-02 18:29:00 +03:00
core_bind.h Automatically unregister loggers when script language is deinitialized. 2025-08-02 18:29:00 +03:00
core_builders.py Core: Handle disabled class detection in ClassDB 2025-08-26 09:31:14 -05:00
core_constants.cpp Remove unused parameter in __constant_get_enum_name/__constant_get_bitfield_name 2025-09-02 13:13:12 -04:00
core_constants.h Autocompletion: Add support for global enums 2025-06-15 19:41:13 +02:00
core_globals.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
core_string_names.h Always use String as StringName backing internally. 2025-04-23 14:57:03 +02:00
doc_data.cpp Doc: Add "required" qualifier to methods 2025-06-05 21:41:07 +08:00
doc_data.h GDScript: Add support for variadic functions 2025-06-09 21:53:05 +03:00
register_core_types.cpp Core: Handle disabled class detection in ClassDB 2025-08-26 09:31:14 -05:00
register_core_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Identify build clearly when using AES256 encryption key 2025-06-09 10:47:24 +02:00
typedefs.h Rename RDD::MemoryBarrier to avoid conflicts with the Windows headers. 2025-09-10 05:19:36 -05:00
version.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00