Anders Jenbo
3e61cb8269
🐛 [hellfire] Sparkling Shrine deals a random amount of damage
...
If cast by traps flash would look in memory a bit before the monster
array for what value to use as damage, no one knows what might have been
there waiting so could deal anything form -254 to 254 damage.
Fixes #1500
5 years ago
thebigMuh
f0080a6f36
Fix Search/Rage/Lightningwall ignoring clvl of player 0 ( #1501 )
5 years ago
Anders Jenbo
1ff91b3aca
🐛 [hellfire] Items with negative AC morphing in to high positive AC in multiplayer
5 years ago
Austin Wagner
1b5b8e3ef1
Fix manual gold stacking when max is modified
...
Affects dragging and dropping gold in inventory and gaining gold via
purchases when the Auric Amulet is equipped
5 years ago
qndel
40d33f6778
fix gharbad and vision
5 years ago
Anders Jenbo
eb45544f84
🐛 Fix gold pickup still working the old way in Diablo
5 years ago
Anders Jenbo
fe84f83895
🐛 Some Hellfire monsters not having the correct HP
...
Bone Demon
Flesh Thing
Reaper
Na-Krul
5 years ago
qndel
8dbdc9c315
fix wirt price bug
5 years ago
qndel
adacce3303
fix wirt
5 years ago
qndel
1907b11cee
fix vanilla premium items going over 140k
5 years ago
Anders Jenbo
84ad58b910
🐛 Set the default save game state
5 years ago
Anders Jenbo
6eb609ac8b
🐛 Fix Hellfire save games corrupting game state in Windows
5 years ago
Stephen C. Wills
f062032e19
Fixed data type of quest _qmsg in save files. ( #1475 )
5 years ago
Gleb Mazovetskiy
a8e7bdfc81
loadsave: Fix off-by-one in RemoveEmptyLevelItems
...
Refs #1367
5 years ago
qndel
53e928e785
proper heroitems size
5 years ago
Anders Jenbo
28bb003601
🐛 use exact size of save format struct
5 years ago
Anders Jenbo
69b11edace
[hellfire] 🐛 Apply the zen fix
...
Going over the change history of Hellfire and Diablo appears that the
difference was an early version of the fix from patch 1.07
5 years ago
Anders Jenbo
70776b87c8
🐛 Only save when performing a direct exit from game
5 years ago
Anders Jenbo
81934158c9
💚 Add missing headers
5 years ago
Anders Jenbo
97716c26ec
🐛 Update xp bar when gaining xp
5 years ago
Juliano Leal Goncalves
bcf63dfc1a
🐛 Allow shift+click to equip weapons on monk
5 years ago
Juliano Leal Goncalves
b9fdf02925
🐛 Spend only needed points when shift+clicking stats
...
When the stat points needed to reach a given attribute's cap is less
than the total amount of points remaining to distribute, only the
necessary points will be spent now, leaving the rest to be spent on
other attributes.
5 years ago
Juliano Leal Goncalves
bb2efe03e3
♻️ Use 'PlayerStruct' references in 'ReleaseChrBtns' function
5 years ago
qndel
3501af6647
fix spinner
5 years ago
FluffyQuack
c0f57f3020
🐮 Draw outline for color in index 0 for inventory icons. ( #1318 )
5 years ago
Gleb Mazovetskiy
793c478899
Allow Bard starting items in `--diablo`
...
Fixes #1324
5 years ago
Gleb Mazovetskiy
0f3951744f
diablo.ini: Rename "Fast Walk" to "Run in Town" ( #1326 )
5 years ago
Anders Jenbo
29179d85b6
[diablo] 🐛 Fix missing doors in Halls of The Blind
...
Doors are suppose to be the first thing to be spawned to not risk
running out of objects for the level. But with blind2.dun the doors are
not present, only when switching to blind1.dun would they get spawned,
but quite a few maps have already used up the object limit at that
point.
Fixes #1320
Fixes #113
5 years ago
Anders Jenbo
497f6d766f
🐛 Correctly center pause text
5 years ago
qndel
461de17884
fix typo ( #1316 )
5 years ago
Anders Jenbo
bba73ea20f
✨ Handle mixed item origins in multiplayer
5 years ago
Anders Jenbo
c221cdfeb1
🐛 Correct sinage on level load/save
5 years ago
Anders Jenbo
d526840fd5
🎨 Remove hardcoded version number
5 years ago
Anders Jenbo
7c2f96f668
🐛 Always save MP games when quitting
5 years ago
Anders Jenbo
7965c03606
🎨 Swap more BOOL for bool
5 years ago
Anders Jenbo
edffe223df
🐛 Only save options if they where also loaded
5 years ago
Anders Jenbo
fd64193208
🐛 Implement missing Hellfire arrow types
5 years ago
Anders Jenbo
a2656637e4
🎨 Format source
5 years ago
FluffyQuack
489a32d19a
🐮 Minor typo fixes for options struct
5 years ago
Anders Jenbo
a9a14f74de
🚨 Fix a couple of clang warnings
5 years ago
Anders Jenbo
c659afa9d6
🐛 [hellfire] Fix "0 gold" sometimes spawning on the corner stone
5 years ago
Anders Jenbo
e7377c37ae
🎨 Use proper types for checks in RecreateItem
5 years ago
Anders Jenbo
ca2c2ba5e7
🚨 Handle a bunch of warnings from CLang
5 years ago
Anders Jenbo
583b430ed7
🐛 Do not show other players on map while changing levels
...
Fixes #1276
5 years ago
Anders Jenbo
aebf629e16
🐛 Sync special tiles for L2 doors
...
This fixes missing door frames after loading a save game
5 years ago
Anders Jenbo
331a540fc3
🔥 Remove the auricGold variable
5 years ago
Anders Jenbo
8196bdbd31
✨ Set the initial ready spell when creating a new hero
5 years ago
Anders Jenbo
bb7d0368d0
🐛 Correctly initialize empty objects
5 years ago
Anders Jenbo
cc4802eab5
🐛 Save options when shutting down the game
5 years ago
Anders Jenbo
f3d93ea41e
🐛 Fix wrong assignment during level change
5 years ago