Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
95 stars 18 forks source link

Automatic config version tracking for species.txt #3

Closed Loreinator closed 9 years ago

Loreinator commented 9 years ago

Its time to make the program itself maintain species.txt in an updated state on its own. Saved files like species.txt need to update themselves when they are outdated compared to the newer versions included in future releases.

Loreinator commented 9 years ago

Fixed in v0.3.14, all config managers will track what version they were saved in, but only SpeciesManager will update from the resource defaults if it is out of date.