mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-03 11:04:04 +00:00
- Remove hardcoded multiplayer config from emscripten config.cpp - Add relay HTTP endpoints for room preview (GET) and creation (POST) with capacity check, CORS headers, and configurable max players - Add WebSocket rejection detection (room full/503) via onclose flag - Add CheckRejected extension call in IsleApp::Tick for clean shutdown through SDL_APP_SUCCESS path instead of calling exit() - Set Module._exitCode in JS for sessionStorage-based toast after reload |
||
|---|---|---|
| .. | ||
| config.cpp | ||
| config.h | ||
| emscripten.patch | ||
| events.cpp | ||
| events.h | ||
| filesystem.cpp | ||
| filesystem.h | ||
| haptic.cpp | ||
| haptic.h | ||
| messagebox.cpp | ||
| messagebox.h | ||
| window.cpp | ||
| window.h | ||