godot/core
Rémi Verschelde be2c5e66f4
Merge pull request #92201 from bruvzg/input_flush
Clean `Input::frame_parsed_events` before de-initialising scripting languages to ensure no script created events exist at the exit.
2024-05-30 15:41:56 +02:00
..
config Merge pull request #91416 from Calinou/d3d12-sdk-update-install-script 2024-05-15 13:51:31 +02:00
crypto mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00
debugger Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
error Fix GLTF exporting invalid meshes and attempting to export gizmo meshes 2024-02-04 02:58:29 -06:00
extension Merge pull request #91502 from lyuma/gdextension_open_library_compat 2024-05-30 11:47:43 +02:00
input Merge pull request #92201 from bruvzg/input_flush 2024-05-30 15:41:56 +02:00
io Replace .bind(...).call_deferred() with .call_deferred(...) 2024-05-27 13:29:57 +02:00
math Optimize Color::find_named_color() 2024-05-23 15:19:19 +03:00
object Merge pull request #92350 from 4d49/undo-redo-fix-callable-name 2024-05-28 15:49:26 +02: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 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 Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
register_core_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
typedefs.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
version.h Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00