godot/scene
Rémi Verschelde 8247667a3e
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.
2021-04-27 16:26:27 +02:00
..
2d Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
3d Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
animation Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
audio Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
gui Rename LineEdit caret_* properties getters and setters to match property 2021-04-17 12:41:23 +01:00
main Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
resources Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
register_scene_types.cpp Merge pull request #46273 from Chaosus/vs_comment 2021-04-04 16:04:12 +02:00
register_scene_types.h
scene_string_names.cpp Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
scene_string_names.h Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
SCsub