Recoded the DRAWABLE_DESC datatype so that it no longer relies on

"intentional buffer overflows".


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@942 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-05-03 07:10:12 +00:00
parent 28653646c2
commit 3e17cbdb17
7 changed files with 47 additions and 70 deletions
+3
View File
@@ -1,4 +1,7 @@
Changes towards version 0.3:
- The DRAWABLE_DESC datatype now uses separately allocated arrays for
animation frames instead of doing pointer arithmetic between it and
FRAME_DESCs --McMartin
- Date on the green bar now has floating period between day and
the year like in PC version (bug #307 part 5) -Mika
- AWARE_OF_SAMATRA flag is now written as well as read (closes #113),