summaryrefslogtreecommitdiffstats
path: root/modules/websocket/remote_debugger_peer_websocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [WebSocket] Fix debugger implementation.Fabio Alessandrelli2022-10-131-2/+4
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-18/+24
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Style: Fix missing/invalid copyright headersRémi Verschelde2020-05-141-3/+3
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-2/+2
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-121-0/+134