Made the INT32 and BOOLEAN resource types more type-sane.

This has required reworking the way load methods work slightly.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2973 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-05-15 03:15:27 +00:00
parent f183008374
commit 38b00505d5
10 changed files with 119 additions and 70 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- INT32, BOOLEAN, and STRING resource types - Michael
- UNKNOWNRES is now safe to load, and "loads" as its resvalue - Michael
- CODE is now SHIP, and uses an integer descriptor instead of a one-byte
.cod file - Michael