bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
205 stars 45 forks source link

Replace poll-driven with event-driven state changes #439

Open edunham opened 10 years ago

edunham commented 10 years ago

from a conversation in #bravo (https://gist.github.com/edunham/6856310)


< simpson>| * Some state changes are still poll-driven instead of event-driven, which leads to racy or unexpected behavior. For example, it rains when coming onto a springtime server, but just for a second. Why? Good question! There's no single point to work on these, but they should get worked on.