Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -3/+1 |
| | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | ||||
* | Document websocket module, further document enet | Fabio Alessandrelli | 2018-05-08 | 1 | -0/+11 |
| | |||||
* | Add websocket module. | Fabio Alessandrelli | 2018-02-06 | 1 | -0/+7 |
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets. |