CleverRaven/Cataclysm-DDA

Message order is not always correct

Open

#7.533 geöffnet am 4. Mai 2014

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.991 Forks)batch import
(P5 - Long-term)(S2 - Confirmed)<Bug>Help WantedInfo / User Interface

Repository-Metriken

Stars
 (9.264 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 5h) (292 gemergte PRs in 30 T)

Beschreibung

Sometimes, the order the messages come in is wrong.

Real example after drinking 1 mutagen: “You gain a mutation called Herbivore! You gain a mutation called Leg Tentacles! You gain a mutation called Poison Resistant! Oops. You've must blacked out for a minute or so. You drink your mutagen. You wake up.” This is from the broad sidebar, so this means: normally, new messages appear at the bottom. But this log looks a bit messed up. According to the log, you get the mutations before you drinke the mutagen, and you drink it while you are passed out … lol

It seems to me the message order gets wrong always if multiple messages go into the log at the same time, I am not sure exatly.

Oh, and I know C:DDA has this bug for a very long time already. Still in master.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor Guide