Fold the ResourceHandlers vtable into the ResourceDesc directly.

The vtables themselves are stored in the main resource map under
the "sys." branch instead of in their own side array.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2969 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-05-11 03:29:14 +00:00
parent 245cbce1a0
commit ffd50ee6fd
16 changed files with 87 additions and 140 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- 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
- Revamped resource system to only use .rmp files - Michael