Rémi Verschelde
|
1ebd12ac5f
|
Merge pull request #92616 from rune-scape/rune-invalidate-parser-chain
GDScript: Invalidate cached parser chain when reloading
|
2024-07-02 17:27:25 +02:00 |
Rémi Verschelde
|
47776856d6
|
Merge pull request #93699 from dalexeev/gds-fix-false-positive-capture-warnings
GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings
|
2024-06-28 15:55:05 +02:00 |
Danil Alexeev
|
d15ed0bcbb
|
GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings
|
2024-06-28 16:41:32 +03:00 |
Rémi Verschelde
|
6f8b90e412
|
Merge pull request #93032 from RandomShaper/wtp_antilock
GDScript: Avoid deadlock possibility in multi-threaded load
|
2024-06-28 14:42:48 +02:00 |
Rémi Verschelde
|
a31525c4da
|
Merge pull request #92609 from rune-scape/rune-relax-gds-guards
GDScript: Partially allow member lookup on invalid scripts
|
2024-06-28 14:42:44 +02:00 |
Rémi Verschelde
|
d4b7ede882
|
Merge pull request #92303 from Hilderin/fix-synchronization-global-class-name
Fix synchronization of global class name
|
2024-06-28 14:42:37 +02:00 |
Danil Alexeev
|
68898dbcc9
|
GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning
|
2024-06-28 11:12:01 +03:00 |
Rémi Verschelde
|
0364443d12
|
Merge pull request #93346 from RandomShaper/gds_cyc_alt
GDScript: Enhance handling of cyclic dependencies
|
2024-06-26 18:15:16 +02:00 |
Pedro J. Estébanez
|
c1391489e3
|
GDScript: Enhance handling of cyclic dependencies
|
2024-06-26 17:44:32 +02:00 |
Rémi Verschelde
|
93fc9b8857
|
Merge pull request #93566 from Chaosus/gds_fix_enum_lookup
Fix symbol lookup for native enums
|
2024-06-26 15:19:31 +02:00 |
Hilderin
|
39369db029
|
Fix synchronization of global class name
|
2024-06-25 18:33:07 -04:00 |
Hilderin
|
e18db6fe60
|
Fix editor crash when invalid global class script path
|
2024-06-25 08:13:04 -04:00 |
Yuri Rubinsky
|
322c64c6ea
|
Fix symbol lookup for native enums
|
2024-06-25 09:43:11 +03:00 |
Rémi Verschelde
|
6882a948b6
|
Merge pull request #92874 from Chaosus/completion_color_color
Add coloring for completion of Color components
|
2024-06-24 11:14:02 +02:00 |
Thaddeus Crews
|
cc6dd8d02c
|
Style: Optimize `.svg` files with `svgo`
|
2024-06-23 08:15:19 -05:00 |
Rémi Verschelde
|
de59dca156
|
Merge pull request #93384 from dalexeev/gds-fix-non-global-class-export
GDScript: Fix non-global class export
|
2024-06-21 13:55:23 +02:00 |
Rémi Verschelde
|
5ac2631af7
|
Merge pull request #92688 from HolonProduction/autocompletion-batch-2
Add more autocompletion tests
|
2024-06-21 10:14:13 +02:00 |
Danil Alexeev
|
24b6edcd38
|
GDScript: Fix non-global class export
|
2024-06-20 14:30:12 +03:00 |
Pedro J. Estébanez
|
d334632908
|
GDScript: Avoid deadlock possibility in multi-threaded load
|
2024-06-19 14:01:54 +02:00 |
Rémi Verschelde
|
cd87b0bf84
|
Merge pull request #93057 from HolonProduction/not-enough-code-paths
Autocompletion: Add support for string name option in more places
|
2024-06-19 10:53:21 +02:00 |
Rémi Verschelde
|
9a1e5aea69
|
Merge pull request #92588 from AThousandShips/font_sname
[Scene] Add `SceneStringNames::font(_size/_color)`
|
2024-06-18 17:59:06 +02:00 |
Rémi Verschelde
|
6c3f811f08
|
Merge pull request #92177 from KoBeWi/literally_wtf
Fix broken built-in script reloading
|
2024-06-18 17:59:03 +02:00 |
A Thousand Ships
|
d519715d94
|
[Scene] Add `SceneStringNames::font(_size/_color)`
|
2024-06-18 17:24:27 +02:00 |
Hilderin
|
c419b548d2
|
Fix mismatched external parser with binary exports
|
2024-06-14 11:18:52 -04:00 |
HolonProduction
|
51f74af2ac
|
Autocompletion: Add support for string name option in more places
|
2024-06-12 20:38:43 +02:00 |
Rémi Verschelde
|
4516050e64
|
Merge pull request #92885 from Chaosus/fix_goto_definition_for_new
Fix goto definition for `new` method
|
2024-06-12 10:00:34 +02:00 |
Rémi Verschelde
|
09a037628e
|
Merge pull request #85488 from miv391/fix-expected-indented-block-error-message-lines
Moving "Expected indented block" error message's line number back to where the error is
|
2024-06-10 16:11:30 +02:00 |
Yuri Rubinsky
|
5962646fd3
|
Fix goto definition for `new` method
|
2024-06-08 10:52:01 +03:00 |
Yuri Rubinsky
|
305b948256
|
Add coloring for completion of Color components
|
2024-06-07 18:35:56 +03:00 |
PreslavPetrov
|
653a8b113a
|
Register the export info correctly when a global class script is used as the variable type for Node
|
2024-06-03 13:28:17 +01:00 |
HolonProduction
|
48e297c144
|
Add more autocompletion tests
|
2024-06-02 15:52:21 +02:00 |
rune-scape
|
7f7114c008
|
GDScript: partially allow some functions on invalid scripts
+ always default initialize static variables
+ dont invalidate script when dependant scripts don't compile/resolve
|
2024-06-02 02:08:26 -07:00 |
rune-scape
|
ffc0d0981b
|
GDScript: Invalidate cached parser chain when reloading
|
2024-05-31 18:49:48 -07:00 |
Rémi Verschelde
|
62120c7841
|
Fix Steam input "crc" errors, and some other Coverity reports of uninitialized scalar variable
- Fixes #88630.
- Fixes #92578.
|
2024-05-31 09:55:02 +02:00 |
Rémi Verschelde
|
ce82984b5c
|
Merge pull request #92544 from dalexeev/gds-fix-const-non-metatype-subscript
GDScript: Fix subscript resolution on constant non-metatype GDScript base
|
2024-05-30 22:38:36 +02:00 |
Rémi Verschelde
|
cd53026b2c
|
Merge pull request #92558 from dalexeev/gds-adjust-inferred-declaration
GDScript: Do not produce `INFERRED_DECLARATION` on type import
|
2024-05-30 22:13:52 +02:00 |
Rémi Verschelde
|
34fe09dda7
|
Merge pull request #92386 from AThousandShips/goto_fix
[GDScript LSP] Fix `show_native_symbol_in_editor`
|
2024-05-30 22:13:46 +02:00 |
Danil Alexeev
|
3fd30ed4ff
|
GDScript: Do not produce `INFERRED_DECLARATION` on type import
|
2024-05-30 19:30:07 +03:00 |
Danil Alexeev
|
18d8838051
|
GDScript: Fix subscript resolution on constant non-metatype GDScript base
|
2024-05-30 17:37:05 +03:00 |
Rémi Verschelde
|
2666955011
|
Merge pull request #92251 from Chaosus/gdscript_fix_new_argument_completion
Fix completion for `new` arguments
|
2024-05-30 11:47:54 +02:00 |
A Thousand Ships
|
e6ab22d450
|
[GDScript LSP] Fix `show_native_symbol_in_editor`
|
2024-05-26 16:33:19 +02:00 |
Yuri Rubinsky
|
fc2b82188b
|
Fix completion for `new` arguments
|
2024-05-26 13:47:22 +03:00 |
Danil Alexeev
|
4b692959de
|
GDScript: Fix lambdas capturing non-local variables
|
2024-05-22 10:07:31 +03:00 |
kobewi
|
eca19d6e80
|
Fix broken script reloading
|
2024-05-20 23:54:27 +02:00 |
Rémi Verschelde
|
c63383fa88
|
Merge pull request #92035 from rune-scape/rune-gdscript-invalid
GDScript: Fix segfault on invalid script
|
2024-05-19 11:21:14 +02:00 |
Rémi Verschelde
|
4ce95d684c
|
Merge pull request #91653 from HolonProduction/autocompletion-analyze-recursively-but-leave-the-parser-alone
Autocompletion: Analyze CLASS types as they are encountered
|
2024-05-19 11:21:11 +02:00 |
Rémi Verschelde
|
6761923f4f
|
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
GDScript: Fix some export annotation issues
|
2024-05-19 11:21:00 +02:00 |
rune-scape
|
9fa13da16f
|
GDScript: fix segfault on invalid script
|
2024-05-17 15:26:25 -07:00 |
Danil Alexeev
|
7dd801c580
|
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
|
2024-05-17 10:33:01 +03:00 |
Danil Alexeev
|
0bd4345736
|
GDScript: Add support for `atr` and `atr_n` to POT generator
|
2024-05-14 18:35:59 +03:00 |