-
Notifications
You must be signed in to change notification settings - Fork 48
WIP mod support #1313
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
Open
Vagabond
wants to merge
40
commits into
master
Choose a base branch
from
adt/mod-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP mod support #1313
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
54484e6
Import vendored zip library for mod loading
Vagabond 9677023
WIP
Vagabond d4928ea
Enumerate zip files in mod directories and their contents
Vagabond 21127f2
Get background overrides working and make progress on sprites
Vagabond fb7cb59
Support loading sprites from mods
Vagabond afa945b
Support music mods
Vagabond ae15300
Support multiple music remixes co-existing
Vagabond 6356348
Allow selection of the music source (originals/remixes/both)
Vagabond 215695b
Support parsing bk/af animdata.ini and fighter header.ini from mods
Vagabond ecc61b3
Fix minizip build on Windows
Nopey 775498b
Fix clang-tidy issue and a leak
Vagabond 0dc42c6
Try to fix another clang-tidy issue in miniz
Vagabond 77b8ebd
Handle "common" sprite loads and fix some naming to match wiki
Vagabond 2c80b9a
Add fallback "common" loads for AF/BK animdata
Vagabond b8dbd2d
Switch to filename, not id lookups, fix sprite load bug
Vagabond 173d42b
Remove unused var
Vagabond d91ef7f
Cleanup some leaks
Vagabond 0846c04
Try to fix #1317
katajakasa dd43f7e
Improvements to mod loading
Vagabond a04d4cf
Sort mods by load order and dedup by version
Vagabond ddc5fc3
WIP on tournament support
Vagabond 255de71
Fixes and clang-tidy issues
Vagabond f6e07d7
More tidy
Vagabond 4360f52
Fix another leak
Vagabond 3c31c48
Switch to omf_strncasecmp
Vagabond bea820e
Switch to omf_strcasecmp
Vagabond 3420969
Constrain pilot photo select to PLAYERS.PIC
Vagabond cbffbf8
Support replacing PLAYER.pic portraits via mods
Vagabond 64636ec
Allow larger sd_sprites by making len field u32
Vagabond a98e5c3
Support portrait width/height in ini files, load HAR palettes
Vagabond 239b567
Allow for integer multiple sizes of assets (2x 4x etc) and pick best
Vagabond 2ab7473
Better resolution rounding
Vagabond 398968e
Fix the leaks
Vagabond 5544ae6
fmt
Vagabond abd999f
Death to strcmp, all hail str_equal_c
Vagabond 892b460
Tidy
Vagabond 89b6e6e
Reorg headers, tidy and fmt
Vagabond 5439c51
Prevent most mod assets loading during netplay
Vagabond 45cb6a9
Some review comments
Vagabond 5c31ddb
More review comments
Vagabond File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
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.
str_free(fn)