]> icculus.org git repositories - btb/d2x.git/blob - NEWS
Enable OpenGL fonts\!
[btb/d2x.git] / NEWS
1 --- Version 0.1.2 ---
2 Menus now work in OpenGL!
3 Automap works in OpenGL!
4 Fonts work in OpenGL!
5 You can now use the -tmap option to select between the different
6 texture mapping routines (c, fp, i386, pent, ppro) at runtime.
7 Please bear with me while the source undergoes some rather ugly
8 reorganization to fit more closely to the layout of d1x. This makes
9 synchronization with d1x far, far easier.
10
11 --- Version 0.1.1 ---
12 Assembly under mingw32 now works.
13 Invulnerable robots bug fixed!
14 Build process much faster.
15 network support now compiles on mingw, dunno if it works...
16
17 --- Version 0.1.0 ---
18 Builds with SDL/OpenGL, even on Windows (MingW32)
19 Lots of minor changes and cleanups of the build system.
20
21 --- Version 0.0.9 ---
22 Improved automake setup, 'make dist' and VPATH builds now work.
23 svgalib, ggi support (alpha)
24 Merged in joystick support from Michael.Wagener@materna.de
25 Added -grabmouse option to keep the mouse from wandering away in
26 windowed SDL.  Pressing pause ungrabs it.
27
28 --- Version 0.0.8 ---
29 Added -nocdrom option, fixed cdrom code.
30 Made various error messages more helpful.
31 Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone.
32 Kludge to allow the game to work with v1.0 datafiles.
33 Workaround for odd gcc bug (possible).
34 Fixed mission and demo loading.
35 Fixed nonetwork build.
36 Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out)
37
38 --- Version 0.0.7 ---
39 Added beginnings of console. (main/console.c main/cmd.c)
40 Added -debug command line option to show debug information.
41 Fixed -nosound option.
42 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
43 Removed dos linefeeds from the source files
44 Fixed palette problems with flat shaded polygons.
45
46 Issues currently under investigation:
47 * Weird crash reported by Robert Linden - as yet unreproducable
48
49 --- Version 0.0.6 ---
50 Initial ChangeLog entry
51 No change from v0.0.5 except Makefile/config system cleanup.