changes in readmes, configs, etc and version number changes for 'ZAPHOD' release

This commit is contained in:
zicodxx 2006-04-16 04:53:11 +00:00
parent 7a26d08501
commit 91e7d2fb07
6 changed files with 50 additions and 23 deletions

View file

@ -1,5 +1,25 @@
D2X-Rebirth Changelog
20060416
--------
/main/newmenu.c, /main/gauges.c, /main/gameseg.c, /main/menu.c, /main/gamesave.c, /main/gamerend.c, /include/strutil.h, /main/bm.c, /main/gamepal.c, /main/piggy.c, /misc/strutil.c, /main/object.c, /main/render.c, /main/editor/kfuncs.c, /main/editor/med.c: implementation of current d2x-cvs patches
/main/automap.c: FIX: deleting marker dialog in automap causes major graphical issues in automap
/main/movie.c: more original look of scalable movies
/texmap/tmapppro.S: compile-time bug with ASM
/arch/ogl/ogl.c, /arch/ogl/include/ogl_init.h, /2d/bitblt.c, /main/menu.c, /main/game.c, /main/gamerend.c, /main/gauges.c: scalable cockpits
/main/gamesave.c: FIX: d2x restores window size wrong after restart
/main/gauges.c: FIX: if "you already have 20 concussion missles!" is displayed, lives and score disappeared
/main/gauges.c: better alt-huds, alt-huds in cockpit
/arch/ogl/ogl.c: fixed renderstats option
/main/physics.c: allow asserting objet to none if player is dead - fixes some random crashes
/main/credits.c: new credits code
/main/gauges.c: no use of fading if alt huds and no alt hugs if missile view
/arch/ogl/gr.c: FIX: gamma changes change whole screen
/arch/sdl/gr.c, /arch/ogl/gr.c, /main/inferno.c: added widescreen aspect with command-line option for SDL and OGL build
/main/newmenu.h: possible menu text sring length incrased to 255
/arch/ogl/ogl.c, /include/ogl_init.h, /2d/bitblt.c, /main/movie.c, /main/inferno.c: added mipmap operator to ogl_bitblt_i, added if to MovieShowFrame to switch off movie mipmap if argument -nomoviesmooth given, added command-line option
/arch/ogl/gr.c, /main/menu.c: removed fullok hack for fullscreen changing
20060226
--------
/arch/ogl/include/internal.h fixing "OGL: texture list full"-bug

View file

@ -4,8 +4,8 @@
- - - - ~ ] The D2X Rebirth [ ~ - - - -
- - - - ~ ] [ ~ - - - -
- - - - ~ ] --------- [ ~ - - - -
________// Codename: ___________v0.4
'Razor' //
________// Codename: __________v0.42
'Zaphod' //
0. Introduction
@ -38,14 +38,17 @@ zicothehentaifreak@gmx.de
This Version of D2X has every little feature you already may know from the
DOS/W32 Version of Descent ][ and much more.
For example:
* possibility to run AddOn levels
* Vertigo Series support
* High resoution Fonts and briefing screens
* Full cockpits on all resolutions
* high resolutions
* widescreen options
* joystick and mouse support
* Vertigo Series support
* possibility to run AddOn levels
* network support
* record and play demos
* OpenGL functions like trilinear filtering etc.
* everything else you know from DESCENT ][
* everything else you know from DESCENT
* ... and much more!
@ -243,6 +246,7 @@ Special thanks go to Christopher Taylor of the D2X team. He answered all my
probably bothering mails and helped me to solve some bugs in D2X.
More thanks:
* My girldfriend - for being very patient :)
* KyroMaster for great patches and good program code
* The guys at http://www.unixboard.de for technical assistance
* Maystorm for technical assistance and endless hours of BETA-testing
* Sniper of http://www.descentforum.de for windows BETA-testing

8
configure vendored
View file

