1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 17:53:35 +00:00
godot/core
2024-05-23 15:19:19 +03:00
..
config Merge pull request #91416 from Calinou/d3d12-sdk-update-install-script 2024-05-15 13:51:31 +02:00
crypto
debugger Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
error
extension Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
input Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
io Merge pull request #91897 from RandomShaper/res_unreg_if_true 2024-05-16 09:32:03 +02:00
math Optimize Color::find_named_color() 2024-05-23 15:19:19 +03:00
object Don't use ERR_PRINT_ONCE() for runtime class error because it will hide errors 2024-05-21 13:55:56 -05:00
os Implement amplitude to Input.vibrate_handheld 2024-05-02 19:09:42 +03:00
string Merge pull request #91619 from AThousandShips/find_improve 2024-05-08 14:35:44 +02:00
templates CommandQueueMT: Pre-allocate memory to avoid a bunch of allocations at startup 2024-05-09 11:51:07 +02:00
variant Core: Readd Variant class initializer, fix comment 2024-05-14 12:20:40 -05:00
core_bind.cpp Fix unsafe uses of Callable.is_null() 2024-04-27 16:22:57 +02:00
core_bind.h Merge pull request #90916 from Naros/expose-classdb-class-get-property-default-value 2024-04-22 22:18:26 +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
core_globals.cpp
core_globals.h
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
register_core_types.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
register_core_types.h
SCsub Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
typedefs.h
version.h