diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8a9d06da7..68106e224 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,68 +1,29 @@ RELEASE NOTES ============= -What's new in 0.57.3 +What's new in 0.58.0 -------------------- -* Added extension-support for FLAC files to play via SDL_mixer -* Vastly reduced delay during Multiplayer matches -* Fixed double collision result when weapon collides with a wall -* Fixed powerups getting lost in a long Multiplayer match -* Fixed incorrect collision-detection when dealing with very large walls -* Fixed briefing support for Destination Saturn and Shareware -* Fixed possible issues when restoring Coop Savestates -* Fixed randomness for smart blobs when picking targets in Multipalyer -* Made homing projectiles a *bit* easier to dodge -* Added possibility to disable weapon autoselection while firing -* Added ability to manually cycle through whole weapon list, no matter if weapon is auto-selectable or not -* Many other Bugfixes and code improvements - -What's new in 0.57.2 --------------------- -* More Bugfixes - - -What's new in 0.57.1 --------------------- -* Several Bugfixes - - -What's new in 0.57 ------------------- -* OpenGL ES Support by Florian Feucht and Oliver Haag -* Anisotropic texture filtering -* Improved transparency effects -* Colored Lighting effects -* A wide collection of Reticles is selectable including settings for Reticle size, color and transparency -* Expanded Sensitivity and Deadzone settings for Mouse and Joystick -* New optional control type for Mouse - FlightSim. Provides Mouse movement with an absolute center similar to Joystick-like control -* Improved weapon cycling/selection options (for Mouse mostly) -* Many improvements for the ingame menus such as scrolling via Mouse wheel, closing menus via right Mouse button, key repeats, Numlock support and more -* Support for keyboard layout-specific keys for game controls -* Find and join online games via Tracker server created and hosted by Matt "1360" Vandermeulen -* D1X-Rebirth now supports Descent 2 Multiplayer features such as fixed Play Time, Kill goal, Bright Palyers and Invulnerability when respawning -* Option to disable Friendly Fire in Multiplayer Team games -* Bounty game mode for Multiplayer by Matt "1360" Vandermeulen. Goal is it to kill the targeted player to score and become the new target -* Possibility to save and restore Cooperative games -* The game will automatically remember previously set Multiplayer rules -* M3U Playlist support for the Jukebox -* Random playback mode for the Jukebox -* Slightly improved wall collision handling -* Expanded possibilities for level authors: Support for custom descent2.ham inside missions (D2X-Rebirth). Support for Levels with up to 9000 segments (cubes). Support for Textures bigger than 64x64 pixels -* To prevent type-kills the game HUD will show "TYPING" below a player when a chat message is composed -* Free flight controls for the Automap -* Many Bugfixes and further improvements. Check CHANGELOG.txt for a full list of changes +* Several fixes and improvements for Multiplayer - especially Coop savestates +* Sensitivity/Ramping sliders for keyboard input +* More efficient postional data for Multiplayer, making ship positions more accurate and require less traffic (Thanks to v66r) +* New file extension for AddOns (.dxa) +* Key combination ALT+ENTER will not work ingame anymore to not interrupt player input +* Command-line option to disable mouse cursor without disabling the mouse altogether +* Support for Raspberry Pi by derhass +* HUD style "no HUD" +* Fixes for lighting code which wasn't updating correctly all the time +* Improvement for transparency effects that won't make certain sprites disappear in front of bright surfaces +* Support for hmp tempo setting (Thanks to Yarn) +* Improvements and fixes for Shareware/Demo data +* Improvements for firing mechanism, keeping fire rate accurate at all FPS +* More fixes and improvements (see CHANGELOG.txt) Special notes for this release ------------------------------ -* HMP files are now converted to MIDI on the fly. The game will not create MIDI files in the "music" subdirectory anymore. So if you have no need for this directory and it's contents, feel free to delete it. -* Due to changes in handling of weapon cycling with the Mouse you might need to reconfigure these mappings -* Compiling the source via SCons will now automatically check for Endianess -* Available SConstruct options have changed! See 'scons -h' for more information. -* On *NIX (Linux, BSD, etc.) the game binary will be called 'd1/2x-rebirth' and on Windows the executable is called 'd1/2x-rebirth.exe'. No -gl or -sdl suffixes anymore. If needed, correct your Desktop shortcuts, start scripts, etc. -* The Tracker server is brand new and might still have a bug or two. If you encounter a bug, let us know so we can properly fix it. Most can be fixed without a modification on the game itself. +* AddOns now use filename extension ".dxa". Your old AddOns will not work anymore. You can either re-download them or simply rename them from *.zip to *.dxa. Known issues ------------ -* On Windows the mouse is not correctly released if using ALT+TAB to minimize the game. This is not a bug in the program but rather the SDL library. It can be worked around by pausing the game and using ALT+ENTER to get the game to windowed mode. The mosue should not be stuck then anymore +* On Windows the mouse is not correctly released if using ALT+TAB to minimize the game. This is not a bug in the program but rather the SDL library. It can be worked around by pausing the game and using ALT+ENTER to get the game to windowed mode. The mosue should not be stuck then anymore.