Go to file
Kp 20a0166cf4 Avoid double-scaling sounds at start time
The SDL_mixer library has already been instructed, via Mix_Volume, to
scale the volume of sounds on all channels, by an amount based on
digi_volume.  There is no need to manipulate the effective distance of a
particular sound to further scale it by digi_volume.  Even if this
second scale was needed, it was done incorrectly, because it was only
applied when the sound was started, but not re-applied when the sound's
volume was updated due to positional changes.  As a result, any sound
which was updated would switch to an unscaled version.  Sounds which
were never updated, such as those attached to the viewer object, would
retain their original scaled volume.

Update the implementation of digi_mixer_set_channel_volume to call
Mix_SetDistance in the same way as digi_mixer_start_sound, for
readability and consistency.
2021-06-28 03:37:51 +00:00
.github/ISSUE_TEMPLATE Update issue template OS version lists 2020-09-11 03:08:03 +00:00
common Use enum class for sound angle parameter 2021-06-28 03:37:51 +00:00
contrib Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
d1x-rebirth Add App Category entries to the plists. 2021-04-30 14:43:15 -06:00
d2x-rebirth Unload robot movies on exit 2021-06-28 03:37:49 +00:00
Documentation Use C++17, not C++14 2020-05-02 21:18:43 +00:00
similar Avoid double-scaling sounds at start time 2021-06-28 03:37:51 +00:00
.gitattributes Instruct git-archive to insert a commit ID in SConstruct 2019-12-29 22:24:20 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Embed dylibs in app bundles 2021-03-26 02:07:06 -07:00
mk-ebuild-snapshot.bash Add convenience options to mk-ebuild-snapshot.bash 2020-05-23 00:31:37 +00:00
README.md Remove references to DXX forum 2020-03-25 02:31:10 +00:00
SConstruct Remove Python2 dict compatibility symbols 2021-06-28 03:37:51 +00:00

                         __________
__________/ DXX-Rebirth /

https://www.dxx-rebirth.com

0. Introduction:

DXX-Rebirth is based on the late D1X and D2X source ports (which, in turn, were based on the original Descent source and LDescent). The Rebirth Team has spent a lot of time working to improve the source code by fixing old bugs and adding some improvements, while always staying true to our philosophy: Keep it Descent!

It is the goal of DXX-Rebirth to keep Descent 1 & 2 alive and well, updating them for modern PCs while also keeping them the same games you remember playing back in 1995!

Now Material Defender...Prepare for Descent!

1. Features:

DXX-Rebirth has every little feature you may remember from the original Descent 1&2 and much more.

For example:

  • Full compatibility with Descent and Descent 2, including all expansions and third-party levels.
  • DXX-Rebirth runs on your favourite Operating System. We officially support Linux (and other *NIXs), Mac OS X and Windows. The source code can also be compiled on many other systems!
  • OpenGL provides fast and smooth rendering - even on low-end systems.
  • Optionally you can enable several effects like Transparency, Colored Lighting, Texture Filtering, FSAA, etc.
  • Thanks to SDL, a wide variety of Joysticks are supported. Also you can use more Joysticks, buttons and axes than you can ever operate in your state of evolution.
  • Joystick, Keyboard and Mouse can be used simultaneously.
  • The games can display all resolutions and aspects supported by your monitor, including an option for VSync.
  • Besides MIDI and CD-Audio (Redbook), you can play your own custom Music from your hard drive or a separate AddOn.
  • Both games can utilize special AddOn packs to replace or expand the original game content.
  • Multiplayer via UDP protocol provides a fast and easy-to-use LAN and Online action. This includes reliable communication causing less glitches due to lost packets.
  • The ingame Demo-recording system has been improved. Demos are less glitchy and smaller while still still being backwards-compatible to earlier versions of the games.
  • Higher game speed will not cause glitches such as unacceptable fast homing projectiles, incredible high damage caused by several collisions or Fusion cannon, etc.
  • Player files, Savegames, Demos and Missions from DOS-Versions of the games can freely be used in DXX-Rebirth and vice versa.
  • Mac Command keys are now working - see F1 Help. Command-Q works much like a normal Mac program
  • Even more ...

2. Installation:

See INSTALL.markdown.

3. Multiplayer:

DXX-Rebirth supports Multiplayer over UDP/IP.Using UDP/IP works over LAN and Internet.

By default, each game communicates over UDP-Port 42424. This can be changed via the menus, command-line argument or .ini files.

Please be aware that if you host a game and players want to join your game online via direct IP connection, your specified game port should be forwarded on your router.

If you host your game on the Online Tracker and other players join via this method, port forwarding should not be necessary.

If you only want to join a game, or host a game on LAN (not online), port forwarding should not be necessary. If you do experience problems, please check your NAT settings and/or Firewall.

See COPYING.txt and GPL-3.txt

5. Contact:

6. Issue Reporting

Use GitHub issues tab report a new issue, be sure to add as much detail as possible in the template provided.