Releases: carbonengine/resources
v4.0.0
What's Changed
- Add latest changes from the carbon template by @ccptoebeans in #15
- Rework status update message system & add test coverage for status updates by @CCPCookies in #17
New Contributors
- @ccptoebeans made their first contribution in #15
Full Changelog: v3.2.0...v4.0.0
v3.2.0
What's Changed
- Add ability to export resources when creating resource group from dir by @CCPCookies in #12
Full Changelog: v3.1.2...v3.2.0
v3.1.2
Update install location to share/carbon-resources
What's Changed
- Change install location and name to carbon-resources by @ccp-chargeback in #11
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Upgrade vcpkg port versions by @ccp-chargeback in #10
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Set runtime to MT rather than MD by @CCPCookies in #8
- Skip compression option by @CCPCookies in #9
Skip Compression Change
Compression calculations have been changed from mandatory to optional defaulting to on.
Skipping these calculations significantly speeds up processing time for all steps requiring ResourceGroup generation.
Some intermediate steps that create ResourceGroups don't require compression calculations, so in this case they can be switched off.
Runtime switched to MT
This is a requirement from another CCP team which ingests this library
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- Set CMake min version to 3.30.1 by @ccp-chargeback in #6
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Lower min cmake version to 3.30 by @ccp-chargeback in #5
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Cleanup use of eve perforce branch by @ccp-chargeback in #3
- Use public vcpkg registry by @ccp-chargeback in #4
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Rename carbon-resoruces to resources by @ccp-chargeback in #1
- Apply .clang-format to all files in repo by @ccp-chargeback in #2
Prepare resources (formerly carbon-resources) for open source.
Done as part of PLAT-9856 work.
New Contributors
- @ccp-chargeback made their first contribution in #1
Full Changelog: v2.1.0...v3.0.0
v2.1.0
Minor changes:
Add three new operations
- merge ResourceGroups
- Remove files from a group
- Diff groups
All new operations include:
- Core functionality exposed to public CLI.
- CLI exposure including CLI documentation.
- Tests covering functionality.
- Documentation for lib
Patch changes:
- Change line endings of .clang-format file
Full Changelog: v2.0.0...v2.1.0