godot/core
Joan Fons a6adb58493 Editor StringName and Viewport optimizations
* Added explicit return type to the SNAME macro.
* Add some extra SNAME usages.
* Change some ClassDB methods to use const StringName & arguments.
* Cache the Window parent in Control because it's used in
  is_layout_rtl(), which is called often.
* Only enable internal processing for viewports that need it.
* Change CanvasItem::group to be a StringName because it's only used as
  that.
2021-07-20 20:35:41 +02:00
..
config Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
crypto [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-03 16:12:55 +02:00
debugger Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
error
extension Redo how instance bindings work 2021-07-08 17:08:12 -03:00
input Optimize StringName usage 2021-07-18 21:20:02 -03:00
io Optimize StringName usage 2021-07-18 21:20:02 -03:00
math Implement painting properties over TileSets 2021-06-29 11:07:46 +02:00
object Editor StringName and Viewport optimizations 2021-07-20 20:35:41 +02:00
os Merge pull request #50304 from timothyqiu/memfree-param 2021-07-13 08:29:47 +02:00
string Editor StringName and Viewport optimizations 2021-07-20 20:35:41 +02:00
templates Merge pull request #47395 from sygi/shape_idx_collision 2021-07-16 19:05:08 +02:00
variant Merge pull request #50056 from Blackiris/fix-in-operator 2021-07-13 14:25:42 -03:00
core_bind.cpp Let thread func have optional parameter 2021-07-13 10:44:53 +02:00
core_bind.h Merge pull request #48359 from Calinou/add-engine-print-error-property 2021-06-20 13:22:08 +02:00
core_builders.py
core_constants.cpp Add type variations to Theme 2021-07-13 02:26:28 +03:00
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_core_types.h Implement native extension system 2021-06-25 17:32:45 -03:00
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00
typedefs.h Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
version.h