godot-module-template/core
Rémi Verschelde 25bfae8ff9
Remove RenderingServer::map_scaling_option_to_stretch_mode and cleanup boot splash code
Removes RS as a dependency in `project_settings.cpp` (which was a bug,
`core` shouldn't include `servers`). This doesn't have a big impact on
incremental rebuild time by itself.

Also move helper `get_splash_stretched_screen_rect` to RenderingServerTypes.
2026-02-25 20:17:27 +01:00
..
config Remove RenderingServer::map_scaling_option_to_stretch_mode and cleanup boot splash code 2026-02-25 20:17:27 +01:00
crypto Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
debugger Merge pull request #115532 from mihe/debugger-recursive-flushing 2026-02-16 10:19:19 -06:00
error Revert "Core: Use __fastfail() in MSVC error macros" 2026-02-18 11:36:39 -06:00
extension Merge pull request #115646 from Ivorforce/list-explicit-copy 2026-02-16 15:02:34 -06:00
input Merge pull request #116662 from KoBeWi/make_some_noise 2026-02-24 09:29:40 -06:00
io Fix multithreaded load status progress 2026-02-24 09:23:26 +01:00
math Core: Add missing integral conversions to Variant 2026-02-24 12:48:23 -06:00
object ClassDB: Allow binding bitfield enums and constants from separate namespaces 2026-02-25 18:49:35 +01:00
os Merge pull request #116280 from HEX-23/feature-nodiscard-mutexlock 2026-02-17 14:03:54 -06:00
profiling Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
string Merge pull request #116543 from AR-DEV-1/various-typo-fixes-1 2026-02-24 09:29:11 -06:00
templates Add move semantics to RBMap and RBSet. Make copy constructors explicit. 2026-02-20 20:47:15 +01:00
variant ClassDB: Allow binding bitfield enums and constants from separate namespaces 2026-02-25 18:49:35 +01:00
core_bind.compat.inc Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
core_bind.cpp Core: Don't strip data in class_get_method_list 2026-01-12 10:27:55 -06:00
core_bind.h Use RequiredParam and RequiredResult in a handful of places in order to test 2025-11-24 12:12:10 -06:00
core_builders.py Core: Add missing integral conversions to Variant 2026-02-24 12:48:23 -06:00
core_constants.cpp Add integer limit constants to @GlobalScope 2026-02-18 17:54:39 -08:00
core_constants.h Autocompletion: Add support for global enums 2025-06-15 19:41:13 +02:00
core_globals.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
core_string_names.h Always use String as StringName backing internally. 2025-04-23 14:57:03 +02:00
doc_data.cpp Doc: Add "required" qualifier to methods 2025-06-05 21:41:07 +08:00
doc_data.h GDScript: Add support for variadic functions 2025-06-09 21:53:05 +03:00
register_core_types.cpp Register ClassDB singleton earlier, to make available during Core init level 2026-01-04 10:24:15 +01:00
register_core_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Merge pull request #113936 from akien-mga/certs-2025.12 2025-12-12 14:15:07 -06:00
typedefs.h Windows: Add windows.h drop-in wrapper header 2026-02-23 17:56:05 -06:00
version.h Core: Add missing integral conversions to Variant 2026-02-24 12:48:23 -06:00