- Nov 19, 2022
-
-
Hugo Denizart authored
-
- Nov 04, 2022
-
-
Hugo Denizart authored
- Oct 29, 2022
-
-
Hugo Denizart authored
-
- Oct 20, 2022
-
-
Hugo Denizart authored
I REACHED 99% YAY.
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
Emit allPlayersReady after updateSettings on playerLeft if all players still present are ready See merge request !5 -
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
BanchoLobby declaration should extend EventEmitter
- Oct 18, 2022
-
-
Daniel Power authored
The implementation of BanchoLobby extends EventEmitter, but the type declaration was missing this. With this change, EventEmitter properties can be accessed, such as `off` for removing events.
-
- Nov 21, 2021
-
-
Hugo Denizart authored
-
- Nov 17, 2021
-
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
Doesn't seem very reliable, and is not applied in every case.
-
Hugo Denizart authored
It ignores gamemode and an accurate check is impossible to implement.
-
Hugo Denizart authored
-
Hugo Denizart authored
-
Hugo Denizart authored
As reliable as Bancho allows it to be, unfortunately.
-
Hugo Denizart authored
Handle cases where getPlayerSlot() returns undefined
-
- Nov 03, 2021
-
-
Wolf Clement authored
When bancho.js joins an existing lobby, you can receive playerMoved or playerLeft events *before* bancho.js had the time to fetch the lobby info. When that happens, an unhandled error is thrown, since "undefined" is not a valid key for the slots array. I chose to just check if getPlayerSlot() returns something, but a better fix might be to ignore those events until the lobby is initialized.
-
- Sep 20, 2021
-
-
Hugo Denizart authored
Check if member exists before emitting it
-
- Sep 19, 2021
-
-
Khoo Hao Yit authored
-
- Jun 15, 2021
-
-
Hugo Denizart authored
-
Hugo Denizart authored
- Jun 02, 2021
-
-
Hugo Denizart authored
More or less IRC compliant, like all IRC things. See https://tools.ietf.org/id/draft-oakley-irc-ctcp-01.html#rfc.appendix.A.1
-
- Mar 14, 2021
-
-
Hugo Denizart authored