forked from diasurgical/devilutionX
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ISSUE-8] libfmt patch #9
Closed
Closed
Conversation
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
It was failing because mkdcdisc added a trailing period to /cd/fonts/fonts/VERSION making it /cd/fonts/fonts/VERSION. Looks like it's an ISO9660 thing
to make it easier for users to generate a .cdi with diabdat.mpq
because multiplayer mode only stores player data on the VMU, the rest is stored in a std::unordered_map<uint8_t, DLevel> DeltaLevels in memory data structure. I'm hoping that with this approach, player data won't exceed 100 KB
. Replace fs_* calls with regular std::f* calls . Temporarily disable hero items storage
. Restore hero items saving
…ing included This reverts commit 8d37150.
The shareware version has worse performance for some reason . Remove seemingly unecessary palette code . Enable DMA driver in SetFullscreenMode for good measure
to make it easier for thosre who want to use their own copy of diabdat.mpq instead of spawn.mpq and fonts.mpq
I forgot to add them after updating .github/workflows/dreamcast.yml
azihassan
force-pushed
the
fix/ISSUE-8-libfmt-patch
branch
from
October 6, 2024 18:48
d1886a7
to
4a287e7
Compare
Moved to #12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relevant issue: #8