behaviour-tree-test/modules
MrBlockers b14afba156 Fix node cache errors on nested MultiplayerSpawner
Changes spawned_nodes to an RBSet, which preserves
insertion order after entries are removed.

This prevents simplify path commands from being
sent to clients out of order, so that the commands
for parents are recieved before the commands for
children.

This may not be the right fix (data structure, or
design).
2025-01-10 19:19:08 -05:00
..
astcenc astcenc: Allow runtime decompression of ASTC formats 2025-01-03 12:07:22 +01:00
basis_universal basis_universal: Clarify encoder-only dependencies, only used in editor builds 2024-12-05 21:01:58 +01:00
bcdec bcdec: Fix logic for detecting incomplete blocks 2024-12-14 17:57:44 +01:00
betsy Style: Enable clang-format's InsertBraces config 2025-01-09 16:46:51 +01:00
bmp SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
camera Remove unused headers in servers. 2024-12-20 18:51:01 +08:00
csg Fix Selection Game View 2025-01-10 09:53:17 -05:00
cvtt Image: More cleanup and reduced code duplication. 2024-12-12 11:52:59 +01:00
dds Round DDS width/height to next divisor multiple for block compression 2024-11-25 12:55:05 -05:00
enet Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
etcpak Etcpak: Sync with upstream 2025-01-09 19:29:58 +01:00
fbx Force build editor with regex module, remove checking code. 2025-01-07 19:43:23 +08:00
freetype Linux: Relax interdependency between freetype, libpng, and zlib for unvendored builds 2025-01-09 00:28:46 +01:00
gdscript GDScript: Remove RENAMED_IN_GODOT_4_HINT from GDScriptWarning::Code enum 2025-01-09 21:07:41 +03:00
glslang SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
gltf SCons: Specify optional dependencies for modules 2025-01-08 21:59:18 -06:00
godot_physics_2d Fix various typos 2025-01-08 14:47:42 +02:00
godot_physics_3d Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
gridmap Merge pull request #101103 from Calinou/editor-gridmap-translucent-cursor 2025-01-06 22:48:54 +01:00
hdr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
interactive_music Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
jolt_physics Merge pull request #101231 from mihe/jolt/init-debug-count 2025-01-10 23:06:07 +01:00
jpg Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
jsonrpc SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
ktx SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
lightmapper_rd Merge pull request #100765 from Geometror/lightmapgi-add-downsampling 2025-01-07 23:17:39 +01:00
mbedtls Optimize calls of utf8 in a few spots to avoid calling it more than once. 2025-01-07 17:24:21 +01:00
meshoptimizer Rewrite index optimization code for maximum efficiency 2024-11-04 06:58:06 -08:00
minimp3 Add AudioStreamMP3 load_from_file/load_from_buffer and harmonize other audio streams 2025-01-09 15:46:04 +01:00
mobile_vr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
mono Force build editor with regex module, remove checking code. 2025-01-07 19:43:23 +08:00
msdfgen msdfgen: Update to 1.12 2025-01-09 22:03:43 +01:00
multiplayer Fix node cache errors on nested MultiplayerSpawner 2025-01-10 19:19:08 -05:00
navigation Merge pull request #101327 from Repiteo/scons/specify-module-optional-dependencies 2025-01-09 13:51:14 +01:00
noise Use LocalVector for Curve and Gradient 2025-01-09 14:25:21 +02:00
ogg SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
openxr Merge pull request #99407 from devloglogan/rec-resolution 2025-01-10 23:05:46 +01:00
raycast Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
regex RegEx: Fix handling of unset/unknown capture groups 2024-11-30 13:35:49 +03:00
svg thorvg: Update to 0.15.5 2024-12-04 17:24:43 +01:00
text_server_adv Merge pull request #101367 from akien-mga/msdfgen-1.12 2025-01-10 23:06:25 +01:00
text_server_fb msdfgen: Update to 1.12 2025-01-09 22:03:43 +01:00
tga Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
theora Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
tinyexr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
upnp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
vhacd SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
vorbis Add AudioStreamMP3 load_from_file/load_from_buffer and harmonize other audio streams 2025-01-09 15:46:04 +01:00
webp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
webrtc Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
websocket Merge pull request #100631 from Faless/fix/wslay_frame_end_not_fin 2025-01-03 00:48:47 +01:00
webxr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
xatlas_unwrap SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
zip Add a code sample that extracts all files to ZIPReader documentation 2024-12-03 00:37:50 +01:00
register_module_types.h
SCsub Use scons to calculate all the sources needed for vsproj generation. 2024-11-21 11:11:35 +01:00