You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TextManager is a total mess (decompiled) and loading the XML files in totally different ways than the other resources (f.e. using HTTP)
Most of the resources is actually unused or there are 3 versions of some Minigolf textures at different places. Let's reduce to an absolute minimum. Assets from other games can be still found via the legacy branch if required.
The text was updated successfully, but these errors were encountered:
PhilippvK
changed the title
Resources/Assets: Clean up and load in da consistent way
Resources/Assets: Clean up and load in a consistent way
Jan 26, 2021
I did some clean up for TextManager resource loading in #125 (removing dead code to load .loc files, removing code duplication, simplifying the logic to load files) and further simplified the logic in d01af74 so a lot of the work is done.
There's still some more improvements to do here like removing the custom XML parsing logic and using Java standard library APIs instead.
Two things bother me a bit:
The text was updated successfully, but these errors were encountered: