Spartan322
|
cd86012a9d
|
Merge commit godotengine/godot@71a9948157
|
2025-07-19 14:15:00 -04:00 |
|
A Thousand Ships
|
f11aff3841
|
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
|
2025-07-04 18:18:22 +02:00 |
|
Thaddeus Crews
|
9b22b41531
|
Merge pull request #105087 from HolonProduction/lsp-annotations
LSP: Extract annotations from `EditorHelp`
|
2025-07-03 12:21:28 -05:00 |
|
HolonProduction
|
4d7c5f9172
|
LSP: Don't poll during editor setup
|
2025-06-30 13:53:07 +02:00 |
|
Spartan322
|
7f9872092c
|
Merge commit godotengine/godot@5abed52fd9
|
2025-06-20 03:57:56 -04:00 |
|
HolonProduction
|
d55883b4b1
|
LSP: Fix file URI handling + warn about workspace project mismatch
|
2025-06-18 19:54:50 +02:00 |
|
HolonProduction
|
76c852f605
|
LSP: Extract annotations from EditorHelp
|
2025-06-15 19:38:58 +02:00 |
|
Rémi Verschelde
|
ae484828bb
|
Merge pull request #107408 from Ivorforce/node-path-string-explicit
Make conversions from `NodePath` to `String` explicit.
|
2025-06-12 22:49:03 +02:00 |
|
Rémi Verschelde
|
f400e10011
|
Merge pull request #107315 from HolonProduction/lsp-brief-fix
LSP: Fix class documentation to include brief
|
2025-06-12 11:56:42 +02:00 |
|
Lukas Tenbrink
|
e2931a5c19
|
Make conversions from NodePath to String explicit.
|
2025-06-11 16:50:27 +02:00 |
|
Spartan322
|
9023767920
|
Merge commit godotengine/godot@1bbfe637c6
|
2025-06-10 22:00:50 -04:00 |
|
Danil Alexeev
|
ee121ef80e
|
GDScript: Add support for variadic functions
|
2025-06-09 21:53:05 +03:00 |
|
HolonProduction
|
30672ffce7
|
LSP: Fix class documentation to include brief
|
2025-06-09 12:24:35 +02:00 |
|
Spartan322
|
0e99b001ac
|
Merge commit godotengine/godot@5dd76968d8
|
2025-06-05 23:07:30 -04:00 |
|
Rémi Verschelde
|
0518bd5fee
|
Merge pull request #106683 from dalexeev/gds-remove-leftmost-rightmost-column
GDScript: Remove `leftmost_column` and `rightmost_column` fields
|
2025-06-05 13:12:02 +02:00 |
|
Spartan322
|
b666f4fc15
|
Merge commit godotengine/godot@de37627404
|
2025-05-29 05:22:55 -04:00 |
|
Thaddeus Crews
|
eef13d5ae7
|
Merge pull request #105347 from HolonProduction/lsp-utf8
LSP: Account for unicode identifiers
|
2025-05-28 09:47:29 -05:00 |
|
Danil Alexeev
|
7aafa6ef18
|
GDScript: Remove leftmost_column and rightmost_column fields
|
2025-05-21 18:16:20 +03:00 |
|
Spartan322
|
63f2d58fcf
|
Merge commit godotengine/godot@428a762e98
|
2025-05-14 14:16:55 -04:00 |
|
Thaddeus Crews
|
579feb387c
|
Core: Add [[nodiscard]] to string-like classes
|
2025-05-06 12:23:41 -05:00 |
|
Spartan322
|
2b59059dde
|
Merge commit godotengine/godot@2d3bdcac35
|
2025-04-19 16:05:28 -04:00 |
|
HolonProduction
|
e213737d66
|
LSP: Account for unicode identifiers
|
2025-04-15 09:51:50 +02:00 |
|
loki7
|
23a2481abc
|
Fix LSP not returning expected localization for API docs.
|
2025-04-13 19:51:16 +08:00 |
|
A Thousand Ships
|
889410dcda
|
Add String::replace_char(s) methods for performance and convenience
|
2025-04-10 13:08:45 +02:00 |
|
Pāvels Nadtočajevs
|
9abe2e5294
|
Add uri_file_decode to handle + in file names.
|
2025-04-07 23:49:17 +03:00 |
|
Thaddeus Crews
|
5e20c8fbcd
|
Merge pull request #105061 from HolonProduction/lsp-workspace-symbol
LSP: Don't advertise support for workspace symbols
|
2025-04-07 08:43:32 -05:00 |
|
HolonProduction
|
c203e6381e
|
LSP: Don't advertise support for workspace symbols
|
2025-04-05 18:11:44 +02:00 |
|
HolonProduction
|
920997d0c8
|
LSP: Fix relative path handling for document links
|
2025-04-05 17:35:06 +02:00 |
|
HolonProduction
|
e2c3731cdd
|
JSONRPC: Require manual method registration
|
2025-04-03 17:51:03 +02:00 |
|
Kiro
|
23129a66ed
|
Replace append_utfx with direct String::utfx
|
2025-03-30 19:56:38 +02:00 |
|
Thaddeus Crews
|
780cf03051
|
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
Use `append_` instead of `parse_` for `String` methods.
|
2025-03-29 10:16:33 -05:00 |
|
Yyf2333
|
22b5ec17fb
|
Using iterator pattern instead of List::Element *.
Co-authored-by: Adam Scott <ascott.ca@gmail.com>
|
2025-03-28 13:29:15 +08:00 |
|
Lukas Tenbrink
|
ffa6ef220b
|
Use append_ instead of parse_ for String methods.
|
2025-03-27 17:51:02 +01:00 |
|
Thaddeus Crews
|
1cb3cfaa8e
|
Style: Convert namespaces to PascalCase
|
2025-03-23 19:10:24 -05:00 |
|
Thaddeus Crews
|
6c4f17db1a
|
Core: Avoid including modules_enabled in headers
|
2025-03-11 19:42:13 -05:00 |
|
A Thousand Ships
|
331a43a9d8
|
Add String::remove_char(s) methods for performance and convenience
|
2025-03-10 13:19:28 +01:00 |
|
Thaddeus Crews
|
324512e11c
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
A Thousand Ships
|
5113022dfe
|
Clean up some uses of String::substr
Cases where the end position is either equvalent to the default or past
the end of the string.
|
2025-03-07 14:50:38 +01:00 |
|
Spartan322
|
5e6a04e752
|
Merge commit godotengine/godot@5b52b4b5c4
|
2025-01-12 13:06:53 -05:00 |
|
Aarni Koskela
|
f134769506
|
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
2025-01-08 14:47:42 +02:00 |
|
Spartan322
|
4ffc9ac18b
|
Merge commit godotengine/godot@bdf625bd54
|
2025-01-04 00:55:26 -05:00 |
|
Spartan322
|
1609981ccf
|
Merge commit godotengine/godot@75ce4266c4
|
2024-12-29 11:38:02 -05:00 |
|
A Thousand Ships
|
a1846b27ea
|
Improve use of Ref.is_null/valid
Use `is_null` over `!is_valid` and vice versa.
|
2024-12-23 16:35:02 -05:00 |
|
Yufeng Ying
|
33817b186f
|
Remove unused header in drivers and modules.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
|
2024-12-24 00:40:47 +08:00 |
|
Spartan322
|
fa0b4af786
|
Merge commit godotengine/godot@a7a2a12bfd
|
2024-12-21 05:32:01 -05:00 |
|
Danil Alexeev
|
80d11500b5
|
Code Editor: Add documentation tooltips
|
2024-12-15 10:51:33 +03:00 |
|
Spartan322
|
14bb3617ef
|
Merge commit godotengine/godot@a372214a4a
|
2024-12-09 17:57:46 -05:00 |
|
Lukas Tenbrink
|
b5c31ebb41
|
Add contains_char() for single-character 'contains' calls.
|
2024-12-06 20:23:35 +01:00 |
|
Spartan322
|
c3314b0ab0
|
Merge commit godotengine/godot@1f47e4c4e3
|
2024-12-04 20:11:58 -05:00 |
|
Thaddeus Crews
|
cb1b743e59
|
Merge pull request #99861 from Ryan-000/Fix-language-server-thread-crash
Fix language server causing random crashes when `use_threads` is enabled
|
2024-12-03 14:40:47 -06:00 |
|