Thaddeus Crews
|
4a919adccf
|
Merge pull request #118027 from zhehangd/constexpr_math_funcs_binary
Mark template function in math_funcs_binary constexpr
|
2026-03-31 10:46:58 -05:00 |
|
Thaddeus Crews
|
0dabee78c7
|
Merge pull request #116349 from bruvzg/onecore_opt
[Windows] Implement OneCore TTS support using C++/WinRT (no deps).
|
2026-03-31 10:46:51 -05:00 |
|
Ding, Zhehang
|
28cb217ac3
|
Mark template function in math_funcs_binary constexpr
|
2026-03-31 16:56:55 +08:00 |
|
Thaddeus Crews
|
656a268688
|
Merge pull request #117010 from bruvzg/voll_name_win
[Windows] Show drive names in file dialog.
|
2026-03-30 13:35:34 -05:00 |
|
Thaddeus Crews
|
5f07b0ff88
|
Merge pull request #117850 from mihe/gdscript-raw-variants
Reduce `RefCounted` copies in `GDScriptFunction::call`
|
2026-03-30 13:35:25 -05:00 |
|
Thaddeus Crews
|
1bb4e60952
|
Merge pull request #115157 from Naros/script-extension-expose-reload-from-file
Delegate `Script::reload_from_file` to `ScriptLanguage`
|
2026-03-30 13:35:16 -05:00 |
|
Thaddeus Crews
|
a644e7ff38
|
Merge pull request #114861 from dalexeev/improve-editor-only-class-checking
Improve editor-only class checking
|
2026-03-30 13:35:14 -05:00 |
|
Pāvels Nadtočajevs
|
dc53136043
|
[Windows] Implement OneCore TTS support using C++/WinRT.
|
2026-03-27 13:43:22 +02:00 |
|
StarryWorm
|
9ffc7d9f99
|
Split CacheMode from ResourceFormatLoader
|
2026-03-27 07:16:20 -04:00 |
|
StarryWorm
|
d610492fef
|
Separate ResourceFormat* methods from main classes
|
2026-03-27 07:16:20 -04:00 |
|
StarryWorm
|
4ae336740d
|
Add missing resource_*.h includes
Add missing `resource_importer.h` includes
Add missing `resource_loader.h` includes
Add missing `resource_saver.h` includes
|
2026-03-27 07:03:39 -04:00 |
|
Mikael Hermansson
|
0636f7adff
|
Reduce RefCounted copies in GDScriptFunction::call
|
2026-03-26 23:10:16 +01:00 |
|
Rémi Verschelde
|
ed86445bcb
|
Merge pull request #117801 from DeeJayLSP/rwlock-untimed
`RWLock`: use C++17's `shared_mutex` instead of timed variant
|
2026-03-26 16:01:55 +01:00 |
|
Danil Alexeev
|
32d1f518fa
|
Improve editor-only class checking
|
2026-03-25 17:07:39 +03:00 |
|
DeeJayLSP
|
1fcd123c1f
|
RWLock: use C++17's shared_mutex instead of timed variant
|
2026-03-24 11:44:00 -03:00 |
|
Mikael Hermansson
|
a11e23e3e2
|
Only print to stdio before setup and during/after cleanup
|
2026-03-24 15:22:07 +01:00 |
|
Rémi Verschelde
|
09437400e0
|
Merge pull request #117583 from mihe/tracy-on-demand
Use `TRACY_ON_DEMAND` by default for Tracy integration
|
2026-03-23 22:35:08 +01:00 |
|
Rémi Verschelde
|
9b9a533ed2
|
Merge pull request #117504 from Giganzo/focus-draw-pointer-event
Clarify `show_focus_state_on_pointer_event` description
|
2026-03-23 22:34:48 +01:00 |
|
Rémi Verschelde
|
01448cc202
|
Merge pull request #117464 from Goldenlion5648/stop-autocomplete-eating
Stop autocomplete from eating words by default
|
2026-03-23 22:34:43 +01:00 |
|
Rémi Verschelde
|
34e02d031f
|
Merge pull request #117376 from YeldhamDev/new_mesh_library_editor
Create a proper editor for `MeshLibrary`
|
2026-03-23 22:34:34 +01:00 |
|
Rémi Verschelde
|
1951485a07
|
Merge pull request #109892 from Ryan-000/Bind-Object-ConnectFlags-as-a-bitfield-instead-of-enum-
Bind `Object::ConnectFlags` as a bitfield, instead of enum.
|
2026-03-23 22:33:43 +01:00 |
|
Mikael Hermansson
|
3fcb6886eb
|
Use TRACY_ON_DEMAND by default for Tracy integration
|
2026-03-23 15:12:58 +01:00 |
|
Michael Alexsander
|
c766fb1ce8
|
Create a proper editor for MeshLibrary
|
2026-03-21 11:16:26 -03:00 |
|
Thaddeus Crews
|
0e8bd28a10
|
CI: Implement clangd-tidy as GitHub Action
|
2026-03-20 09:16:38 -05:00 |
|
Thaddeus Crews
|
fb4a304dee
|
Merge pull request #111965 from Ivorforce/memnew-typed
Make `memnew(RefCounted)` return `Ref`, to improve ownership safety
|
2026-03-19 15:39:15 -05:00 |
|
Thaddeus Crews
|
013fc6f92a
|
Merge pull request #114102 from AR-DEV-1/13823-imp
Add tilde symbol (~) to the FileDialog
|
2026-03-19 10:20:04 -05:00 |
|
StarryWorm
|
189c9497b3
|
split method_bind_common.h from method_bind.h
|
2026-03-18 17:41:32 -04:00 |
|
Lukas Tenbrink
|
05c33acbb1
|
Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference.
|
2026-03-18 20:34:08 +01:00 |
|
Ryan
|
69f9e3a75c
|
Bind Object::ConnectFlags as a bitfield, instead of enum.
|
2026-03-18 15:21:18 -04:00 |
|
Thaddeus Crews
|
4e7fefbf62
|
Merge pull request #117474 from Ivorforce/gdtype-signals
Move signal ownership from `ClassDB` to `GDType`
|
2026-03-18 11:43:30 -05:00 |
|
Rémi Verschelde
|
4336184ea4
|
Style: Tweak ordering of thirdparty includes with angle brackets
|
2026-03-18 10:41:59 +01:00 |
|
Rémi Verschelde
|
98868393cc
|
Style: Enforce #include validation hook
|
2026-03-18 10:41:59 +01:00 |
|
Rémi Verschelde
|
e33e98a26f
|
Style: Apply clang-format grouping rules
|
2026-03-17 20:11:01 +01:00 |
|
Thaddeus Crews
|
29d2c7ece5
|
Merge pull request #117173 from Chaosus/restrict_shader_preprocessor
Restrict condition parsing in shader preprocessor
|
2026-03-17 13:44:12 -05:00 |
|
Chaosus
|
e05ceb0e14
|
Restrict condition parsing in shader preprocessor
|
2026-03-17 16:13:38 +03:00 |
|
Mikael Hermansson
|
64f7bbbf12
|
Improve thread-safety of Object signals
|
2026-03-17 14:02:35 +01:00 |
|
Lukas Tenbrink
|
7a73d3f16b
|
Move signal ownership from ClassDB to GDType.
|
2026-03-17 11:58:10 +01:00 |
|
Giganzo
|
f3f7f156b3
|
Clarify show_focus_state_on_pointer_event description
|
2026-03-17 10:59:03 +01:00 |
|
Rémi Verschelde
|
7795057e4b
|
Misc includes or modernize fixes found via clangd-tidy
|
2026-03-16 21:38:26 +01:00 |
|
Thaddeus Crews
|
0520b51d0c
|
Merge pull request #111294 from passivestar/export-filter
Filter out metadata of excluded files on export
|
2026-03-16 11:33:05 -05:00 |
|
Thaddeus Crews
|
40184ac402
|
Merge pull request #106867 from Ivorforce/cowdata-sanitize
Poison `CowData` pointer during destruction in sanitizer builds.
|
2026-03-16 11:33:01 -05:00 |
|
Thaddeus Crews
|
fc0960188b
|
Merge pull request #111262 from leandro-benedet-garcia/separate-property-and-method-info
Separate Property and Method Info from Object files
|
2026-03-16 11:32:57 -05:00 |
|
passivestar
|
9d68328a6d
|
Filter out metadata of excluded files on export
|
2026-03-16 17:48:44 +04:00 |
|
Leandro (cerberus1746) Benedet Garcia
|
7482600828
|
Separate method and property info into separate files
|
2026-03-16 09:59:10 -03:00 |
|
Goldenlion5648
|
e6d5e532e9
|
stop autocomplete from eating words by default
|
2026-03-15 21:53:28 -04:00 |
|
Lukas Tenbrink
|
67f63addc1
|
De-duplicate name and inherits StringName properties from ClassDB::ClassInfo, in favour of GDType.
|
2026-03-15 16:57:10 +01:00 |
|
Rémi Verschelde
|
bc344d5845
|
Merge pull request #117235 from ryevdokimov/vertex-snap
Add vertex snapping to the 3D editor
|
2026-03-14 12:16:16 +01:00 |
|
Rémi Verschelde
|
22decccd3f
|
Merge pull request #115192 from Naros/script-api-fix-has-methods
Add `has_script_method` to `Script` for scripting access
|
2026-03-14 12:15:50 +01:00 |
|
Rémi Verschelde
|
422be7031a
|
Merge pull request #113586 from Ivorforce/gdtype-noms-enums
Move enum registration from `ClassDB` / `ClassInfo` to `GDType`.
|
2026-03-14 12:15:44 +01:00 |
|
Lukas Tenbrink
|
56f44c077d
|
Poison CowData pointer during destruction in sanitizer builds.
|
2026-03-13 20:27:49 +01:00 |
|