summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_server.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Auto-Increment Debugger PortNathan Franke2021-12-041-1/+1
| | | | Note: This PR also changes the port of the GDScript Language Server from 6008 to 6005. This opens enough ports above the debug port (6007) for this change to be useful.
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
|
* LSP: Add support for custom host settingJohn J. Donna II2021-09-201-0/+1
| | | | | You can now configure host in the `language_server` settings in the editor settings.
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-4/+4
|
* Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
| | | | | | | | | - Based on C++11's `thread` and `thread_local` - No more need to allocate-deallocate or check for null - No pointer anymore, just a member variable - Platform-specific implementations no longer needed (except for the few cases of non-portable functions) - Simpler for `NO_THREADS` - Thread ids are now the same across platforms (main is 1; others follow)
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Allow enable/disable threading for LSP servergeequlim2020-01-111-1/+4
| | | | Restart LSP server when configurations change without restart the editor
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+60