moved old ChangeLog to NEWS

This commit is contained in:
Bradley Bell 2001-01-24 05:43:16 +00:00
parent 04432f4cb8
commit 26e44f745c
2 changed files with 24 additions and 24 deletions

View file

@ -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.

24
NEWS
View file

@ -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.