Skip to content

Commit

Permalink
v1.18.74-ar5
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed Jul 13, 2022
1 parent d0ed3a4 commit 5b4153a
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Download current Windows build

[d2x-xl-1.18.74-ar4.zip](https://github.com/arbruijn/d2x-xl/releases/download/v1.18.74-ar4/d2x-xl-1.18.74-ar4.zip)
[d2x-xl-1.18.74-ar5.zip](https://github.com/arbruijn/d2x-xl/releases/download/v1.18.74-ar5/d2x-xl-1.18.74-ar5.zip)

## Changes

Expand All @@ -23,6 +23,7 @@
- Fire primary in same frame
- GuideBot pathing fixes
- Various AI fixes
- No extra transparency if image quality is low

#### Setup

Expand Down
37 changes: 37 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
2022-07-13 v1.18.74-ar5
- No extra transparency if image quality is low
- Enable SDLMixer (ogg music) by default
- Skip missing files warning if ran before

2022-07-02 v1.18.74-ar4
- Fix network player timeout
- Fix loading vanilla/Rebirth save games
- Fix ase model caching regression

2022-06-17 v1.18.74-ar3
Stability
- Disable OpenMP, network and sound threads
- Fix various out of bounds access
- Fix various unintialized memory access
- Fix memory leak with FindFileFirst
Game play
- Restore bot / powerup collision if Collision model set to standard
- Restore GuideBot flare fire behaviour
- Fix level 12 boss not spewing on energy hits
- Fire primary in same frame
- GuideBot pathing fixes
- Various AI fixes
Setup
- Run without d2x-xl files
- Set default brightness to standard
- Use energy spark texture if effect bitmap missing
Build/platform
- Fix cmake build
- Fix Windows build with cmake/autotools/gcc
- Fix build with newer gcc versions
- Use unpatched SDL on Windows
- Fix midi on Win64
- Fix Fx volume on Linux
- Fix warnings
- Disable structure packing except for network structs
- Print warnings/errors to console on Linux
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define([D2X_MAJOR],1)
define([D2X_MINOR],18)
define([D2X_MICRO],74)
define([D2X_VARIANT],ar4)
define([D2X_VARIANT],ar5)

AC_INIT(d2x-xl,[D2X_MAJOR.D2X_MINOR.D2X_MICRO-D2X_VARIANT],[[email protected]])
AC_PREREQ(2.52)
Expand Down
4 changes: 2 additions & 2 deletions include/vers_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//#ifndef HAVE_CONFIG_H
# ifndef VERSION
# define VERSION "1.18.74-ar4"
# define VERSION "1.18.74-ar5"
# endif
//#endif

Expand All @@ -19,7 +19,7 @@
# define D2X_MICRO 74
#endif
#ifndef D2X_VARIANT
# define D2X_VARIANT "ar4"
# define D2X_VARIANT "ar5"
#endif

#define VERSION_TYPE "Full Version"
Expand Down

0 comments on commit 5b4153a

Please sign in to comment.