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

Update CHANGELOG.md #6531

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Translations

- Update Simplified Chinese translation
- Update French translation
- Update German translation
- Update Greek translation
- Update Japanese translation
- Update Korean translation
- Update Portuguese translation
- Update Spanish translation
- Update Swedish translation
- Update Ukrainian translation

#### Platforms
Expand All @@ -35,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Validate properties when reloading items
- Demomode: Improve replay stability
- Update [Discord link](https://discord.gg/devilutionx)
- Display save game confirmation
- Reduce ram usage

### Bugfixes
Expand All @@ -43,40 +47,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Being able to enter Lazarus' chamber before opening the portal
- Book requirements not updating
- Some monsters not walking
- Missiles not traveleing the full distance at some angles
- Diablo: Incorrect level 4 layout when Magic Banner quest is active
- Halls of the Blind not being completed by picking up the amulet
- Shareware: Bucklers not dropping
- Player animation stuttering

#### Multiplayer
- Potions droped by Divine shrine not being synced

#### Platforms

- Linux: Add sdl-image dependency for deb package
- Linux: Include discord dependency
- Xbox One: Missing assets

#### Graphics / Audio

- Incorrect cursor rendering
- Incorrect outlines at the right edge of the screen
- NPC speech continuing after starting a new game
- Correct various font rendering issues
- Hide hit indicator when only one player is in game
- Issues with flashing lights
- Floating number still appearing after death
- Missaligned automap

#### Controls

- Inconsistencies with placing items in to the stash
- Gamepad: Being stuck in dialogs
- Gamepad: Unable to use some scrolls directly

#### Stability / Performance / System

- Unable to playback 1.5.0 demo files
- Various crashes

### Bugfixes for original Diablo bugs

#### Gameplay

- Durability overflowing when reloading items
- Teleporting onto an occupied tile
- Right click during dialogs casts spells

#### Graphics / Audio

- Cursor jitter when interacting with the inventory
- Broken lava tiles

#### Controls

- Inconsistencies with placing items in to the inventory

### Bugfixes for original Hellfire bugs

#### Gameplay

- Warping onto a solid tile

## DevilutionX 1.5.0

### Features
Expand Down
Loading