From 26e44f745c88ae008b5529e5e9acff3751caf40a Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 24 Jan 2001 05:43:16 +0000 Subject: [PATCH] moved old ChangeLog to NEWS --- ChangeLog | 24 ------------------------ NEWS | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index dfab9db83..000000000 --- a/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -Merged in joystick support from Michael.Wagener@materna.de -Mouse grabbed during gameplay in SDL/X11, press pause to ungrab. ---- Version 0.0.8 --- -Added -nocdrom option, fixed cdrom code. -Made various error messages more helpful. -Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone. -Kludge to allow the game to work with v1.0 datafiles. -Workaround for odd gcc bug (possible). -Fixed mission and demo loading. -Fixed nonetwork build. -Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out) ---- Version 0.0.7 --- -Added beginnings of console. (main/console.c main/cmd.c) -Added -debug command line option to show debug information. -Fixed -nosound option. -Changed malloc, calloc, free -> d_malloc, d_calloc and d_free to prevent ugly clashes between the real and the wrapped system calls. Added d_strdup -Removed dos linefeeds from the source files -Fixed palette problems with flat shaded polygons. - -Issues currently under investigation: -* Weird crash reported by Robert Linden - as yet unreproducable ---- Version 0.0.6 --- -Initial ChangeLog entry -No change from v0.0.5 except Makefile/config system cleanup. diff --git a/NEWS b/NEWS index e69de29bb..dfab9db83 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,24 @@ +Merged in joystick support from Michael.Wagener@materna.de +Mouse grabbed during gameplay in SDL/X11, press pause to ungrab. +--- Version 0.0.8 --- +Added -nocdrom option, fixed cdrom code. +Made various error messages more helpful. +Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone. +Kludge to allow the game to work with v1.0 datafiles. +Workaround for odd gcc bug (possible). +Fixed mission and demo loading. +Fixed nonetwork build. +Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out) +--- Version 0.0.7 --- +Added beginnings of console. (main/console.c main/cmd.c) +Added -debug command line option to show debug information. +Fixed -nosound option. +Changed malloc, calloc, free -> d_malloc, d_calloc and d_free to prevent ugly clashes between the real and the wrapped system calls. Added d_strdup +Removed dos linefeeds from the source files +Fixed palette problems with flat shaded polygons. + +Issues currently under investigation: +* Weird crash reported by Robert Linden - as yet unreproducable +--- Version 0.0.6 --- +Initial ChangeLog entry +No change from v0.0.5 except Makefile/config system cleanup.