Gleb Mazovetskiy
e3945da045
Fix a negative shift exponent sanitizer warning
...
Source/spells.h:54:14: runtime error: shift exponent -1 is negative
4 years ago
Gleb Mazovetskiy
2450adf893
Amiga: Build zlib via Dependencies.cmake
...
Simplifies the Amiga build
4 years ago
Bubio
9574fb30fe
FIX: Selecting Quit Game opens into the Support menu #4334
4 years ago
Anders Jenbo
5e28fe4201
Update textdat.cpp
4 years ago
staphen
1df261e0be
Fix application manifest in MinGW builds
4 years ago
obligaron
9c0960589e
clearTables when closing stash mpq
4 years ago
Tytannial
b766a5ce7b
Update zhCN translation ( #4353 )
4 years ago
Hiperión
30374b7bb7
Minimal Spanish corrections
4 years ago
Tytannial
621d17ec94
Fix "Level" translation
4 years ago
Gleb Mazovetskiy
dae2d30c1e
Fix a typo in Hellfire book text
...
Fixes a typo in "Journal: The tirade"
A tab instead of space meant that this was rendered as "arefull"
4 years ago
Anders Jenbo
cb8b9176fa
Fix underscore for font 12
4 years ago
KPhoenix
3309ca8c13
Update README.md
...
Add text to specify to users that they must log in to be able to download the test builds.
4 years ago
staphen
32311d4835
Fix Diablo's HP
4 years ago
M0Rf30
6b1baef368
Update Italian localization
4 years ago
Gleb Mazovetskiy
56de0a6566
Fix modifier + D-Pad triggering a D-Pad event
...
Also fixes build with `HAS_KBCTRL=1`
Fixes #1977
4 years ago
Gleb Mazovetskiy
8138121e39
Fix endianness handling in language.cpp
4 years ago
Gleb Mazovetskiy
d291159c66
Update libfmt from upstream
4 years ago
Gleb Mazovetskiy
8ada06494c
Update vendored simpleini to latest master
4 years ago
Gleb Mazovetskiy
6d646a7b32
Update vendored SDL2 to latest master
4 years ago
Gleb Mazovetskiy
2410e23b22
Add ios.toolchain.cmake patch for OBJ support
...
From https://github.com/leetal/ios-cmake/issues/139
4 years ago
Gleb Mazovetskiy
156f24779b
Update ios.toolchain.cmake from upstream
...
14092d317b84a3037e71b870d2117dda126811a3
4 years ago
SergBrNord
5366438f53
Russian translation update
4 years ago
Yuri Pourre
90e68103df
Add missing pt_br translations
4 years ago
Bubio
44a16fb83f
Update Source/discord/discord.cpp
...
Thank you.
Co-authored-by: Gleb Mazovetskiy <glex.spb@gmail.com>
4 years ago
Bubio
a3d941011c
Fix : #4285 Discord incomplete translation
...
- Fixed so that Class is translated
4 years ago
ephphatha
eb45b3708b
Only save stash pages containing items
...
Viewing a stash page results in an entry being created in the stashGrids map. If the player flicks through the entire stash without actually storing an item they end up with ~20kb of unnecessary data in the stash file when they next save.
4 years ago
Felipe Wannmacher
889cc04f95
Enhanced attack using controllers ( #4019 )
4 years ago
qndel
6e4542f444
increase max stash pages from 50 to 100
4 years ago
Anders Jenbo
73194b58a9
Correct spacing for font 22-*
...
Fixes #3523
4 years ago
Gleb Mazovetskiy
79c7eee10a
Mouse/Gamepad fixes
...
Introduces a `ControlDevice` global which is distinct from `ControlMode`
in that it is set to `Gamepad` even when simulating a mouse.
This allows us to avoid a number of edge cases related to mode changes.
Fixes #4242
4 years ago
staphen
e6182709d1
Allow casting Town Portal, Teleport, and Guardian scrolls from inventory
4 years ago
qndel
4f491cba6f
allow remapping P for pause and always treat pause button as pause
4 years ago
Anders Jenbo
2575f76bbd
Make 'quit game' return to the main menu when NOEXIT is set
4 years ago
Oleksandr Kalko
a01d9d7c46
UK TL: Fixes
4 years ago
Gleb Mazovetskiy
87de23555e
Resegment translations
...
pip install --upgrade -r tools/segmenter/requirements.txt
tools/segmenter/segment_all.py
4 years ago
ephphatha
93068de918
Address type conversion warnings in WordWrapString
4 years ago
Bubio
292d0e460c
Update Japanese Translations
...
- Back to 100%.
- Some translations changed.
4 years ago
Gleb Mazovetskiy
40b1cd6d8a
Fix a negative shift exponent sanitizer warning
...
Source/spells.h:53:14: runtime error: shift exponent -1 is negative
Fixes #4319
4 years ago
staphen
ac5fa184a8
Only install discord shared library on Windows
4 years ago
obligaron
7d1e2d738e
Ensure Reflect + Thorn don't kill a monster twice ( #4318 )
4 years ago
ephphatha
ea6774d468
Remove unnecessary string copies
4 years ago
ephphatha
6bfe5fd564
set statflag after recreating potion
4 years ago
Anders Jenbo
2d2362d035
Avoid using HoldItem in OperateShrineEldritch
4 years ago
Anders Jenbo
e29bf228fd
Correctly center panel text when holding red item
4 years ago
Anders Jenbo
0c6f130e5d
Avoid using HoldItem in AddStealPotions
4 years ago
staphen
6250067283
Touchscreen navigation for stash
4 years ago
Drakker
3039b760e1
Added more Quickspell hotkeys for a total of 16. Saving will write the number of configured quickspell slots at the beginning of the hotkeys file. The loader will check the size, if its bigger than older saves should be it will load the header and read the hotkeys, otherwise it will load 4 quickspells for compatibility.
4 years ago
NikoVP
8f67399ab5
Update bg.po
...
Update to latest master, for real this time...
4 years ago
gogogogi
92601416ec
Update Croatian translation
4 years ago
Bubio
57d5fd0e62
Fix #4251 macOS mouse grab issue ( #4298 )
4 years ago