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