lythx / trakman

Trackmania Forever server controller written in TypeScript
https://trakman.ptrk.eu
MIT License
26 stars 5 forks source link

widget update events #142

Closed wsrvn closed 2 years ago

wsrvn commented 2 years ago

some of the current ui doesnt update in time (if it does at all), maybe this list will be updated idk rtbh

locals dont update on //delrec (or //prunerecs), can be fixed by emitting Controller.LocalRecords, PlayerRecord won't do it since we kinda have nothing to send if the record is removed instead.

karma doesnt update in general atm, but for the future we'll need to update it for everyone whenever theres a new vote. might need something like Controller.KarmaVote or whatever to handle that.

buttons afaik dont update, or it doesnt seem like they do:

tmx records should be updated on either Controller.PlayerFinish or Controller.PlayerRecord to update the relative colours n shit.

wsrvn commented 2 years ago

fixed via #164 & #167