aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket/lws_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
|
* Fix typos with codespellluz.paz2018-02-211-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-061-3/+4
|
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+213
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.