godot/core
Rémi Verschelde 142d33211c
Some checks are pending
🔗 GHA / 📊 Static checks (push) Waiting to run
🔗 GHA / 🤖 Android (push) Blocked by required conditions
🔗 GHA / 🍏 iOS (push) Blocked by required conditions
🔗 GHA / 🐧 Linux (push) Blocked by required conditions
🔗 GHA / 🍎 macOS (push) Blocked by required conditions
🔗 GHA / 🏁 Windows (push) Blocked by required conditions
🔗 GHA / 🌐 Web (push) Blocked by required conditions
🔗 GHA / 🪲 Godot CPP (push) Blocked by required conditions
Merge pull request #96173 from Repiteo/core/fix-unreachable-code
Core: Fix unreachable code
2024-08-27 17:52:47 +02:00
..
config Disable extra memory tracking by default 2024-08-24 20:52:39 -03:00
crypto Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
debugger Fix Game window stops responding when debugger pauses 2024-07-10 13:38:57 -07:00
error Update the storage access handler logic to support accessing / retrieving contents with the assets:/ prefix 2024-08-26 11:16:37 -07:00
extension Add String.is_valid_unicode_identifier() 2024-08-27 11:34:08 +08:00
input Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizations 2024-08-16 23:45:39 +02:00
io Remove confusing USER prefix from script-logged errors 2024-08-27 15:00:48 +01:00
math Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
object Core: Fix unreachable code 2024-08-27 10:26:06 -05:00
os Merge pull request #93739 from AThousandShips/lock_unlock 2024-08-26 22:45:13 +02:00
string Add String.is_valid_unicode_identifier() 2024-08-27 11:34:08 +08:00
templates Merge pull request #94137 from Craig-Stoneham/master 2024-08-26 22:45:17 +02:00
variant Add String.is_valid_unicode_identifier() 2024-08-27 11:34:08 +08:00
core_bind.cpp Add String.is_valid_unicode_identifier() 2024-08-27 11:34:08 +08:00
core_bind.h Merge pull request #93141 from RadiantUwU/add_static_classdb_calls 2024-08-26 23:28:36 +02:00
core_builders.py Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
core_constants.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
core_constants.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
core_globals.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.cpp Cleanup unused/underused singleton StringNames 2024-05-14 18:18:29 +02:00
core_string_names.h Cleanup unused/underused singleton StringNames 2024-05-14 18:18:29 +02:00
doc_data.cpp Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
doc_data.h Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
register_core_types.cpp Split TranslationServer into its own file 2024-08-15 15:00:47 +08:00
register_core_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Fix mono dependency 2024-06-01 16:37:54 -05:00
typedefs.h Core: Replace _NO_DISCARD_ macro with attribute 2024-04-12 16:40:01 -05:00
version.h Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00