]> icculus.org git repositories - btb/d2x.git/blob - NEWS
Finished moving stuff to arch/blah. I know, it's ugly, but It'll be easier to sync...
[btb/d2x.git] / NEWS
1 --- Version 0.1.1 ---
2 Assembly under mingw32 now works.
3 Invulnerable robots bug fixed!
4 Build process much faster.
5 network support now compiles on mingw, dunno if it works...
6
7 --- Version 0.1.0 ---
8 Builds with SDL/OpenGL, even on Windows (MingW32)
9 Lots of minor changes and cleanups of the build system.
10
11 --- Version 0.0.9 ---
12 Improved automake setup, 'make dist' and VPATH builds now work.
13 svgalib, ggi support (alpha)
14 Merged in joystick support from Michael.Wagener@materna.de
15 Added -grabmouse option to keep the mouse from wandering away in
16 windowed SDL.  Pressing pause ungrabs it.
17
18 --- Version 0.0.8 ---
19 Added -nocdrom option, fixed cdrom code.
20 Made various error messages more helpful.
21 Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone.
22 Kludge to allow the game to work with v1.0 datafiles.
23 Workaround for odd gcc bug (possible).
24 Fixed mission and demo loading.
25 Fixed nonetwork build.
26 Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out)
27
28 --- Version 0.0.7 ---
29 Added beginnings of console. (main/console.c main/cmd.c)
30 Added -debug command line option to show debug information.
31 Fixed -nosound option.
32 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
33 Removed dos linefeeds from the source files
34 Fixed palette problems with flat shaded polygons.
35
36 Issues currently under investigation:
37 * Weird crash reported by Robert Linden - as yet unreproducable
38
39 --- Version 0.0.6 ---
40 Initial ChangeLog entry
41 No change from v0.0.5 except Makefile/config system cleanup.