generated from emilk/eframe_template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace missing textures with a placeholder (#106)
* refactor: load maps even if there are missing textures There will still be toasts for missing textures, but now maps with missing textures will load with placeholder textures instead of refusing to open. * fix: show toasts in reverse order This changes the toasts to show the most recent one at the top so that long strings of errors will show properly. * style: use better error messages for texture loading errors * fix: filter out useless backtrace frames on Windows * feat: replace missing textures in atlas with a placeholder texture * refactor: move placeholder.png into graphics crate * perf: only initialize blank autotile texture when needed * feat: replace missing character graphics with a placeholder texture * feat: replace missing panorama and fog with a placeholder texture
- Loading branch information
Showing
9 changed files
with
318 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.