Anders Jenbo
3752eca470
📝 Split build instructions in to it's own document
5 years ago
Anders Jenbo
7c6a1e5702
:note: Add a temp logo
5 years ago
Anders Jenbo
8f722d5beb
📝 Add note about things seen in screenshot
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
6617d5864d
📝 Update readme
5 years ago
Anders Jenbo
b53c624f59
💄 Change animal type color to yellow
5 years ago
Anders Jenbo
d2f8bf9f68
📝 Add changelog for 1.2.0 ( #1323 )
5 years ago
Anders Jenbo
c8f2f09e03
♻️ Improve HP guard
5 years ago
Anders Jenbo
ccad226092
🐛 Fix health bar poping when mosnter healt is 0
5 years ago
Anders Jenbo
ae82fb0b23
🐛 Make health bar take panels in to consideration
...
Fixes #1350
5 years ago
Anders Jenbo
3a8b4cef9f
🐛 Update hero list after canceling out of create game dialog
5 years ago
Anders Jenbo
37fbe80930
🐛 Correct avalible heros in shaware
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
danie1kr
8555b1352f
Fix broken KeySupport for Gameshell (and others) ( #1343 )
5 years ago
Juliano Leal Goncalves
1bb12b1bfb
♻️ Refactor 'HasRoomForGold' function for readability/robustness
5 years ago
Juliano Leal Goncalves
18b9b51a5e
🐛 Check correct inventory gold piles when auto-picking up gold
...
Off by one error in the logic when indexing into 'InvList'
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
Trihedraf
ec17f4f289
pass AppImage Arguments
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
6e846ee89d
Also disallow Barbarian in shareware
...
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
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
Gleb Mazovetskiy
80c310c760
Fix --diablo new hero stats pane with Bard/Barb
...
Fixes #1325
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
Anders Jenbo
e2eea6c377
✨ Load variable size heros.pcx and individual portraits
...
closes #936
5 years ago
qndel
461de17884
fix typo ( #1316 )
5 years ago
Bardur Arantsson
184fbde1fd
Issue app_fatal() message if we cannot find QoL assets
5 years ago
Anders Jenbo
4082dee1c8
✅ Correct inv grid layout of multi tile items
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
1ebf1c6b4e
🐛 Do not render health bar if graphics are missing
5 years ago
Bardur Arantsson
15ade5ccb5
Avoid static non-PODs
5 years ago
Anders Jenbo
fd64193208
🐛 Implement missing Hellfire arrow types
5 years ago
Gleb Mazovetskiy
7cf4f2142d
CTest: Output details on failure
5 years ago
Anders Jenbo
1fb0255d37
✅ Make sure the hero spawns in town
5 years ago
Gleb Mazovetskiy
e2158a2102
Storm: Fix reading local files
...
See https://github.com/ladislav-zezula/StormLib/issues/203
5 years ago
Gleb Mazovetskiy
5814838d26
Move SFile helpers to storm.h
5 years ago
Gleb Mazovetskiy
ec2a3cc9d7
storm_sdl_rw: Use 64-bit file pointers for consistency
5 years ago
Gleb Mazovetskiy
be21f80f42
Fix `SBmpLoadImage` size allocation
...
SBmpLoadImage tried to get the size of the rest of the file incorrectly
by subtracting the current file position from the total size.
This was incorrect because file positions do not always begin at 0.
The only semi-portable way to get a size from file positions is to
subtract two file positions.
5 years ago
Anders Jenbo
a2656637e4
🎨 Format source
5 years ago