Rémi Verschelde
|
2c14f3ef95
|
Merge pull request #79378 from HolonProduction/autocompletion-index
Improve autocompletion for indices
|
2024-08-26 22:44:40 +02:00 |
|
HolonProduction
|
ccbdb34a2a
|
Improve autocompletion for indices
|
2024-08-26 14:42:22 +02:00 |
|
Pedro J. Estébanez
|
f4d76853b9
|
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
This fixes a rare but possible deadlock, maybe due to undefined behavior. The new implementation is safer, at the cost of some added boilerplate.
|
2024-08-21 12:22:52 +02:00 |
|
Rémi Verschelde
|
f45421204c
|
Merge pull request #95764 from passivestar/gdscript-syntax-highlighter
Expose GDScript syntax highlighter to editor plugins
|
2024-08-20 10:02:35 +02:00 |
|
Rémi Verschelde
|
58505b0bce
|
Merge pull request #94082 from HolonProduction/completion-force
Autocompletion: Rework argument options string literal completion
|
2024-08-20 10:01:52 +02:00 |
|
passivestar
|
3fe644de86
|
Expose GDScript syntax highlighter to editor plugins
|
2024-08-19 16:36:55 +04:00 |
|
Micky
|
e80c44dbe7
|
Fix some invalid code in GDScript class reference
|
2024-08-19 00:55:51 +02:00 |
|
Rémi Verschelde
|
cc894e59ea
|
Merge pull request #95408 from alesliehughes/gdscitp_debug_statement
GDScript: Only include profiling variables when DEBUG is enabled
|
2024-08-16 14:34:01 +02:00 |
|
Alistair Leslie-Hughes
|
f489c313cc
|
gdscript: Only include profiling variables when DEBUG is enabled
|
2024-08-12 10:14:42 +10:00 |
|
Hilderin
|
d199f1f0d5
|
Fix resolve class inheritance after file rename
|
2024-08-10 19:21:24 -04:00 |
|
rune-scape
|
e680369d5b
|
GDScript: Fix too many calls to 'remove_parser'
+fix excessive memory allocations when 'load'ing many dependant scripts
+fix excessive calls to vformat
|
2024-08-03 20:52:44 -07:00 |
|
rune-scape
|
6e8fa6dd50
|
GDScript: Fix common mismatched external parser errors
|
2024-07-31 12:54:16 -07:00 |
|
Rémi Verschelde
|
b2facc018a
|
Merge pull request #94730 from dalexeev/gds-fix-while-locals-clearing
GDScript: Fix locals clearing after exiting `while` block
|
2024-07-26 13:44:09 +02:00 |
|
Rémi Verschelde
|
7805220fef
|
Merge pull request #90134 from AThousandShips/construct_fix
[Core] Fix `Variant::construct` of `Object`
|
2024-07-26 13:43:54 +02:00 |
|
Rémi Verschelde
|
2a61a2fa2f
|
Merge pull request #89274 from 0x0ACB/unchecked_cast
Fix use after free in `GDScriptLanguage::debug_get_globals`
|
2024-07-26 13:43:48 +02:00 |
|
A Thousand Ships
|
8f3e2c96eb
|
[Core] Fix Variant::construct of Object
Variant type was not updated correctly causing leaks in ref-counted
|
2024-07-25 12:25:29 +02:00 |
|
Danil Alexeev
|
5350e1beaa
|
GDScript: Fix locals clearing after exiting while block
|
2024-07-25 12:10:37 +03:00 |
|
Rémi Verschelde
|
f2918c73cf
|
Revert "GDScript: Fix common mismatched external parser errors"
This reverts commit c75225ffb2.
This caused a crashing regression for multiple users:
https://github.com/godotengine/godot/pull/94617#issuecomment-2247868580
|
2024-07-25 09:20:23 +02:00 |
|
Rémi Verschelde
|
022d702bc0
|
Merge pull request #94678 from rune-scape/clear-abandoned-parser-refs
GDScriptCache: Clear abandoned parser refs
|
2024-07-24 13:03:27 +02:00 |
|
Rémi Verschelde
|
77e18da5ff
|
Merge pull request #94674 from dalexeev/gds-fix-incorrect-setter-call-for-ref-types
GDScript: Fix incorrect setter call for reference types
|
2024-07-24 10:17:45 +02:00 |
|
Rémi Verschelde
|
d342df79d5
|
Merge pull request #94676 from rune-scape/test-oops
GDScriptTestRunner: Fix compiler error output
|
2024-07-24 09:59:34 +02:00 |
|
Rémi Verschelde
|
f361133601
|
Merge pull request #94664 from dalexeev/gds-fix-make-arguments-hint
GDScript: Fix incorrect default values in `_make_arguments_hint()`
|
2024-07-24 09:59:28 +02:00 |
|
Rémi Verschelde
|
e91725f490
|
Merge pull request #94617 from rune-scape/fix-mismatched-parsers
GDScript: Fix common mismatched external parser errors
|
2024-07-24 09:59:19 +02:00 |
|
Rémi Verschelde
|
7708f0e163
|
Merge pull request #85382 from HolonProduction/in-case-of-a-script
GDScript: Generate `arghint` for script types
|
2024-07-24 09:59:08 +02:00 |
|
Danil Alexeev
|
8c82fd15d2
|
GDScript: Fix incorrect setter call for reference types
|
2024-07-24 10:37:35 +03:00 |
|
rune-scape
|
298904d74e
|
GDScriptTestRunner: Fix compiler error output
|
2024-07-23 12:59:22 -07:00 |
|
rune-scape
|
86b23d0420
|
GDScriptCache: Clear abandoned parser refs
|
2024-07-23 12:54:45 -07:00 |
|
rune-scape
|
c75225ffb2
|
GDScript: Fix common mismatched external parser errors
|
2024-07-23 12:25:23 -07:00 |
|
Danil Alexeev
|
37a3a98fde
|
GDScript: Fix incorrect default values in _make_arguments_hint()
|
2024-07-23 19:35:42 +03:00 |
|
Danil Alexeev
|
638148a184
|
GDScript: Fix false positive cases of ENUM_VARIABLE_WITHOUT_DEFAULT
|
2024-07-22 21:45:01 +03:00 |
|
Rémi Verschelde
|
60966f5bcf
|
Merge pull request #94505 from mihe/speed-up-gdscript-shutdown
Speed up `GDScriptLanguage::finish`
|
2024-07-18 15:38:29 +02:00 |
|
Rémi Verschelde
|
fefd9537e6
|
Merge pull request #94424 from HolonProduction/completion-fix-depended-parsers
Autocompletion: Register depended parsers with the main parser
|
2024-07-18 15:38:20 +02:00 |
|
Mikael Hermansson
|
6852f9497c
|
Speed up GDScriptLanguage::finish
|
2024-07-18 12:30:45 +02:00 |
|
HolonProduction
|
4699e69708
|
Autocompletion: register depended parsers with the main parser
|
2024-07-18 12:16:28 +02:00 |
|
Rémi Verschelde
|
c2b91e2986
|
Merge pull request #94327 from HolonProduction/underscore_identifier
GDScript: Restore support for `Token::UNDERSCORE` in identifiers
|
2024-07-17 11:44:01 +02:00 |
|
Rémi Verschelde
|
ab67408390
|
Merge pull request #94238 from RandomShaper/ref_is_now_rc
Make errors on `RefCounted.free()` more accurate
|
2024-07-17 11:43:32 +02:00 |
|
Rémi Verschelde
|
aefd91ae42
|
Merge pull request #94138 from vnen/gdscript-simple-setter-chain-call-setter
GDScript: Call setter on simple setter chain without getter
|
2024-07-17 11:43:15 +02:00 |
|
HolonProduction
|
06e732c3ed
|
GDScript: Restore support for Token::UNDERSCORE in identifiers
|
2024-07-15 10:04:11 +02:00 |
|
Pedro J. Estébanez
|
76bfe8e0fd
|
Make errors on RefCounted.free() more accurate
|
2024-07-15 08:51:42 +02:00 |
|
HolonProduction
|
402bdfa3b7
|
Generate arghint for script types
|
2024-07-13 10:47:26 +02:00 |
|
Rémi Verschelde
|
fe5d567917
|
Merge pull request #93942 from MikeSchulze/73525
Fix GDScript analyzer error when instantiating EditorPlugins.
|
2024-07-11 09:41:09 +02:00 |
|
baptr
|
810fcc7431
|
Fix gdscript analyzer error when instantiating EditorPlugins.
Editor code is not instantiable outside of the editor
(https://github.com/godotengine/godot/blob/1d14c054a12dacdc193b589e4afb0ef319ee2aae/core/object/class_db.cpp#L369).
This is fine for editor plugins and the like, but the GDScript analyzer
balks at it, causing F5 runs to fail: #73525.
Instead, we really just want to know if the type is abstract - so add
a new ClassDB method to check that and nothing else.
Update core/object/class_db.cpp
Apply code review comments
Co-Authored-By: Bryce <1522777+baptr@users.noreply.github.com>
|
2024-07-10 10:24:57 +02:00 |
|
George Marques
|
87c90a573c
|
GDScript: Call setter on simple setter chain without getter
Fixes a bug where a member variable was being set directly before
calling the setter.
|
2024-07-09 13:01:59 -03:00 |
|
Rémi Verschelde
|
26d1577f39
|
Merge pull request #94131 from dalexeev/gds-fix-mismatched-parser-autoloads
GDScript: Fix "Mismatched external parser" for autoloads
|
2024-07-09 16:47:32 +02:00 |
|
Rémi Verschelde
|
92320c9b73
|
Merge pull request #94025 from dalexeev/gds-fix-implicit-cast-typed-array-param
GDScript: Fix implicit cast to typed array when passing parameter
|
2024-07-09 16:47:20 +02:00 |
|
Danil Alexeev
|
110c4d4067
|
GDScript: Fix "Mismatched external parser" for autoloads
|
2024-07-09 16:16:45 +03:00 |
|
Rémi Verschelde
|
daba91d8c6
|
Merge pull request #93897 from akien-mga/vformat-better-error-message
Core: Improve `vformat` error reporting on `sprintf` failure
|
2024-07-09 00:03:17 +02:00 |
|
A Thousand Ships
|
f68ab70a6a
|
[GDScript] Fix get_method for lambda self Callables
|
2024-07-08 18:01:54 +02:00 |
|
HolonProduction
|
0abd0ae364
|
Autocompletion: rework argument options string literal completion
|
2024-07-08 17:53:36 +02:00 |
|
Rémi Verschelde
|
88296701fb
|
Merge pull request #93815 from HolonProduction/comletion-variant-lookup
Autocompletion: Don't use `in` operator to decide over variant lookup
|
2024-07-08 11:48:17 +02:00 |
|