.. |
config
|
Added the possibility to define a default value in ProjectSettings.get_setting(), which is used when no setting is set.
|
2022-12-21 19:49:57 +01:00 |
crypto
|
Swap arguments of ResourceSaver.save()
|
2022-07-29 19:53:09 +02:00 |
debugger
|
[MP] Move engine and editor profilers to a plugin.
|
2022-11-14 15:09:00 +01:00 |
error
|
Logger: Don't print error twice on ERR_PRINT
|
2022-10-04 17:56:30 +02:00 |
extension
|
Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members-real-types
|
2022-12-19 16:26:05 +01:00 |
input
|
Sync controller mappings DB with SDL2 community repo
|
2022-12-12 13:43:15 +01:00 |
io
|
Fix crashed when compressing empty image data.
|
2022-12-21 16:39:35 +06:30 |
math
|
Merge pull request #70403 from rburing/fix_edge_map_capacity
|
2022-12-21 18:29:38 +01:00 |
object
|
Improve logic around using Ref<T> with GDExtension virtual functions
|
2022-12-13 10:54:29 +11:00 |
os
|
Silence Input.vibrate_handheld() warning as it's already documented
|
2022-12-16 01:12:20 +01:00 |
string
|
Add missing != operator to StringName
|
2022-12-20 17:25:54 +03:00 |
templates
|
Improve logic for detecting and tracking extensions
|
2022-11-24 21:48:16 +11:00 |
variant
|
Fix empty zero assigners for the variant types
|
2022-12-20 19:02:44 +03:00 |
core_bind.cpp
|
Use system fonts as fallback and improve system font handling.
|
2022-12-04 18:44:20 +02:00 |
core_bind.h
|
Use system fonts as fallback and improve system font handling.
|
2022-12-04 18:44:20 +02:00 |
core_builders.py
|
ci: add Python static analysis check via mypy
|
2022-09-30 19:03:17 +07:00 |
core_constants.cpp
|
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
|
2022-12-15 23:16:02 +02:00 |
core_constants.h
|
Code quality: Fix header guards consistency
|
2022-07-25 11:17:40 +02:00 |
core_globals.cpp
|
Variant memory pools
|
2022-07-04 12:01:46 +01:00 |
core_globals.h
|
Variant memory pools
|
2022-07-04 12:01:46 +01:00 |
core_string_names.cpp
|
Cleanup metadata usage
|
2022-05-06 00:27:10 +02:00 |
core_string_names.h
|
Cleanup metadata usage
|
2022-05-06 00:27:10 +02:00 |
doc_data.cpp
|
Fix missing method qualifiers in script doc
|
2022-07-24 23:00:19 +02:00 |
doc_data.h
|
Implement ScriptExtension::get_documentation
|
2022-10-11 08:22:25 +02:00 |
register_core_types.cpp
|
Rename all gdnative occurences to gdextension
|
2022-12-12 11:04:57 +01:00 |
register_core_types.h
|
Fix extension registration order.
|
2022-02-20 10:58:46 -03:00 |
SCsub
|
SCons: Unify tools/target build type configuration
|
2022-09-26 16:31:46 +02:00 |
typedefs.h
|
Change some math macros to constexpr
|
2022-03-09 16:24:32 +01:00 |
version.h
|
Core: Move generated VERSION_HASH to a .cpp file
|
2022-02-09 09:20:17 +01:00 |