devilutionX icon indicating copy to clipboard operation
devilutionX copied to clipboard

Diablo build for modern operating systems

Results 455 devilutionX issues
Sort by recently updated
recently updated
newest added

With the changes in this PR, weapon explosions only do the collision check once, in `AddWeaponExplosion()`. I set the `dontDeleteOnCollision` flag to prevent the missile from immediately deleting itself. This...

This PR does the following: - Removes the Automap movement from being hardcoded to the right stick of gamepads from within the `HandleRightStickMotion()` function in `plrctrls.cpp`. The issue here is...

Fixes some of the biggest issues with Monster pathing that are most obvious to the player: - Monsters getting stuck in Cathedral stair trigger tiles - The Butcher getting stuck...

### Feature Type Quality of Life ### Describe Hello, There are people going about public multiplayer servers using slur words in the player names. The current filter function is highly...

enhancement

### Operating System Windows x64 ### DevilutionX version 1.5.4 ### Describe I loaded the attached save generated from 1.09 in DevX 1.5.4. The character was mid fight with Bloodskin Darkbow,...

### Operating System Linux x64 ### DevilutionX version 1.5.4 ### Describe Selecting the spell from the speedbook and then using the spell action to cast it will result in the...

Short and sweet. The first fix prevents the calculation of equipped items from setting the player's life to 0 or lower while in town, to prevent a crash that happens...

### Operating System Windows x64 ### DevilutionX version 1.5.4 ### Describe When standing in hell doorways, monsters don't respect the aggro rules. I'm not sure if this applies to all...

vanilla

### Summary This PR adds custom TRN files for the Barbarian and Bard classes to improve their visual distinctiveness. Previously, these classes used Warrior and Rogue graphics as placeholders, which...

My original PR to add the Lightning Resistance back to Stormshield was made since we had removed the `IPL_INVCURS` item power, leaving space to add the item power that originally...