Separated RESOURCEs from the resources they specify

in ship and comm structures.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2899 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-01-08 09:43:44 +00:00
parent fc18e36c64
commit 40839c88ec
63 changed files with 896 additions and 709 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Split out RESOURCEs from the loaded data in RACE_DESC and LOCDATA
structures - Michael
- Normalized all loaded resources to be flat MEM_HANDLEs - Michael
- Prevent overflow for planet weight when scanning a planet (bug #1025)
- from Benjamin Alan Weaver