1
0
Fork 0
godot/core
Thaddeus Crews 82f284d9fe
Merge pull request #104187 from Ivorforce/file-access-compressed-memcpy
Optimize `FileAccessCompressed::get_buffer` by using `memcpy`.
2025-03-17 10:52:16 -05:00
..
config Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 2025-03-12 11:11:38 -07:00
crypto Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
debugger Allow to ignore debugger error breaks 2025-03-12 19:05:57 +01:00
error Merge pull request #103577 from YYF233333/noinline-err-print 2025-03-10 10:01:08 -05:00
extension Merge pull request #91660 from AThousandShips/methodinfo_vec 2025-03-14 10:06:13 -05:00
input Merge pull request #98653 from Repiteo/scons/pretty-builders 2025-03-11 19:54:47 -05:00
io Merge pull request #104187 from Ivorforce/file-access-compressed-memcpy 2025-03-17 10:52:16 -05:00
math Add missing Projection constructor with 16 real_t values 2025-03-14 02:57:19 -07:00
object Merge pull request #91660 from AThousandShips/methodinfo_vec 2025-03-14 10:06:13 -05:00
os Fix "Unicode parsing error" spam when opening editor. 2025-03-14 08:32:26 +01:00
string Deduplicate `string::parse_utf32(char32_t)` in favor of just using the `Span` based function. 2025-03-13 15:11:55 +01:00
templates Merge pull request #103759 from Ivorforce/zero-constructible 2025-03-12 10:31:55 -05:00
variant Merge pull request #104047 from YYF233333/dict_iter 2025-03-13 08:57:23 -05:00
SCsub Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 2025-03-12 11:11:38 -07:00
core_bind.compat.inc Add missing default values to the `read_*_from_stdin` binds. 2025-03-05 10:23:31 +02:00
core_bind.cpp Add missing default values to the `read_*_from_stdin` binds. 2025-03-05 10:23:31 +02:00
core_bind.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
core_builders.py SCons: Make builders prettier, utilize `constexpr` 2025-03-11 18:31:20 -05:00
core_constants.cpp
core_constants.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
core_globals.cpp
core_globals.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
core_string_names.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
doc_data.cpp [Core] Use `Vector` for `MethodInfo::arguments` 2025-03-10 13:57:53 +01:00
doc_data.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
register_core_types.cpp
register_core_types.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
typedefs.h Add `is_zero_constructible` to denote if a type can be semi-trivially constructed with all 0 bytes. 2025-03-12 09:49:24 +01:00
version.h Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 2025-03-12 11:11:38 -07:00