-
Notifications
You must be signed in to change notification settings - Fork 792
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
Dreamcast Port #7453
base: master
Are you sure you want to change the base?
Dreamcast Port #7453
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd75da9 - Browse repository at this point
Copy the full SHA fd75da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c037e62 - Browse repository at this point
Copy the full SHA c037e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6badf3 - Browse repository at this point
Copy the full SHA c6badf3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5f7e715 - Browse repository at this point
Copy the full SHA 5f7e715View commit details -
to make it easier for users to generate a .cdi with diabdat.mpq
Configuration menu - View commit details
-
Copy full SHA for 6cb0513 - Browse repository at this point
Copy the full SHA 6cb0513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336f046 - Browse repository at this point
Copy the full SHA 336f046View commit details -
Store save files in VMU to test multiplayer mode
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
Configuration menu - View commit details
-
Copy full SHA for cae4e31 - Browse repository at this point
Copy the full SHA cae4e31View commit details -
Reduce multiplayer saving frequency to once per 10 minutes of gameplay
. Replace fs_* calls with regular std::f* calls . Temporarily disable hero items storage
Configuration menu - View commit details
-
Copy full SHA for 5ed9ab4 - Browse repository at this point
Copy the full SHA 5ed9ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf2a17 - Browse repository at this point
Copy the full SHA aaf2a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8124b - Browse repository at this point
Copy the full SHA dc8124bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 733f88a - Browse repository at this point
Copy the full SHA 733f88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6e5c0 - Browse repository at this point
Copy the full SHA fb6e5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1aec8 - Browse repository at this point
Copy the full SHA 7d1aec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e12ccc - Browse repository at this point
Copy the full SHA 2e12cccView commit details -
Remove SDL_stdinc.h patch since the memfuncs.h header is no longer be…
…ing included This reverts commit 8d37150.
Configuration menu - View commit details
-
Copy full SHA for 54276d9 - Browse repository at this point
Copy the full SHA 54276d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819e48b - Browse repository at this point
Copy the full SHA 819e48bView commit details -
The shareware version has worse performance for some reason . Remove seemingly unecessary palette code . Enable DMA driver in SetFullscreenMode for good measure
Configuration menu - View commit details
-
Copy full SHA for 2b60fcc - Browse repository at this point
Copy the full SHA 2b60fccView commit details -
Include data directory in elf artifact
to make it easier for thosre who want to use their own copy of diabdat.mpq instead of spawn.mpq and fonts.mpq
Configuration menu - View commit details
-
Copy full SHA for d11ef3f - Browse repository at this point
Copy the full SHA d11ef3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 679cca5 - Browse repository at this point
Copy the full SHA 679cca5View commit details -
Add GPF SDL port installation code to Dockerfile
I forgot to add them after updating .github/workflows/dreamcast.yml
Configuration menu - View commit details
-
Copy full SHA for dc4e01c - Browse repository at this point
Copy the full SHA dc4e01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c7e30 - Browse repository at this point
Copy the full SHA 72c7e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb3678 - Browse repository at this point
Copy the full SHA 6eb3678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65818af - Browse repository at this point
Copy the full SHA 65818afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbeed9 - Browse repository at this point
Copy the full SHA 7dbeed9View commit details -
Merge pull request #11 from azihassan/fix/ISSUE-10-formatting
[ISSUE-10] Fix formatting
Configuration menu - View commit details
-
Copy full SHA for 0f9e1a4 - Browse repository at this point
Copy the full SHA 0f9e1a4View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f36c72 - Browse repository at this point
Copy the full SHA 5f36c72View commit details -
Merge pull request #12 from azihassan/fix/ISSUE-8-libfmt
[ISSUE-8] libfmt patch
Configuration menu - View commit details
-
Copy full SHA for 3d1495c - Browse repository at this point
Copy the full SHA 3d1495cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb94f5a - Browse repository at this point
Copy the full SHA bb94f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcac99b - Browse repository at this point
Copy the full SHA dcac99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63f914 - Browse repository at this point
Copy the full SHA f63f914View commit details
Commits on Oct 11, 2024
-
Merge pull request #13 from azihassan/fix/ISSUE-2-ramdisk
[ISSUE-2] Remove obsolete RAMdisk code
Configuration menu - View commit details
-
Copy full SHA for aa2f9e2 - Browse repository at this point
Copy the full SHA aa2f9e2View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51ab7b7 - Browse repository at this point
Copy the full SHA 51ab7b7View commit details -
Merge pull request #17 from azihassan/fix/ISSUE-15-unpacked-mpqs
[ISSUE-15] Switch to unpacked MPQs
Configuration menu - View commit details
-
Copy full SHA for 25c05e8 - Browse repository at this point
Copy the full SHA 25c05e8View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df4540b - Browse repository at this point
Copy the full SHA df4540bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8873aa8 - Browse repository at this point
Copy the full SHA 8873aa8View commit details -
Merge pull request #16 from azihassan/fix/ISSUE-14-palette-crash
[ISSUE-14] Crash in palette_update code
Configuration menu - View commit details
-
Copy full SHA for 56aaa4e - Browse repository at this point
Copy the full SHA 56aaa4eView commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e29611e - Browse repository at this point
Copy the full SHA e29611eView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1027d09 - Browse repository at this point
Copy the full SHA 1027d09View commit details -
Merge pull request #18 from azihassan/fix/ISSUE-15-unpacked-mpqs
[ISSUE-15] Switch to unpacked MPQs
Configuration menu - View commit details
-
Copy full SHA for 3d7e734 - Browse repository at this point
Copy the full SHA 3d7e734View commit details