godot/core
Rémi Verschelde 6e7c6e50d8 Merge pull request #67217 from touilleMan/gdextension-implement-get_documentation
Implement ScriptExtension::get_documentation
2022-10-11 09:27:58 +02:00
..
config Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
crypto
debugger Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
error Logger: Don't print error twice on ERR_PRINT 2022-10-04 17:56:30 +02:00
extension Fix extension_api.json Variant types incorrectly displayed as Nil 2022-10-10 13:54:33 +02:00
input Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
io Defer clearing of ResourceUID cache and silence warnings 2022-10-10 11:20:23 +02:00
math Add is_finite method for checking built-in types 2022-10-08 13:25:08 +08:00
object Implement ScriptExtension::get_documentation 2022-10-11 08:22:25 +02:00
os Merge pull request #64815 from RandomShaper/default_cpu_count 2022-10-06 08:55:51 +02:00
string Merge pull request #64268 from timothyqiu/is-finite 2022-10-11 09:25:46 +02:00
templates Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CAST 2022-10-04 10:22:24 +02:00
variant Merge pull request #67224 from Mickeon/jason 2022-10-11 09:27:53 +02:00
core_bind.cpp Rename Engine.target_fps and associated project setting to max_fps 2022-10-03 23:54:36 +02:00
core_bind.h Rename Engine.target_fps and associated project setting to max_fps 2022-10-03 23:54:36 +02:00
core_builders.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
core_constants.cpp Expose PROPERTY_USAGE_READ_ONLY 2022-09-28 22:50:55 +01:00
core_constants.h
core_globals.cpp
core_globals.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h Implement ScriptExtension::get_documentation 2022-10-11 08:22:25 +02:00
register_core_types.cpp
register_core_types.h
SCsub
typedefs.h
version.h