summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32683 from Faless/ws/improve_prRémi Verschelde2019-10-1114-38/+181
|\
| * Document all this new improvements.Fabio Alessandrelli2019-10-092-0/+31
| * Custom headers support in WebSocketClient.Fabio Alessandrelli2019-10-0910-22/+30
| * Implement WebSocketServer SSL support.Fabio Alessandrelli2019-10-094-1/+75
| * WebSocketClient can now use custom SSL certificateFabio Alessandrelli2019-10-094-2/+26
| * Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-097-13/+19
* | C#: Fix detection of outdated release Godot API assembliesIgnacio Etcheverry2019-10-1112-183/+305
* | Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* | Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-103-4/+5
* | Merge pull request #32673 from aaronfranke/vs-inheritanceRémi Verschelde2019-10-091-2/+2
|\ \
| * | Make VisualScript check inheritance for port infoAaron Franke2019-10-091-2/+2
| |/
* | Merge pull request #32684 from Faless/crypto/self_signed_cert_key_checkRémi Verschelde2019-10-091-0/+1
|\ \
| * | Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
| |/
* | Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde2019-10-092-1/+52
|\ \
| * | lsp: Send godot class tree to clientsGeequlim2019-10-092-1/+52
| |/
* / lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
|/
* Document the GDNative singleton method prefix being changeableHugo Locurcio2019-10-073-3/+3
* Document GDNativeLibrarysheepandshepherd2019-10-061-0/+15
* Fixed some obvious typos in error messagesnoname14772019-10-051-4/+4
* Merge pull request #32544 from GodotExplorer/gdscript-lsp-show_native_symbolRémi Verschelde2019-10-058-127/+201
|\
| * Format documentations to markdown only when neededgeequlim2019-10-054-74/+82
| * Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-046-5/+58
| * Fix enumeration value of SymbolKind.geequlim2019-10-043-52/+65
* | Mono: Fix detection of MsBuild from Visual StudioRémi Verschelde2019-10-031-2/+2
|/
* Merge pull request #32517 from GodotExplorer/gdscript-lspRémi Verschelde2019-10-037-6/+101
|\
| * Implement DocumentLink of GDScript LSP Servergeequlim2019-10-037-4/+99
| * Fix codeblock formating to markdowngeequlim2019-10-031-2/+2
* | Merge pull request #32403 from yeonghoey/enforce4spaceRémi Verschelde2019-10-031-4/+4
|\ \
| * | Print errors when tab indent found in [codeblock]Yeongho Kim2019-10-011-4/+4
* | | Merge pull request #32485 from Calinou/macros-add-semicolonsRémi Verschelde2019-10-021-5/+5
|\ \ \
| * | | Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio2019-10-021-5/+5
| |/ /
* / / Tweak the default function definition color when using a dark themeHugo Locurcio2019-10-021-10/+18
|/ /
* | Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakrefRémi Verschelde2019-10-011-25/+19
|\ \
| * | Allow weakref(null) in gdscriptWindy Darian2019-09-161-25/+19
* | | Fix theme in visual script dialogs (at startup)Chaosus2019-09-301-0/+2
* | | Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde2019-09-292-47/+56
|\ \ \
| * | | Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias2019-09-282-47/+56
* | | | Merge pull request #32430 from swarnimarun/vs-decompRémi Verschelde2019-09-293-16/+48
|\ \ \ \
| * | | | Deconstruct node for VisualscriptSwarnim Arun2019-09-293-16/+48
| |/ / /
* / / / Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-1/+1
|/ / /
* | | Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde2019-09-282-26/+17
|\ \ \
| * | | Cleanup VS editor's left menuMichael Alexsander Silva Dias2019-09-272-26/+17
* | | | Merge pull request #32399 from swarnimarun/vs-patch01Rémi Verschelde2019-09-281-1/+1
|\ \ \ \
| * | | | Fix Edit function buttonSwarnim Arun2019-09-281-1/+1
* | | | | Merge pull request #32401 from neikeq/Kisaama!Ignacio Roldán Etcheverry2019-09-284-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mono: Don't compare API hashes on release buildsIgnacio Etcheverry2019-09-284-4/+7
| | |_|/ | |/| |
* | | | doc: Sync classref with current sourceRémi Verschelde2019-09-273-25/+27
| |/ / |/| |
* | | Merge pull request #29681 from swarnimarun/vs-graph-unificationRémi Verschelde2019-09-2712-682/+2660
|\ \ \
| * | | Visualscript editor graph unification & refactoringSwarnim Arun2019-09-2612-682/+2660
| |/ /
* | | Merge pull request #32353 from neikeq/yameroRémi Verschelde2019-09-261-21/+25
|\ \ \