diff options
author | Simon Howard | 2005-09-22 13:23:58 +0000 |
---|---|---|
committer | Simon Howard | 2005-09-22 13:23:58 +0000 |
commit | 450b69a394138ab86a67669f6f8f6f70d68e6850 (patch) | |
tree | bad288ef54aaff222b2a944320e0eb771306a700 | |
parent | d3c020f01ccbec3e69534118d24e2bfd6a4293df (diff) | |
download | chocolate-doom-450b69a394138ab86a67669f6f8f6f70d68e6850.tar.gz chocolate-doom-450b69a394138ab86a67669f6f8f6f70d68e6850.tar.bz2 chocolate-doom-450b69a394138ab86a67669f6f8f6f70d68e6850.zip |
Update ChangeLog
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 123
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +Thu Sep 22 13:22:49 2005 fraggle + + Update NEWS + +Thu Sep 22 13:20:49 2005 fraggle + + Update bugs/todo lists + +Thu Sep 22 13:13:47 2005 fraggle + + Remove external statistics driver support (-statcopy): + nonfunctional on modern systems and never used. + Fix for systems where sizeof(int) != sizeof(void *) + +Thu Sep 22 12:58:46 2005 fraggle + + Use a new PU_FREE tag to mark free blocks, rather than the 'user' field + (avoids using magic numbers to mark allocated blocks with no user) + +Tue Sep 20 21:20:16 2005 fraggle + + Generate chocolate-doom-res.rc with version and product info + +Tue Sep 20 20:55:31 2005 fraggle + + Conditionally build the resource file, dependent on whether windres exists + +Tue Sep 20 20:13:55 2005 fraggle + + Update to do list + +Tue Sep 20 20:13:14 2005 fraggle + + Include icon in exe, rather than the default icon. Thanks to Joe Kennedy + for drawing this icon. + Sat Sep 17 21:17:45 2005 fraggle 0.0.3 |