..
bind
Fix unitialized variables in `core`
2024-01-05 11:47:46 +07:00
crypto
mbedTLS: Update to mbedTLS 3.6.4
2025-10-01 10:24:59 +07:00
io
Fix error when non-ASCII characters in resource pack path
2025-05-25 09:45:22 +07:00
math
Fix parsing of `4.` in Expression
2025-05-25 09:52:23 +07:00
os
Web: Clarify that `OS.get_unique_id` is not supported
2024-01-18 16:19:43 +07:00
SCsub
zlib/minizip: Update to version 1.3
2024-01-18 16:19:32 +07:00
array.cpp
[3.x] Core: Add recursion level check for `Array` and `Dictionary` hashing
2023-08-22 15:07:53 +07:00
array.h
[3.x] Core: Add recursion level check for `Array` and `Dictionary` hashing
2023-08-22 15:07:53 +07:00
bitfield_dynamic.cpp
…
bitfield_dynamic.h
…
class_db.cpp
Fix unitialized variables in `core`
2024-01-05 11:47:46 +07:00
class_db.h
Add check to ensure registered classes are declared
2023-08-29 13:13:42 +07:00
color.cpp
[Core] Codestyle improvements to math types
2024-03-17 09:22:18 +07:00
color.h
[Core] Codestyle improvements to math types
2024-03-17 09:22:18 +07:00
color_names.inc
…
command_queue_mt.cpp
…
command_queue_mt.h
…
compressed_translation.cpp
…
compressed_translation.h
…
core_builders.py
Donors: Change tiers to match Dev Fund, sync latest data
2024-01-18 16:10:45 +07:00
core_string_names.cpp
…
core_string_names.h
…
cowdata.h
…
dictionary.cpp
[3.x] Add a `get_or_add` method to Dictionary
2024-02-15 19:49:43 +07:00
dictionary.h
[3.x] Add a `get_or_add` method to Dictionary
2024-02-15 19:49:43 +07:00
engine.cpp
Donors: Change tiers to match Dev Fund, sync latest data
2024-01-18 16:10:45 +07:00
engine.h
…
error_list.h
…
error_macros.cpp
Physics Interpolation - refactor `Camera` and fix `get_camera_transform()`
2024-06-09 12:08:27 +07:00
error_macros.h
Prevent inlining error print functions.
2025-06-13 18:12:02 +07:00
fixed_array.h
…
func_ref.cpp
…
func_ref.h
…
global_constants.cpp
…
global_constants.h
…
hash_map.h
…
hashfuncs.h
[Core] Codestyle improvements to math types
2024-03-17 09:22:18 +07:00
image.cpp
Revert "Backport implement loading DDS textures at run-time"
2023-09-01 08:47:25 +07:00
image.h
Revert "Backport implement loading DDS textures at run-time"
2023-09-01 08:47:25 +07:00
input_map.cpp
…
input_map.h
…
int_types.h
…
list.h
…
local_vector.h
…
locales.h
…
make_binders.py
…
map.h
…
message_queue.cpp
…
message_queue.h
…
method_bind.cpp
…
method_bind.h
…
method_ptrcall.h
…
node_path.cpp
…
node_path.h
…
oa_hash_map.h
…
object.cpp
`Object::call()` prevent debug lock accessing dangling pointer
2025-05-25 09:53:28 +07:00
object.h
Fix unitialized variables in `core`
2024-01-05 11:47:46 +07:00
object_id.h
…
object_rc.h
…
ordered_hash_map.h
…
packed_data_container.cpp
Fix unitialized variables in `core`
2024-01-05 11:47:46 +07:00
packed_data_container.h
…
paged_allocator.h
…
pair.h
…
path_remap.cpp
…
path_remap.h
…
pool_allocator.cpp
…
pool_allocator.h
…
pool_vector.cpp
…
pool_vector.h
…
pooled_list.h
…
print_string.cpp
…
print_string.h
…
project_settings.cpp
Add project settings for AVAudioSessionCategory on iOS
2024-01-10 13:33:11 +07:00
project_settings.h
…
ref_ptr.cpp
…
ref_ptr.h
…
reference.cpp
…
reference.h
…
register_core_types.cpp
…
register_core_types.h
…
resource.cpp
…
resource.h
…
rid.cpp
…
rid.h
…
rid_handle.cpp
…
rid_handle.h
…
ring_buffer.h
Fix GCC 14 -Wtemplate-id-cdtor warnings
2024-05-11 15:07:19 +07:00
safe_refcount.cpp
…
safe_refcount.h
Fix GCC 14 -Wtemplate-id-cdtor warnings
2024-05-11 15:07:19 +07:00
script_debugger_local.cpp
Fix unitialized variables in `core`
2024-01-05 11:47:46 +07:00
script_debugger_local.h
…
script_language.cpp
…
script_language.h
…
self_list.h
…
set.h
…
simple_type.h
…
sort_array.h
…
string_buffer.h
…
string_builder.cpp
…
string_builder.h
…
string_name.cpp
…
string_name.h
…
threaded_callable_queue.h
…
translation.cpp
Cache results for `TranslationServer.compare_locales()`
2025-06-23 18:50:11 +07:00
translation.h
Cache results for `TranslationServer.compare_locales()`
2025-06-23 18:50:11 +07:00
type_info.h
…
typedefs.h
Prevent inlining error print functions.
2025-06-13 18:12:02 +07:00
ucaps.h
…
undo_redo.cpp
…
undo_redo.h
…
ustring.cpp
Fix various GCC 13 warnings
2023-12-08 15:32:59 +07:00
ustring.h
…
variant.cpp
[3.x] Core: Add recursion level check for `Array` and `Dictionary` hashing
2023-08-22 15:07:53 +07:00
variant.h
[3.x] Core: Add recursion level check for `Array` and `Dictionary` hashing
2023-08-22 15:07:53 +07:00
variant_call.cpp
Add is_zero_approx methods to Vector{2,3}
2024-04-10 19:02:42 +07:00
variant_op.cpp
…
variant_parser.cpp
[3.x] Core: Add recursion level check for `VariantWriter::write()`
2023-08-29 14:10:11 +07:00
variant_parser.h
[3.x] Core: Add recursion level check for `VariantWriter::write()`
2023-08-29 14:10:11 +07:00
vector.h
…
version.h
Update `year` property in `version.py` to 2024
2024-01-25 13:38:03 +07:00
vmap.h
…
vset.h
…