Hyphen-ated / RebirthItemTracker

Uses the log.txt file to track item pickups in Binding of Isaac: Rebirth.
BSD 2-Clause "Simplified" License
121 stars 26 forks source link

Fix reflow issue. #94

Closed viroulep closed 8 years ago

viroulep commented 8 years ago

When you don't change the state but stop displaying specific items such as health ups, the tracker would reflow constantly. We now check for state modification, and force a state update when changing the tournament mode. Thanks Fisshy ;)

viroulep commented 8 years ago

I just updated the PR to fix the missing reset of the "item_position_index", it could cause a crash in a very specific situation : if you start the tracer normally with a few items, switch to "watch someone" mode selecting someone having an invalid state, the tracker will be emptied with an error message, but you can still "click" over one of the previous item and crash the tracker.