wpilot
wpilot copied to clipboard
A "proof-of-concept" remake of the famous XPilot game, this time in a web browser near you
This bug was triggered twice on my server: events.js:70 throw new Error("Uncaught, unspecified 'error' event."); ^ Error: Uncaught, unspecified 'error' event. at WebSocket.EventEmitter.emit (events.js:70:15) at Receiver.self._receiver.onerror (.../wpilot/node_modules/ws/lib/WebSocket.js:561:10) at Receiver.error (...wpilot/node_modules/ws/lib/Receiver.js:301:8)...
When I join my server via the wpilot homepage, I cannot see the torpedoes and I don't get sound for them either (in Safari, Firefox and Chrome on OS X)....
I've had this bug happen twice on my server: .../wpilot/node_modules/ws/lib/WebSocket.js:175 else throw new Error('not opened'); ^ Error: not opened at WebSocket.send (.../wpilot/node_modules/ws/lib/WebSocket.js:175:16) at post_update (.../wpilot/wpilots.js:344:20) at gameloop_tick (.../wpilot/wpilots.js:226:5) at Timer.gameloop...
The powerups that spawned first are invisible until someone picks them up and they respawn. After that they are displayed properly. Bug seen in Firefox 16 on OS X
The text entered in the chat window is invisible and after pressing enter it is also invisible in the chat message area in the lower left corner. In Firefox however,...