summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Add function signatures to JS libraries.Fabio Alessandrelli2020-12-041-0/+4
* [HTML5] Run eslint --fix.Fabio Alessandrelli2020-11-231-31/+31
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-211-20/+20
* Fix godot_js_websocket_send function unused assignment.Marcel Admiraal2020-11-171-4/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-106-160/+241
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0716-20/+20
* Add override keywords.Marcel Admiraal2020-07-105-35/+19
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* websocket: Fix crash at exit when not running the editorIgnacio Etcheverry2020-05-161-1/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-148-45/+83
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1423-100/+0
* Style: Fix missing/invalid copyright headersRémi Verschelde2020-05-144-12/+12
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-142-3/+3
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-125-0/+363
* Remove WebSocket defaults from project settings.Fabio Alessandrelli2020-05-125-35/+14
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-028-26/+26
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+7
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-176-14/+14
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-3/+2
* doc: Sync classref with current sourceRémi Verschelde2020-02-182-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-188-20/+20
* Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli2020-02-152-13/+24
* Update docs to version 4.0clayjohn2020-01-314-4/+4
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-289-0/+27
* Merge pull request #35516 from Faless/ws/fix_latency_32Rémi Verschelde2020-01-263-4/+6
|\
| * Lower WebSocket latency, fixes.Fabio Alessandrelli2020-01-243-4/+6
* | doc: Drop unused 'category' property from headerRémi Verschelde2020-01-264-4/+4
* | doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-1/+1
|/
* Fix MultiplayerAPI crash when peer impl misbehave.Fabio Alessandrelli2020-01-211-1/+1
* Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde2020-01-161-1/+1
* Prevent GDScript language server from listening to external hosts by defaultHoukime2020-01-154-1/+24
* Update documentation to reflect HTML5 limitations.Fabio Alessandrelli2020-01-142-2/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-0124-48/+48
* WSLPeer now prevents receiving data after close.Fabio Alessandrelli2019-12-212-1/+4
* Fix Visual Studio throwing C4334 warning.Marcel Admiraal2019-11-151-1/+1
* Trim protocol field from spaces in WS classes.Fabio Alessandrelli2019-10-162-5/+15
* Fix HTML5 build after 67a4c30.Fabio Alessandrelli2019-10-154-5/+11
* doc: Sync classref with current sourceRémi Verschelde2019-10-111-2/+2
* 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
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-2/+2
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+4
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-1/+1