isle-portable/extensions
Christian Semmler 5b56db3c33
Add room management, relay capacity, and rejection handling
- 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
2026-03-01 14:37:08 -08:00
..
include/extensions Add room management, relay capacity, and rejection handling 2026-03-01 14:37:08 -08:00
src Add room management, relay capacity, and rejection handling 2026-03-01 14:37:08 -08:00