@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='d2x'
PACKAGE_TARNAME='d2x'
PACKAGE_VERSION='0.40'
PACKAGE_STRING='d2x 0.40'
PACKAGE_VERSION='0.42'
PACKAGE_STRING='d2x 0.42'
PACKAGE_BUGREPORT='descent-source@warpcore.org'
# Factoring default headers for most tests.
@ -1752,7 +1752,7 @@ fi
# Define the identity of the package.
PACKAGE='d2x'
VERSION='0.40'
VERSION='0.42'
cat >>confdefs.h <<_ACEOF
@ -1893,7 +1893,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
#define D2XMINOR 40
#define D2XMINOR 42
_ACEOF

View file

@ -10,7 +10,8 @@
;-gl_trilinear ;set gl texture filters to trilinear mipmapping
;-gl_anisotropy <f> ;set maximum degree of anisotropy to <f> - possible values: 2,4,8,16
;-gl_reticle <r> ;use OGL reticle 0=never 1=above 320x* 2=always
;-16to9 ;Use widescreen
;-16to9 ;use 16/9 widescreen
;-16to10 ;use 16/10 widescreen;
;-nomoviesmooth ;do not smooth movies
***********
@ -20,8 +21,10 @@
;-NoSound ;Turns off sound & music
;-NoMusic ;Disables music; sound effects remain enabled
;-DisableSound ;Completely disable sound system (also disables movies)
;-nomixer ;Don't crank music volume
;-noredbook ;Disable redbook audio
;-nomixer ;Don't crank music volume
;-noredbook ;Disable redbook audio
;-assumed2disc ;Force redbook audio to follow Descent II CD rules
;-cdloop ;Loop redbook audio instead of playing entire CD
**************
***Settings***

View file

@ -13,7 +13,7 @@
#endif
#define VERSION_TYPE "Full Version"
#define DESCENT_VERSION "D2X-Rebirth v" VERSION " 2006-02-26"
#define DESCENT_VERSION "D2X-Rebirth v" VERSION " 2006-04-16"
#define D2X_IVER (D2XMAJOR*10000+D2XMINOR*100+D2XMICRO)
#endif /* _VERS_ID */

View file

@ -74,14 +74,14 @@ DIST_SOURCES = $(libui_a_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run aclocal-1.9
ACLOCAL = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run aclocal-1.9
AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run tar
AMTAR = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run autoconf
AUTOHEADER = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run autoheader
AUTOMAKE = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run automake-1.9
AUTOCONF = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run autoconf
AUTOHEADER = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run autoheader
AUTOMAKE = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run automake-1.9
AWK = gawk
CC = gcc
CCAS = gcc
@ -124,7 +124,7 @@ MACOSX_TRUE = #
MAINT = #
MAINTAINER_MODE_FALSE =
MAINTAINER_MODE_TRUE = #
MAKEINFO = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/missing --run makeinfo
MAKEINFO = ${SHELL} /media/data/workdir/dxx/devel/current/d2x-rebirth/missing --run makeinfo
MINGW32_FALSE =
MINGW32_TRUE = #
NASM = no
@ -134,9 +134,9 @@ OGL_LIBS = -lGL -lGLU
PACKAGE = d2x
PACKAGE_BUGREPORT = descent-source@warpcore.org
PACKAGE_NAME = d2x
PACKAGE_STRING = d2x 0.40
PACKAGE_STRING = d2x 0.42
PACKAGE_TARNAME = d2x
PACKAGE_VERSION = 0.40
PACKAGE_VERSION = 0.42
PATH_SEPARATOR = :
RANLIB = ranlib
SDL_CFLAGS = -I/usr/include/SDL -D_REENTRANT
@ -165,7 +165,7 @@ USE_OPENGL_FALSE = #
USE_OPENGL_TRUE =
USE_SVGALIB_FALSE =
USE_SVGALIB_TRUE = #
VERSION = 0.40
VERSION = 0.42
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CXX = g++
@ -195,7 +195,7 @@ host_os = linux
host_vendor = suse
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /media/data/workdir/dxx/devel/current/d2x-rebirth_v0.50-src/install-sh
install_sh = /media/data/workdir/dxx/devel/current/d2x-rebirth/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var