Resource loader now descriptor-based, not filestream-based.

This will allow for non-file resources, and eventual merging of
configuration and other data into the resource system.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2970 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-05-14 03:15:29 +00:00
parent ffd50ee6fd
commit 2ddc969faf
8 changed files with 78 additions and 36 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- ResourceLoadFun is now descriptor-based, not stream-based - Michael
- Removed RES_TYPE enum, folded into ResourceDesc - Michael
- Split STRTAB into STRTAB (strings) and BINTAB (color/xlat tables) - Michael
- Removed internal references to defunct resource types - Michael