]> icculus.org git repositories - btb/d2x.git/blob - NEWS
formatting
[btb/d2x.git] / NEWS
1 --- Version 0.1.4 ---
2 - mve support :-)
3 - Lots of portability fixes
4 - OS X support!
5 - Other bigendian linux/unix support.
6 - Shareware data files support!
7 - Descent 1 level support! thanks to Martin Schaffner <maschaffner@gmx.ch>
8
9 --- Version 0.1.3 ---
10 - deb and rpm support added
11 - Added hotkeys to toggle fullscreen mode (same as d1x)
12 - joystick (via SDL) works
13 - fixed bug preventing some high-res modes in SDL
14 - disabled cockpit in ogl modes (causes crashes)
15 - automap resolution selectable with -automap<X>x<Y> or -automap_gameres
16
17 --- Version 0.1.2 ---
18 - SDL uses mouse wheel to emulate 3rd axis.
19 - Player files created with descent 2 should now work with d2x.
20 - Savegame thumbnails work in OpenGL
21 - Menus now work in OpenGL!
22 - Automap works in OpenGL!
23 - Fonts work in OpenGL!
24 - You can now use the -tmap option to select between the different
25   texture mapping routines (c, fp, i386, pent, ppro) at runtime.
26 - Please bear with me while the source undergoes some rather ugly
27   reorganization to fit more closely to the layout of d1x. This makes
28   synchronization with d1x far, far easier.
29 - Fixed assembly bug causing crash on game start.  Thanks to Craig
30   Hadady <chadady@iglou.com>
31 - Applied chdir patch from Falk Hueffner
32   <falk.hueffner@student.uni-tuebingen.de>, and added code to load
33   hogfiles from a central location, so it now doesn't matter what dir
34   you start d2x from.
35 - Enabled option for RELEASE build
36 - ggi builds again (still broken, though)
37
38 --- Version 0.1.1 ---
39 Assembly under mingw32 now works.
40 Invulnerable robots bug fixed!
41 Build process much faster.
42 network support now compiles on mingw, dunno if it works...
43
44 --- Version 0.1.0 ---
45 Builds with SDL/OpenGL, even on Windows (MingW32)
46 Lots of minor changes and cleanups of the build system.
47
48 --- Version 0.0.9 ---
49 Improved automake setup, 'make dist' and VPATH builds now work.
50 svgalib, ggi support (alpha)
51 Merged in joystick support from Michael.Wagener@materna.de
52 Added -grabmouse option to keep the mouse from wandering away in
53 windowed SDL.  Pressing pause ungrabs it.
54
55 --- Version 0.0.8 ---
56 Added -nocdrom option, fixed cdrom code.
57 Made various error messages more helpful.
58 Big code cleanup - removed lots and lots of warnings. Still plenty left, but most are gone.
59 Kludge to allow the game to work with v1.0 datafiles.
60 Workaround for odd gcc bug (possible).
61 Fixed mission and demo loading.
62 Fixed nonetwork build.
63 Removed libtool dependancy. (Thanks to Falk Hueffner for pointing this out)
64
65 --- Version 0.0.7 ---
66 Added beginnings of console. (main/console.c main/cmd.c)
67 Added -debug command line option to show debug information.
68 Fixed -nosound option.
69 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
70 Removed dos linefeeds from the source files
71 Fixed palette problems with flat shaded polygons.
72
73 Issues currently under investigation:
74 * Weird crash reported by Robert Linden - as yet unreproducable
75
76 --- Version 0.0.6 ---
77 Initial ChangeLog entry
78 No change from v0.0.5 except Makefile/config system cleanup.