Brandon Cullen
|
926f6b44bc
|
Minimize direct usage of Lights[] global
|
4 years ago |
Gleb Mazovetskiy
|
b312edee49
|
Fix snd_deinit called even if snd_init failed
We were previously setting `was_sound_init` to true unconditionally
after calling `snd_init`.
However, `snd_init` can fail. Use `gbSndInited` instead.
|
4 years ago |
Gleb Mazovetskiy
|
80599319bc
|
Don't hide the automap in Help and Chat Log (#4379)
This was necessary in the past due to stippled transparency but we use
blended transparency now.
Fixes #4355
|
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 |
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 |
Andrew James
|
028c5945b8
|
Add helpers to change stash pages (#4287)
|
4 years ago |
ephphatha
|
9326eccbc3
|
Only attempt to cast heal other/resurrect with a target
|
4 years ago |
ephphatha
|
25c2123849
|
Change cursor after acknowledging attempt to cast spell
This matches the behaviour of other targeted spells, however the mana is wasted because it is spent when readying the spell.
|
4 years ago |
obligaron
|
b52a50f2e7
|
Add OptionEntry for alternative nest art and remove command line parameter --nestart
|
4 years ago |
Anders Jenbo
|
e2fef44c9f
|
Close gold withdraw when closing stash
|
4 years ago |
obligaron
|
481f15ded5
|
Introduce StashStruct.GetPage/SetPage
|
4 years ago |
Anders Jenbo
|
1409e604f5
|
Reduce string conversions
|
4 years ago |
obligaron
|
69e61192ee
|
Add UseStashItem to RightMouseDown
|
4 years ago |
obligaron
|
5659525ed2
|
Simplify RightMouseDown handling
|
4 years ago |
obligaron
|
ef7966393b
|
Enable apply oil on stash items
|
4 years ago |
obligaron
|
9183b6fa57
|
Enable recharge on stash items
|
4 years ago |
obligaron
|
1f866bd53b
|
Enable repair on stash items
|
4 years ago |
obligaron
|
ae5423ad68
|
Enable identify on stash items
|
4 years ago |
Anders Jenbo
|
718c46e7fe
|
Remove use of tempstr
|
4 years ago |
staphen
|
66d9604923
|
Only load stash on New Game and Load Game
|
4 years ago |
Anders Jenbo
|
a48f89007d
|
Implement stash
|
4 years ago |
qndel
|
48f102eff1
|
Chat log
|
4 years ago |
obligaron
|
75ee55af8d
|
Don't restart music if the same track is played
|
4 years ago |
qndel
|
b7b01ce1fd
|
remove InitLightMax
|
4 years ago |
Gleb Mazovetskiy
|
bd5647fb06
|
Fix premium items reroll on level change
Bug introduced a few commits ago in 1519e995cf
Fixes #4036
|
4 years ago |
Gleb Mazovetskiy
|
1519e995cf
|
Move store graphics out of `stores.cpp`
These graphics are used in various places outside of `stores.cpp`.
|
4 years ago |
ephphatha
|
db1d776539
|
Deduplicate PItem and DItem
|
4 years ago |
ephphatha
|
000a04ad4d
|
Cleanups from https://github.com/diasurgical/devilutionX/pull/3980
|
4 years ago |
staphen
|
3546b41be0
|
Introduce NOEXIT build option to disable Quit Game options in menus
|
4 years ago |
staphen
|
df830f6495
|
Save settings before leaving the settings menu
|
4 years ago |
staphen
|
e0a3c553b4
|
Add window focus logic for SDL1
|
4 years ago |
staphen
|
6418d7a2f0
|
Detect window focus state to mute automatically when starting audio
|
4 years ago |
staphen
|
a7bca3a1ec
|
Extend window focus mute to cinematic audio
|
4 years ago |
staphen
|
470c8c47f4
|
Force unpause when window focus gained in UI menus
|
4 years ago |
Felipe Wannmacher
|
8efbcf2058
|
Xbox One/Series support (#3946)
|
4 years ago |
obligaron
|
b3a9760bda
|
Keymapper: Add mouse support
|
4 years ago |
staphen
|
5b21e0188f
|
Fix order of operations during game initialization
|
4 years ago |
obligaron
|
aaeee3018f
|
Add Item Highlighting, Screenshot, Pause, Automap and Hide Info Screens Actions to KeyMapper
|
4 years ago |
obligaron
|
be943df46e
|
Keymapper: Add key released support
|
4 years ago |
Andrew James
|
d3aedf5df1
|
Split loading of MPQs to handle translations and voice packs (#3922)
|
4 years ago |
obligaron
|
a6842e7340
|
Reorder options in settingsmenu
|
4 years ago |
Anders Jenbo
|
6b2481a76c
|
Touch support on all SDL2 platforms
|
4 years ago |
KPhoenix
|
d544a467e6
|
Show game Difficulty in Automap (#3867)
|
4 years ago |
KPhoenix
|
a08026097a
|
Chat Interface Revision (#3840)
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
4 years ago |
obligaron
|
419fe7b7ec
|
Change Keymapper to OptionCategory/OptionEntry
|
4 years ago |
ephphatha
|
c783dd2bfd
|
Load MPQ archives before reading options so translations can be detected
|
4 years ago |
Anders Jenbo
|
cf9b5ae79d
|
Split up graphics settings initializers
|
4 years ago |
Gleb Mazovetskiy
|
1210dcc7e4
|
Clean up CLI argument parsing
|
4 years ago |
Adam Heinermann
|
1484b4d8cf
|
Implement Discord rich presence (#3711)
|
4 years ago |