Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.2 #6834

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from
Draft

1.5.2 #6834

Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f2bfa81
Debug: Convert DiabloMsg to EventPlrMsg
kphoenix137 Sep 18, 2023
6237500
Debug: Improved iteminfo command (#6623)
kphoenix137 Sep 18, 2023
a0e53ca
Don't validate creation flags on gold
StephenCWills Sep 3, 2023
1700ab9
Indicate network validation success or failure in iteminfo
StephenCWills Sep 18, 2023
42a842d
Fix edge cases for packing empty items
StephenCWills Sep 20, 2023
186a6c1
nxdk: Build in optimized mode
glebm Nov 1, 2023
e42fab0
Fix Item Validation (#6723)
kphoenix137 Oct 19, 2023
d5e5fde
`Displacement#distance`: Use a naive hypot impl
glebm Nov 1, 2023
02790d8
Restore packed item state when regenerating an item using heroitem data
StephenCWills Sep 4, 2023
030a31f
Remove invalid items after loading heroitem data
StephenCWills Sep 5, 2023
50afd43
Validation: Validate Item Drop Packets
kphoenix137 Oct 1, 2023
5c3229f
Switch to 22.04
glebm Aug 19, 2023
58414e8
Revert to old clamp() compat version
AJenbo Nov 20, 2023
b4a378c
Add 1.5.2 release to metainfo (#6862)
tsunamistate Dec 16, 2023
710386a
Fix item label height for CJK
glebm Jan 11, 2024
813c7f3
Slightly improve CJK infobox rendering
glebm Jan 11, 2024
f6c5e9d
clang-format: single-line functions and if guards
glebm Nov 3, 2023
e1f05fd
Load stash data based on gbIsHellfire, not gbIsHellfireSaveGame
StephenCWills Sep 5, 2023
ed490c7
DiabloUI: Fix Japanese text clipping
glebm Jan 27, 2024
4f0943f
Upgrade SDL to 2.30.0
AJenbo Feb 1, 2024
ab816be
Lock Switch build image to known good version
AJenbo Feb 2, 2024
c70c983
Remove byte order logic from half-transparency lookups
StephenCWills Dec 19, 2023
8529b23
Upgrade vcpkg commit
tsunamistate Dec 3, 2023
a21fa04
Update 1.5.2 info in devilutionx.metainfo.xml
AJenbo Feb 4, 2024
6e0b592
Bump version to 1.5.2
AJenbo Feb 4, 2024
7812d0a
Update Packaging/nix/devilutionx.metainfo.xml
AJenbo Feb 5, 2024
eecb727
Statically link libsoidum Linux_x86_64.yml (#6938)
AJenbo Feb 5, 2024
7ea7124
Statically link BZIP2 on Linux releases to address issue with Fedora …
AJenbo Feb 5, 2024
a6f9a6a
Remove offending line
tsunamistate Feb 7, 2024
2471500
Clear Panel so lines don't repeat
Trihedraf Apr 7, 2024
25dc50d
fix hp validation
kphoenix137 Apr 6, 2024
b8b6dff
Apply Hellfire spellbook validation to PItem packet handling
StephenCWills Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions Packaging/nix/devilutionx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@
</screenshot>
</screenshots>
<releases>
<release version="1.5.2" date="2023-12-17">
<release version="1.5.2" date="2024-02-04">
<description>
<p>This release includes the following updates:</p>
<ul>
<li>Multiplayer crash fixes</li>
<li>Improved packet validation for items</li>
<li>Fix issues join games due to invalid player data</li>
AJenbo marked this conversation as resolved.
Show resolved Hide resolved
<li>Improve rendering of Chinese/Japanese/Korean texts</li>
<li>Fix Hellfire items not saving their identified state</li>
<li>Fix stash corrupting when converting a hero between Diablo and Hellfire</li>
<li>Release is now built on Ubuntu 22.04.<br>Warning: This may cause DevilutionX to fail launch on systems with older <b>glibc</b> versions!</li>
</ul>
<p>Please visit the full changelog for more detailed notes</p>
Expand Down