PlusEMU
PlusEMU copied to clipboard
Couple refactoring examples I would like to share for new people to get started. Its important to note that your changes & PRs stay small so they're easy to merge...
# WIP: Enhanced Figure Validation with Comprehensive Checks development of figure validation: - **Mandatory Items**: If an item is marked as mandatory and is missing, the validation will ensure it's...
When you're sitting on an item and pick it up, that tile is bugged and you can't step on it again unless you reload the room. **To Reproduce** Steps to...
**Describe the bug** Presents the normal furni infostand instead of the ads_background one. **To Reproduce** Steps to reproduce the behavior: 1. Buy any item with the interaction "Background" 2. Type...
The `IStartable` interface should be used to load data, for example from the database. Making this async speeds up the emulator during startup.
The current database query mechanism feels bloated. By using dapper we can simplify querying objects from the database. Dapper is simple enough to replace older queries. https://www.learndapper.com/ Generally there are...