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