.. |
config
|
Merge pull request #111254 from Ivorforce/object-no-rb-rw
|
2025-10-06 09:06:29 -05:00 |
crypto
|
Add GDSOFTCLASS to deeper inheritors of Object
|
2025-09-24 19:15:56 +01:00 |
debugger
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
error
|
Prevent infinite recursion during printing
|
2025-07-22 16:13:03 +02:00 |
extension
|
Merge pull request #111090 from dsnopek/gdextension-compat-unexposed-classes-redo
|
2025-10-02 15:12:00 -05:00 |
input
|
Remove rw_lock.h and rb_map.h includes from object.h .
|
2025-10-05 23:29:04 +02:00 |
io
|
Merge pull request #111274 from chocola-mint/include-optimization-logger
|
2025-10-06 09:06:32 -05:00 |
math
|
Rewrite HashMapHasherDefault based on type traits - it is now possible to declare a default hashing function for any type.
|
2025-10-05 01:49:11 +02:00 |
object
|
Merge pull request #106434 from Ivorforce/invert-hashfuncs
|
2025-10-06 09:06:37 -05:00 |
os
|
Store current capacity in CowData buffers, and rewrite most of it.
|
2025-09-25 22:00:17 +02:00 |
string
|
Rewrite HashMapHasherDefault based on type traits - it is now possible to declare a default hashing function for any type.
|
2025-10-05 01:49:11 +02:00 |
templates
|
Rewrite HashMapHasherDefault based on type traits - it is now possible to declare a default hashing function for any type.
|
2025-10-05 01:49:11 +02:00 |
variant
|
Refactor Array iterators to be trivially copyable.
|
2025-10-02 14:30:55 +03:00 |
core_bind.compat.inc
|
Style: Convert namespaces to PascalCase
|
2025-03-23 19:10:24 -05:00 |
core_bind.cpp
|
Remove file_access.h and script_backtrace.h includes from logger.h .
|
2025-10-05 17:49:23 +09:00 |
core_bind.h
|
Expose Thread::is_main_thread()
|
2025-08-19 10:35:45 -05:00 |
core_builders.py
|
Core: Handle disabled class detection in ClassDB
|
2025-08-26 09:31:14 -05:00 |
core_constants.cpp
|
Remove unused parameter in __constant_get_enum_name/__constant_get_bitfield_name
|
2025-09-02 13:13:12 -04: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
|
Core: Add UNIX domain socket support
|
2025-09-26 05:46:19 +10: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 STATIC_ASSERT_INCOMPLETE_TYPE to enforce include minimality.
|
2025-10-01 23:46:35 +02:00 |
version.h
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |