Rémi Verschelde
|
bc0342b3ef
|
Merge pull request #111290 from HolonProduction/lsp-restart
LSP: Fix repeated restart attempts
|
2025-10-06 14:08:12 +02:00 |
|
Lukas Tenbrink
|
9d44b68867
|
Remove rw_lock.h and rb_map.h includes from object.h.
|
2025-10-05 23:29:04 +02:00 |
|
HolonProduction
|
abeb9c654e
|
Move deprecated has_named_classes from ScriptLanguage to ScriptLanguageExtension
|
2025-10-05 16:55:06 +02:00 |
|
HolonProduction
|
400c77f170
|
LSP: Fix repeated restart attempts
|
2025-10-05 16:09:21 +02:00 |
|
Lukas Tenbrink
|
1db0a60dc0
|
Replace std::size usage with std_size to avoid <iterator> include.
|
2025-10-05 00:26:11 +02:00 |
|
Thaddeus Crews
|
38af23a654
|
Merge pull request #89409 from aaronfranke/server-folders
Move server files into their subfolders
|
2025-10-03 12:01:00 -05:00 |
|
Thaddeus Crews
|
9281613e76
|
Merge pull request #98061 from dalexeev/gds-remove-unnecessary-bools
GDScript: Remove some unnecessary booleans
|
2025-10-02 15:11:56 -05:00 |
|
HolonProduction
|
c06063d962
|
Remove unused GDScript::subclass_count
|
2025-10-02 19:16:41 +02:00 |
|
Danil Alexeev
|
5f0ecf4c8c
|
GDScript: Remove some unnecessary booleans
Co-authored-by: HolonProduction <holonproduction@gmail.com>
|
2025-10-02 13:36:03 +03:00 |
|
Thaddeus Crews
|
8f386fd9c4
|
Merge pull request #110775 from fstxz/preload-comma
Allow trailing comma in `preload`
|
2025-10-01 17:54:19 -05:00 |
|
Aaron Franke
|
3d1c9fd5de
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
Thaddeus Crews
|
7b5ee98474
|
Merge pull request #94118 from CrazyRoka/optimize-gdscript-notifications
Optimize `GDScriptInstance::notification` for better performance
|
2025-09-30 20:10:36 -05:00 |
|
Thaddeus Crews
|
b9730c0b2e
|
Merge pull request #110240 from westenral/add_int_division_warnings
Add checks for integer vectors for integer division warning
|
2025-09-30 20:10:33 -05:00 |
|
Thaddeus Crews
|
1f7bf131b0
|
Merge pull request #109298 from HolonProduction/autocompletion-cleanup
Autocompletion: Remove duplicate code
|
2025-09-30 18:35:24 -05:00 |
|
Thaddeus Crews
|
8bc1dd63f4
|
Merge pull request #107936 from mihe/missing-await-warning
Add opt-in GDScript warning for when calling coroutine without `await`
|
2025-09-30 18:35:05 -05:00 |
|
CrazyRoka
|
bcc0922a20
|
Optimize GDScriptInstance::notification for better performance
|
2025-09-30 19:57:35 +01:00 |
|
Thaddeus Crews
|
21fd4faf1b
|
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
Remove implicit conversions between `LocalVector` and `Vector`
|
2025-09-30 11:19:17 -05:00 |
|
Thaddeus Crews
|
7974cf00e7
|
Merge pull request #110952 from aaronfranke/skip-cons-then-copy
Skip copying values constructed immediately before returning
|
2025-09-30 11:19:15 -05:00 |
|
Thaddeus Crews
|
fdf32d1b2a
|
Merge pull request #108577 from YYF233333/global_class_list
Simplify `ScriptServer::get_global_class_list`
|
2025-09-30 11:19:10 -05:00 |
|
Aaron Franke
|
754d49ac81
|
Skip copying values constructed immediately before returning
|
2025-09-26 19:13:58 -07:00 |
|
Edward Moulsdale
|
e366471fdc
|
Add GDSOFTCLASS to deeper inheritors of Object
|
2025-09-24 19:15:56 +01:00 |
|
DeeJayLSP
|
8a7a0faa75
|
Add reserve() to Dictionary, apply to constructors on GDScript VM
|
2025-09-23 16:57:52 -03:00 |
|
Thaddeus Crews
|
aa2c4fe654
|
Merge pull request #110717 from Shadows-of-Fire/elide-copy-typed-collection
GDScript: Elide unnecessary copies in `CONSTRUCT_TYPED_*` opcodes
|
2025-09-23 12:08:53 -05:00 |
|
Michael Alexsander
|
f16ff829f0
|
Allow to use sliders for integers in EditorSpinSlider
|
2025-09-22 11:23:15 -03:00 |
|
Thaddeus Crews
|
94dbc42a56
|
Merge pull request #62083 from KoBeWi/string_slice'n_dice
Improve usage of `String.split()` vs `get_slice()`
|
2025-09-22 08:50:01 -05:00 |
|
Artemy Fedotov
|
a3e0f8dee2
|
Allow trailing comma in preload
|
2025-09-22 14:15:12 +04:00 |
|
Shadows_of_Fire
|
b18beb2cc2
|
Elide unnecessary copies in CONSTRUCT_TYPED_* opcodes
|
2025-09-20 00:00:18 -07:00 |
|
Thaddeus Crews
|
8265bb8b6a
|
Merge pull request #110097 from aaronp64/array_tests
Add more `Array` tests
|
2025-09-19 13:07:13 -05:00 |
|
kobewi
|
d61a337a70
|
Improve usage of String.split() vs get_slice()
|
2025-09-19 16:31:55 +02:00 |
|
Thaddeus Crews
|
d51c13fdd4
|
Merge pull request #110397 from mooflu/syntaxhi-110390
Don't reset color if the previous token is a number ending with a dot.
|
2025-09-16 20:29:00 -05:00 |
|
Lukas Tenbrink
|
abe3b481ae
|
Make conversions from LocalVector to Vector explicit.
|
2025-09-16 21:41:28 +02:00 |
|
Yufeng Ying
|
a50fc5acd8
|
Change ClassDB::get_class_list and related stuff.
|
2025-09-16 15:00:33 +08:00 |
|
Lukas Tenbrink
|
4c0026b053
|
Update links to the contributing section of the docs to the appropriate new sections.
|
2025-09-12 01:04:14 +02:00 |
|
Frank Becker
|
aa8acd1a04
|
Don't reset color if the previous token is a number ending with a dot.
|
2025-09-11 11:40:15 -07:00 |
|
westenral
|
565e1aaeb9
|
Add checks for integer vectors for integer division warning
Remove warnings for invalid Vectori combinations
Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com>
|
2025-09-04 10:13:05 -04:00 |
|
aaronp64
|
2b855d831d
|
Add more Array tests
Added more tests for Array, focusing on methods exposed to gdscript that didn't have tests.
|
2025-08-30 13:12:16 -04:00 |
|
Thaddeus Crews
|
b432e108d5
|
Merge pull request #109791 from Talkashie/master
Typo cleanup pass
|
2025-08-21 18:39:37 -05:00 |
|
Arti Chhabra
|
e7214c229b
|
Fix the issue by resetting the reloading false first and then returning error directly instead of calling Macro
Fix the review comment
Fix the clang format
Update as per review comment
|
2025-08-21 13:13:11 -07:00 |
|
Thaddeus Crews
|
fc245d69d2
|
Merge pull request #109304 from HolonProduction/parse-annoation-early-end-stop
GDScript: Don't stop annotation argument parsing at file end
|
2025-08-20 12:07:16 -05:00 |
|
Talkashie
|
bc7e68dfd1
|
Typos
|
2025-08-19 18:32:59 -05:00 |
|
Aaron Franke
|
b73597292b
|
Improve error messages for lambda functions without a body
|
2025-08-18 06:29:20 -07:00 |
|
kobewi
|
a33ae0be0e
|
Add has_extension() method to String
|
2025-08-12 13:15:16 +02:00 |
|
Pāvels Nadtočajevs
|
b21e6529e6
|
[GDScript] Fix range helper method using 32-bit ints for arguments.
|
2025-08-08 20:22:24 +03:00 |
|
HolonProduction
|
97b1bc6bda
|
Autocompletion: Don't call const functions
|
2025-08-05 09:03:10 +02:00 |
|
HolonProduction
|
0e92dc7b8c
|
GDScript: Don't stop annotation argument parsing at file end
|
2025-08-04 17:28:45 +02:00 |
|
HolonProduction
|
8ec31b7b3d
|
Autocompletion: Remove duplicate code
|
2025-08-04 12:59:22 +02:00 |
|
HolonProduction
|
926cab9027
|
Autocompletion: Push empty call for lambdas
|
2025-07-25 20:26:26 +02:00 |
|
Thaddeus Crews
|
8acc596bcf
|
Merge pull request #108944 from vnen/gdscript-fix-static-call-fail-when-shadowing
Properly detect native class on static call optimization
|
2025-07-25 11:08:14 -05:00 |
|
George Marques
|
38f8643b00
|
GDScript: Properly detect native class on static call optimization
|
2025-07-25 09:17:39 -03:00 |
|
Thaddeus Crews
|
598409b727
|
Merge pull request #108947 from mihe/gdscript-reload-crash
Fix crash when GDScript scripts are reloaded during initial import
|
2025-07-24 20:49:42 -05:00 |
|