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