Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Docs: Point to @GDScript in GDscript (script impl) | Max Hilbrunner | |
(cherry picked from commit ad21fb0f9261de6a3b82b5267253efb5f6a019fa) | |||
2023-05-12 | LSP: don't send empty completion command | Александр Черник | |
(cherry picked from commit 5715d3eb593322d74994a1e979b3648f1fe3d9f4) | |||
2023-05-12 | Document caveats related to exported project binary resource conversion | Hugo Locurcio | |
(cherry picked from commit febc674f4818dd1185b2e43e899115f70f55b4f5) | |||
2023-05-12 | Fixed various typos across the docs | UltraBIF | |
(cherry picked from commit 8106d33d0f13825b4459898ca20282ba5b543897) | |||
2023-04-27 | GDScript: Don't fail when freed object is return | George Marques | |
This is check is a bit too eager. The user should be able to handle the return value even if it's a freed object. (cherry picked from commit abbdf806435aad401f2a7b6ce09838c8e4d5cbcb) | |||
2023-04-27 | GDScript: Fix wrong increment for disassembly of lambda | George Marques | |
(cherry picked from commit 5b49382d38f1cebd7defc2b12c65b86285346699) | |||
2023-04-27 | GDScript: Use default path in test generator if not provided | George Marques | |
Since it's almost always used with the same path, assume it is running from the Godot source root. (cherry picked from commit 221deb1cc130d176c499ebc67db83e7018eafd55) | |||
2023-04-26 | Fix wrong file on function call error | sodaJar | |
(cherry picked from commit 464a299d2ef352f7b62fde08ec51b7ad824f4948) | |||
2023-04-26 | Fix GDScript LSP variable rename | Adam Scott | |
(cherry picked from commit 10fe6f14bba67950bde486051f1fd5e06c7f6dcd) | |||
2023-04-26 | Fix for mixed tabs and spaces in gdscript | MistMage | |
(cherry picked from commit fecbc12d17add3fd3e3ac624bfefa7fbc0b44a73) | |||
2023-04-26 | Fix multi-line string highlighting with single quotes. | HolonProduction | |
(cherry picked from commit bdb7045e2c4ab181b95c7699f76807fe4b6509ef) | |||
2023-04-24 | Fix typo when parsing LSP function parameters | Adam Scott | |
(cherry picked from commit 879791e305128bcb3c1bf4c6420c9fd0f7c7df0b) | |||
2023-04-24 | GDScript: Add missing member type check when resolving `extends` | Danil Alexeev | |
(cherry picked from commit 66279b98b6c3418232003cc8d6c2e52af7a62ac4) | |||
2023-04-24 | Poll LSP/DAP clients for connection status updates | Ricardo Subtil | |
(cherry picked from commit 4be4eeea3ac9d37fa1dc520a5bc8c57554448410) | |||
2023-04-03 | Fix typo and slightly reword in @GDScript.xml | Araraura | |
Fix "the every following property" to "then every following property" and change "is added" to "will be added". (cherry picked from commit e1c0df70485266e0385aed4962934bb26cb325e9) | |||
2023-03-30 | GDScript: Fix false positive `REDUNDANT_AWAIT` warning | Danil Alexeev | |
(cherry picked from commit c0eeb32e38fbd4f582f7a2726e6535614e507205) | |||
2023-03-27 | Improve Color8 documentation | Hugo Locurcio | |
This documents in which situations Color8 is most suited and its precision limitations. (cherry picked from commit 4e4555bea56fd9fd0734b0d6d0800977f9976b95) | |||
2023-03-27 | Make GDScript number highlighting stricter | VolTer | |
(cherry picked from commit 952703d92155226137fc4bb53c61c8dbc7887ed7) | |||
2023-03-14 | GDScript: Fix autocomplete inside a block with a type test condition | Dmitrii Maganov | |
(cherry picked from commit e289a4ab2c404991d684b6c77b65d24f41be5b63) | |||
2023-03-14 | Fix error spam when naming a func at the end of the script | VolTer | |
(cherry picked from commit 07dd627728b71dd3ea30bab9761a847a7e0c911e) | |||
2023-03-13 | GDScript: Fix checking if a call is awaited in compiler | Dmitrii Maganov | |
(cherry picked from commit 55a2ad25bf1591876032150cffff7b7c68dcaa17) | |||
2023-03-13 | Fix GDScript code style regarding colon | Danil Alexeev | |
(cherry picked from commit ea5fd3d732a85029e8372425904971ad26153ff1) | |||
2023-03-13 | Prevent cache corruption when saving resources in the editor | Yuri Sizov | |
(cherry picked from commit 496bd94c21dbda01fc7d9d0a108eecef21924024) | |||
2023-02-28 | Minor typo and docs URL fixes | Rémi Verschelde | |
2023-02-26 | Remove unused `ScriptLanguage` methods | voidedWarranties | |
2023-02-26 | Merge pull request #73915 from vonagam/fix-conversions-from-native-member | Rémi Verschelde | |
GDScript: Fix conversions from native members accessed by identifier | |||
2023-02-26 | Merge pull request #73964 from vonagam/fix-coroutine-compiler-type | Rémi Verschelde | |
GDScript: Fix address type for coroutine results | |||
2023-02-26 | Merge pull request #73957 from vonagam/fix-binary-op-safety | Rémi Verschelde | |
GDScript: Fix wrong unsafety mark for binary operator | |||
2023-02-26 | Merge pull request #73899 from vnen/gdscript-init-defaults-beforehand | Rémi Verschelde | |
GDScript: Initialize all defaults beforehand in implicit constructor | |||
2023-02-26 | GDScript: Fix address type for coroutine results | Dmitrii Maganov | |
2023-02-26 | GDScript: Fix wrong unsafety mark for binary operator | Dmitrii Maganov | |
2023-02-25 | Revert "GDScript: Fix groups and categories been seen as members" | George Marques | |
This reverts commit 6f2a8434c675b3df2aceca4e5200aaf799eeb2bd. The commit introduces a bug where it creates spurious entries for member information. | |||
2023-02-25 | GDScript: Fix conversions from native members accessed by identifier | Dmitrii Maganov | |
2023-02-24 | GDScript: Initialize all defaults beforehand in implicit constructor | George Marques | |
Set all the default values for typed variables before actually trying to initialize them, including `@onready` ones. This ensures that if validated calls are being used there will be a value of the correct type, even if the resolution is done out of order or deferred because of `@onready`. | |||
2023-02-24 | GDScript: Don't use validated call for vararg methods | George Marques | |
Since they may have runtime type validation, we cannot use the validated call. | |||
2023-02-24 | Fixup GDScript test using non-deterministic ids | Rémi Verschelde | |
Follow-up to #73870. | |||
2023-02-24 | Merge pull request #73870 from vnen/gdscript-dont-reference-group-properties | Rémi Verschelde | |
GDScript: Fix groups and categories been seen as members | |||
2023-02-24 | GDScript: Fix groups and categories been seen as members | George Marques | |
2023-02-24 | GDScript: Fix range regression | Dmitrii Maganov | |
2023-02-23 | Merge pull request #73798 from vonagam/fix-bad-continue-in-lambda | Rémi Verschelde | |
GDScript: Fix parsing unexpected break/continue in lambda | |||
2023-02-23 | GDScript: Fix parsing unexpected break/continue in lambda | Dmitrii Maganov | |
2023-02-23 | GDScript: Fix usage of enum value as range argument | Dmitrii Maganov | |
2023-02-22 | Document `@GDScript.is_instance_of` method | Danil Alexeev | |
2023-02-21 | Merge pull request #73709 from vonagam/fix-error-message-unfound-type | Rémi Verschelde | |
GDScript: Fix error message for unfound type | |||
2023-02-21 | Merge pull request #73705 from anvilfolk/doublewoopsie | Rémi Verschelde | |
Added check for null objects in gdscript typed assign. | |||
2023-02-21 | Merge pull request #73689 from vnen/gdscript-fix-inheritance-native-class | Rémi Verschelde | |
GDScript: Fix setting native type with script inheritance | |||
2023-02-21 | GDScript: Fix error message for unfound type | Dmitrii Maganov | |
2023-02-21 | Added check for null objects in gdscript typed assign. | ocean (they/them) | |
2023-02-21 | Merge pull request #73693 from vnen/gdscript-fix-script-signature-check | Rémi Verschelde | |
GDScript: Fix override signature check of script inheritance | |||
2023-02-21 | Merge pull request #73680 from vnen/gdscript-div-by-zero-crash-fix | Rémi Verschelde | |
GDScript: Avoid validated division operation to test for zero |