Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191) | embeddedt | |
2021-05-15 | Change: Use gender-neutral pronouns | rubidium42 | |
2021-05-13 | Fix: [Emscripten] Force secure WebSockets over HTTPS (#9248) | embeddedt | |
2021-04-30 | Change: use TCP for everything except for master-server and initial server ↵ | Patric Stout | |
scan (#9130) This means that pressing Refresh button and adding servers manually now uses TCP. The master-server and initial scan are still UDP as they will be replaced by Game Coordinator; no need to change this now. If we query a server that is too old, show a proper warning to the user informing him the server is too old. | |||
2021-02-08 | Fix: [Emscripten] open links in browser (#8655) | embeddedt | |
2021-01-31 | Fix: [Emscripten] Pin Dockerfile to emsdk:2.0.10 to prevent patch failure ↵ | embeddedt | |
(#8628) | |||
2020-12-15 | Add: support for emscripten (play-OpenTTD-in-the-browser) | Patric Stout | |
Emscripten compiles to WASM, which can be loaded via HTML / JavaScript. This allows you to play OpenTTD inside a browser. Co-authored-by: milek7 <me@milek7.pl> |