Major reworking of how addon packs work.
Addon packs now provide additional files instead of overriding UIO. They must provide .rmp files to do the necessary overrides. The addons directory has also been moved outside of packages/ and into content/ directly. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2869 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Changes towards version 0.7:
|
||||
- Major change in resource index scheme.
|
||||
- .lst replaced (mapping to IDs instead of to files)
|
||||
- .rmp files give the mapping from IDs to files.
|
||||
- Addons provide additional files instead of overriding UIO
|
||||
- Addons must provide .rmp files to do the necessary overrides.
|
||||
- Removed unnecessary _ALIGNED_ON macro usage - SvdB
|
||||
- The current directory is now among the locations searched for the content
|
||||
when no explicit location has been specified. (bug fix) - from Nic
|
||||
|
||||
Reference in New Issue
Block a user