Cuyler36 / ACSE

A Save Editor for the Animal Crossing main series games written in C#
MIT License
197 stars 34 forks source link

Add Item and Villager Selection Dialogs #65

Closed JDrocks450 closed 4 years ago

JDrocks450 commented 4 years ago

Adds more user-friendly interaction by allowing users to select items by category sorting and name searching. Performance is kept in mind: searches and category population are done on background threads with a loading bar that follows the style of the program. Replaces the current villager selection with an improved dialog that visually shows users what each villager looks like and allows them to search for a villager by name.