No description
Find a file
Jeff Mears 6864ce83d5 Add batch UFO spawning and improve UFO button UX
- Add 'Add 10 UFOs' button for batch spawning
- Implement AddUfoBatch message protocol with rate limiting (2/sec)
- Disable UFO buttons until WebSocket is connected
- Add console logging for debugging spawn requests
- Add unit tests for batch spawning and rate limiting
2026-02-24 10:25:22 +11:00
.idea Add batch UFO spawning and improve UFO button UX 2026-02-24 10:25:22 +11:00
src Add batch UFO spawning and improve UFO button UX 2026-02-24 10:25:22 +11:00
static Add batch UFO spawning and improve UFO button UX 2026-02-24 10:25:22 +11:00
tests Add batch UFO spawning and improve UFO button UX 2026-02-24 10:25:22 +11:00
.gitignore Refactor monolithic main.rs into modules 2026-02-24 10:25:18 +11:00
AGENTS.md Initial Bullshit 2026-02-18 17:12:15 +11:00
airports.csv Initial Bullshit 2026-02-18 17:12:15 +11:00
Cargo.lock Add configuration file support and documentation 2026-02-24 10:25:22 +11:00
Cargo.toml Add configuration file support and documentation 2026-02-24 10:25:22 +11:00
GlobalAirportDatabase.txt Initial Bullshit 2026-02-18 17:12:15 +11:00
simsim.example.toml Add configuration file support and documentation 2026-02-24 10:25:22 +11:00
TODO.md Add rate limiting for WebSocket commands (AddUfo, SetSpawnRate) 2026-02-24 10:25:22 +11:00