.. |
config
|
Rename String::resize to resize_uninitialized , to better communicate to callers that new characters must be initialized.
|
2025-06-11 18:13:02 +02:00 |
crypto
|
CryptoCore: Use size_t for buffer sizes to fix encoding/sums of 2.0+ GiB files.
|
2025-04-03 11:29:59 +02:00 |
debugger
|
Merge pull request #103979 from ydeltastar/evaluator-global-classes
|
2025-06-09 17:08:44 -05:00 |
error
|
Core: Unify display of error type prefixes
|
2025-06-09 20:18:51 +03:00 |
extension
|
Rename String::resize to resize_uninitialized , to better communicate to callers that new characters must be initialized.
|
2025-06-11 18:13:02 +02:00 |
input
|
Fix mixed use of spaces and tabs for indentation
|
2025-06-07 00:30:26 +08:00 |
io
|
Merge pull request #107402 from mihe/lsp-uid-bug
|
2025-06-12 23:32:51 +02:00 |
math
|
Merge pull request #107457 from akien-mga/improve-error-message-call-single-argument
|
2025-06-12 22:49:36 +02:00 |
object
|
Use idiomatic templating vargs in a few places to reduce code.
|
2025-06-08 12:24:07 +02:00 |
os
|
Merge pull request #107113 from mihe/macos-open-in-program
|
2025-06-05 13:13:49 +02:00 |
string
|
Merge pull request #107408 from Ivorforce/node-path-string-explicit
|
2025-06-12 22:49:03 +02:00 |
templates
|
Add a smoke test to Span in debug builds to recover from non-empty nullptr Span .
|
2025-06-12 12:19:21 +02:00 |
variant
|
Merge pull request #107457 from akien-mga/improve-error-message-call-single-argument
|
2025-06-12 22:49:36 +02:00 |
core_bind.compat.inc
|
Style: Convert namespaces to PascalCase
|
2025-03-23 19:10:24 -05:00 |
core_bind.cpp
|
Add OS::open_with_program for opening files/directories with a specific program on macOS
|
2025-06-05 10:12:01 +02:00 |
core_bind.h
|
Add OS::open_with_program for opening files/directories with a specific program on macOS
|
2025-06-05 10:12:01 +02:00 |
core_builders.py
|
SCons: Begin decoupling generation & build code
|
2025-04-25 08:23:01 -05:00 |
core_constants.cpp
|
Style: Remove redundant DEBUG_METHODS_ENABLED
|
2025-05-15 13:09:41 -05:00 |
core_constants.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06: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
|
Remove registration of deprecated classes
|
2025-05-05 20:16:50 +02:00 |
register_core_types.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
SCsub
|
SCons: Identify build clearly when using AES256 encryption key
|
2025-06-09 10:47:24 +02:00 |
typedefs.h
|
Add 64-bit versions of core power of 2 functions
|
2025-06-01 23:11:12 -07:00 |
version.h
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |