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