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