Go to file
2008-07-01 11:09:46 +00:00
2d Implemented Console-style game logging system to print graphics, to stdout and gamelog.txt; Added structure to keep values for descent.cfg; Added aspect and Texture Filtering to descent.cfg; Removed mono code - printing important stuff over console; Removed some obsolete or very common defines; Code cleanup and small fixes 2008-04-06 20:23:28 +00:00
3d * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
arch Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
d2x-rebirth.xcodeproj Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
English.lproj Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
iff get it to work for Mac OS 9 2008-04-24 14:27:54 +00:00
include tidy up music keys, ALT-SHIFT-F9 ejects audio CDs 2008-06-15 08:50:05 +00:00
libmve Extended Jukebox capabilities for looping and continous playing and added jukebox_free() which allows calling jukebox_load() being able to load a new directory; Added Jukebox options to sound options menu; Removed loop hack for Windows MIDI playback; SDL_mixer implementation can now be used for Windows build as well 2008-05-01 21:40:34 +00:00
main Do not apply new bump_two_objects() when companion object colliding with controlcen due to inability of companion to find alternatives 2008-06-28 10:52:10 +00:00
maths Implemented Console-style game logging system to print graphics, to stdout and gamelog.txt; Added structure to keep values for descent.cfg; Added aspect and Texture Filtering to descent.cfg; Removed mono code - printing important stuff over console; Removed some obsolete or very common defines; Code cleanup and small fixes 2008-04-06 20:23:28 +00:00
mem Implemented Console-style game logging system to print graphics, to stdout and gamelog.txt; Added structure to keep values for descent.cfg; Added aspect and Texture Filtering to descent.cfg; Removed mono code - printing important stuff over console; Removed some obsolete or very common defines; Code cleanup and small fixes 2008-04-06 20:23:28 +00:00
misc Using Windows code to play HMP files on Windows build; Fixed Jukebox keys in help screen; Allow -noredundancy in Singleplayer; Fixed processing of Console keys if Console is not active; Added Multiplayer hints to README; Made INI wrapping safer and more accurate 2008-06-01 12:53:03 +00:00
rpm * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
texmap Implemented Console-style game logging system to print graphics, to stdout and gamelog.txt; Added structure to keep values for descent.cfg; Added aspect and Texture Filtering to descent.cfg; Removed mono code - printing important stuff over console; Removed some obsolete or very common defines; Code cleanup and small fixes 2008-04-06 20:23:28 +00:00
ui Return unicode characters in key_to_ascii for non-EN keyboard layouts; Fixed sound menu issue if not compiled with SDL_mixer; switched -ip_norelay to -ip_relay since it's not tested enough; Renamed jukebox_free() to jukebox_unload() to stay with naming-convention 2008-05-07 14:02:01 +00:00
utilities * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
CHANGELOG.txt Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
COPYING.txt updated docs 2007-05-03 15:44:52 +00:00
d2x-Info.plist Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
d2x.ini Using Windows code to play HMP files on Windows build; Fixed Jukebox keys in help screen; Allow -noredundancy in Singleplayer; Fixed processing of Console keys if Console is not active; Added Multiplayer hints to README; Made INI wrapping safer and more accurate 2008-06-01 12:53:03 +00:00
D2X.make get it to work for Mac OS 9 2008-04-24 14:27:54 +00:00
d2xgl-Info.plist Increment version number for Mac, ensure Get Info strings copy to bundle, use correct Mac OS X SDKs 2008-07-01 11:09:46 +00:00
INSTALL.txt Updated docs 2008-05-21 14:25:00 +00:00
MVEPlayer-Info.plist * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
README.txt Improved Player relay for Endlevel status; Fixed leaving when UDP hosts leaves; Fixed multi_frame_calling while demos since demos can be Game_mode & GM_MULTI; Re-added lost collision fix between robots and reactor; Made state_defaut_item static so selected state slot stays selected 2008-06-11 21:18:50 +00:00
SConstruct DXX-Rebirth release v0.54 2008-06-28 10:56:33 +00:00

                         __________
__________/ D2X-Rebirth /


http://www.dxx-rebirth.de


0. Introduction

D2X-Rebirth is based on a late D2X-CVS Source, coded and released by Bradley Bell and his team.

I spend much time to improve the Sourcecode, tried to fix bugs in there and added some improvements. It is the goal of DXX-Rebirth to keep these games alive and the result is a very stable version of the Descent ][ port - called D2X-Rebrith.

I hope you enjoy the game as you did when you played it the first time.

If you have something to say about my release, feel free to contact me at zicodxx [at] yahoo [dot] de

- zico 20070407


1. Features

D2X-Rebirth has every little feature you already may know from the DOS Version of Descent ][ and much more.

For example:

    *
      High resolutions with full Cockpit support
    *
      Widescreen options
    *
      Joystick and Mouse support
    *
      Possibility to run AddOn levels
    *
      Network support
    *
      Record and play demos
    *
      OpenGL functions and Eyecandy like Trilinear filtering, Transparency effects etc.
    *
      MP3/OGG/AIF/WAV Jukebox Support
    *
      everything else you know from DESCENT ][
    *
      ... and much more!


2. Installation

See INSTALL.txt.


3. Multiplayer

DXX-Rebirth supports Multiplayer over (obsoleted) IPX and UDP/IP.
Using UDP/IP works over LAN and Internet. Since the Networking code of the Descent Engine is Peer-to-Peer, it is necessary for
all players (Host and Clients) to open port UDP 31017.
Clients can put an offset to this port by using '-ip_baseport OFFSET'.
Hosts can also use option '-ip_relay' to route players with closed ports. Use this with caution. It will increase Lag and Ping drastically.
Also game summary will not refresh correctly for relay-players until Host has escaped the level as well.
UDP/IP also supports IPv6 by compiling the game with the designated flag. Please note IPv4- and IPv6-builds cannot play together.


4. Legal stuff

See COPYING.txt


5. Contact

http://www.dxx-rebirth.de/
zicodxx [at] yahoo [dot] de