Yuri Sizov
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Rémi Verschelde
|
14dcb97556
Merge pull request #50378 from Razoric480/apply-edit-40
|
3 years ago |
Ev1lbl0w
|
7bccd5487e
Implemented initial DAP support
|
4 years ago |
Francois Belair
|
9a8421aa05
Implement applyEdit in LSP for signal connecting
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Marcel Admiraal
|
2bafcd3422
Consolidate JSON, JSONParseResults and JSONParser into JSON
|
4 years ago |
Hugo Locurcio
|
3f078c99f6
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
|
4 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Vignesh1-art
|
a5d931033e
Fixed Invalid function bindings #46135
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Thakee Nathees
|
42bfa16996
Refactor DocData into core and editor (DocTools) parts
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
786f4ada35
GDScript LSP: Fix wrong error checks added in #39385
|
5 years ago |
Rémi Verschelde
|
e34f33711b
GDScript LSP: Fix crash in notify_client
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Oliver Frank
|
ed482f6167
Fix crash after closing a GDScript LSP session
|
5 years ago |
of9
|
24b27043fe
Migrating language server from Websockets to raw TCP
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Houkime
|
e1a0ce5af9
Prevent GDScript language server from listening to external hosts by default
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Geequlim
|
1ab34bc3c2
lsp: Send godot class tree to clients
|
5 years ago |
geequlim
|
e199488bc7
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols from LSP clients
|
5 years ago |