Split STRTAB into two resource types instead of differentiating on suffix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2968 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-05-08 07:30:22 +00:00
parent fa346b9d6d
commit 245cbce1a0
10 changed files with 546 additions and 541 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- 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
- Isolated all constructed resources into cons_res.c - Michael