]> icculus.org git repositories - btb/d2x.git/blob - NEWS
junk removal
[btb/d2x.git] / NEWS
1 Merged in joystick support from Michael.Wagener@materna.de
2 Mouse grabbed during gameplay in SDL/X11, press pause to ungrab.
3 --- Version 0.0.8 ---
4 Added -nocdrom option, fixed cdrom code.
5 Made various error messages more helpful.
6 Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone.
7 Kludge to allow the game to work with v1.0 datafiles.
8 Workaround for odd gcc bug (possible).
9 Fixed mission and demo loading.
10 Fixed nonetwork build.
11 Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out)
12 --- Version 0.0.7 ---
13 Added beginnings of console. (main/console.c main/cmd.c)
14 Added -debug command line option to show debug information.
15 Fixed -nosound option.
16 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
17 Removed dos linefeeds from the source files
18 Fixed palette problems with flat shaded polygons.
19
20 Issues currently under investigation:
21 * Weird crash reported by Robert Linden - as yet unreproducable
22 --- Version 0.0.6 ---
23 Initial ChangeLog entry
24 No change from v0.0.5 except Makefile/config system cleanup.