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
Anders Jenbo
0f2474fb01
✅ Assert unpacking of player
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
f64e297d60
🔥 Remove Hellfire specific instructions (it is now unified)
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
Trihedraf
fea177eb95
Update SDL2 version to 2.0.14 for Windows MinGW builds. And remove note for SDL2 2.0.12 in readme
5 years ago
Anders Jenbo
f3d93ea41e
🐛 Fix wrong assignment during level change
5 years ago
Anders Jenbo
30d013edf9
💄 Lower icons to not obscure long names
5 years ago
Martin Wolters
9b50a69ac2
Bugfix: auricGold shouldn\'t determine MaxGold.
5 years ago
Anders Jenbo
699e451611
💄 Adjust visual style of new UI elements
5 years ago
Anders Jenbo
2362ff82f7
✨ Add black text color
5 years ago
Anders Jenbo
cee6029da0
🔥 Rely less on storm.h
5 years ago
Juliano Leal Goncalves
a0d16b947b
🎨 Remove unnecessary 'typedef' on Options structs
5 years ago
Juliano Leal Goncalves
800dbce066
♻️ Move options-related structs to new 'options.h' file
5 years ago
Anders Jenbo
8425a23585
♻️ Only write ini file once
5 years ago
Anders Jenbo
39a15d428b
💬 Tow minor subtitle corrections
5 years ago
Anders Jenbo
5a40de5ba6
🐛 Correct path for Hellfire level transitions
...
Fixes #1277
5 years ago
Anders Jenbo
ce0c323ed3
[Diablo] 🐛 Fix double rendering or door frames in Catacombs
5 years ago
Anders Jenbo
6e3908aa58
🚨 Fix a few warnings from various builds
5 years ago
Anders Jenbo
fbd86cd3c5
🎨 Mark noreturn functions as such
5 years ago
Anders Jenbo
3945e79426
[Diablo] 🐛 Rest dSpecial when closing L1 doors
...
Fixes #1275
This bug is only visible with the improved transparancy. But would have
been a slight performance hit originally.
5 years ago
Anders Jenbo
0e978f8822
♻️ Apply corrections from commit review
5 years ago
Yuri Pourre
df56d6a03b
Rollback joystick changes
5 years ago
Anders Jenbo
25168dd599
Update support_lines.cpp
5 years ago
Gleb Mazovetskiy
88a68f503a
Disable streaming music and sound for 3DS / Switch ( #1264 )
...
Works around https://github.com/devkitPro/SDL/issues/72 at the cost of
~50 MiB extra RAM usage.
5 years ago
Gleb Mazovetskiy
fb2e76889f
Fix a small memory leak in game_controller.cpp
5 years ago
Gleb Mazovetskiy
7ead76e8d2
Remove SFileDdaSetVolume
...
It is only used in one place and does not actually control the volume of any specific file.
5 years ago
Gleb Mazovetskiy
9a5b9706c2
Fix AppImage ( #1263 )
5 years ago
Anders Jenbo
8a732a2005
💄 Add new level transitions
5 years ago
Anders Jenbo
a69a76941e
♻️ Clean up InitCutscene
5 years ago
Trihedraf
0f7b2682b2
adjust AppRun file to updates in #1253 . move linux packaging and appimage commands to helper scripts
5 years ago
Trihedraf
e55d226326
update appimage to use devilutionx.mpq and charissilb.ttf
5 years ago
Trihedraf
508e4c635c
Add --ttf-dir to specify location of path to ttf ( #1253 )
5 years ago
Anders Jenbo
f2140688e7
Load and save all ini values the same way ( #1260 )
5 years ago
Gleb Mazovetskiy
7d926a4619
controller.cpp: Fix missing <cmath> include
5 years ago
Gleb Mazovetskiy
4ccb91d166
Fix #if HAS_KBCTRL == 1
5 years ago
Gleb Mazovetskiy
7be943195e
Fix undefined debug_mode_key_j
5 years ago
Anders Jenbo
f09f93537d
💄 Update CircleCI badge style
5 years ago
Anders Jenbo
3b267a7a62
🔥 Fully drop TravisCI
5 years ago
Anders Jenbo
c5b407f7a6
🐛 Fix mouse moving to 0x0 on window events
...
Fixes #1228
5 years ago