-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename PunPun to Log and refactor SaveSystem & TileSystem #1229
Rename PunPun to Log and refactor SaveSystem & TileSystem #1229
Conversation
@joaoburatto this pr needs some conflicts resolved. |
ce1d75a
to
e09fc13
Compare
@joaoburatto some tests are failing |
e09fc13
to
2183508
Compare
I clicked on Boot up in the top left. Started the game, hit ready, started the round, and I am presented with no tiles. It looks like they failed to load. I have two errors and three potentially relevant warnings.
Those warnings may be referring to the tile system? Not sure. |
c727f93
to
83eda1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes yet, but a few question to answer for clarity. Also issue with building but not due to this PR, should be fixed ASAP before anything else is merged.
5c9b2e5
to
4b6facd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client's build menu is broken, fix before we can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working as expected
Summary
This PR refactors the SaveSystem and TileSystem to be more error-safe with logs to what is going on. This aims to enable future work on Tilemaps. Also renames the Punpun class to Log to be clearer. Changes where the tile stuff is saved to ensure consistency.
Nothing changed runtime, but the code behind it has. You can test this by seeing if the tile system is loading and saving correctly after the adjustments.