muzena
3367430f26
Updated debian packaging files
5 years ago
Anders Jenbo
14074608be
🐛 Correct requirement line in stores
...
Fixes #1167
5 years ago
Anders Jenbo
8b8caf5a7e
🐛 Fix quests not activating on Windows
...
Compare _uniqtype instead mName
Fixes #1152
5 years ago
Anders Jenbo
069195eba2
💚 Fix 3DS builds
5 years ago
Anders Jenbo
71c7a541ef
🚨 Fix SDL1.2 warnings
5 years ago
Gleb Mazovetskiy
ae22644d43
CelOutputBuffer: Recover lost performance
...
Makes `RenderLine` hotspot manipulate the buffer directly again.
FPS: 195 -> 275
5 years ago
Gleb Mazovetskiy
cd59a1c323
Completely replace gpBuffer with CelOutputBuffer
...
`CelOutputBuffer` now contains an `SDL_Surface` and an `SDL_Rect`.
We now have access to SDL surface manipulation functions.
`gpBuffer` and `gpBufEnd` are completely gone 🧹
This results in some FPS loss (250 -> 195) recovered in a subsequent
commit.
5 years ago
Gleb Mazovetskiy
fe1004f384
Remove unused SCREENXY macro
5 years ago
Gleb Mazovetskiy
4b45b642a7
Migrate scrollrt_draw_cursor_back_buffer away from gpBuffer
5 years ago
Gleb Mazovetskiy
afa3a6bf27
Migrate capture.cpp away from gpBuffer
5 years ago
Gleb Mazovetskiy
a0af2a8ebe
Migrate gmenu_clear_buffer away from gpBuffer
5 years ago
Gleb Mazovetskiy
599d2e5e38
Migrate QOL away from gpBuffer
5 years ago
Gleb Mazovetskiy
d7a599a506
Migrate DrawULine away from gpBuffer
...
Also applies a bugfix
5 years ago
Gleb Mazovetskiy
fd70879577
Migrate DrawSLine away from gpBuffer
...
Also applies bugfix
5 years ago
Gleb Mazovetskiy
cc4a1169ad
Migrate DrawProgress away from gpBuffer
5 years ago
Gleb Mazovetskiy
764781e111
Migrate InvDrawSlotBack away from gpBuffer
5 years ago
Gleb Mazovetskiy
bafbad6b5b
Migrate RedBack away from gpBuffer
5 years ago
Gleb Mazovetskiy
e7c9ba40f5
Migrate DrawLife/ManaFlask away from gpBuffer
5 years ago
Gleb Mazovetskiy
f607807c95
Migrate the rest of drawing away from gpBufEnd
5 years ago
Gleb Mazovetskiy
ab6aa3f280
Migrate SetFlaskHeight away from gpBuffer
...
Also renames to `DrawFlaskTop` and makes it static.
5 years ago
Gleb Mazovetskiy
3c4ccfc2e4
CelOutputBuffer: Replace subregion with subregionY
...
We can't do anything with X yet
5 years ago
Yuri Pourre
3fcc6e1362
Add barmaid's unused/missing transcriptions ( #1092 )
...
* Add barmaid's missing transcriptions
* Add _speech_ids
5 years ago
Xadhoom
cb65d308cf
RNG: do not rely on implicit conversions in arithmetic expressions
5 years ago
Anders Jenbo
12658a0b3d
🐛 Fix console output on Windows and SDL1 targets
...
Fixes #921
5 years ago
Anders Jenbo
e7ec90932a
💚 Expose AddStoreHoldRepair to the tests
5 years ago
Trihedraf
a4c34112af
🚩 Add ini toggle for FPS Limit. Enabled by default. ( #1165 )
5 years ago
Trihedraf
049b9325c4
Add ini toggle for All Quests for Single Player. Disabled by default.
5 years ago
qndel
f80a0f9887
[diablo] 🐛 Update vision when walking
...
Previously areas of visibility would be left on the level despite the
player having moved away, especially prevelant if wearing items with low
visibility effect.
5 years ago
Juliano Leal Goncalves
95ae8fd5c6
✨ Autoequip items on purchase
5 years ago
Anders Jenbo
f16ebb349d
🐛 Fix broken text cursort after buying an item from Wirt
5 years ago
Anders Jenbo
ede55e0914
♻️ Document variables in stores.cpp
...
This also fixes OOB when buying all items in a list
5 years ago
Anders Jenbo
a6903e93b2
♻️ Allow towners to be initialized in any order
5 years ago
Anders Jenbo
37bdeb74db
🐛 Fix overflow in Qtalklist
5 years ago
Anders Jenbo
75b351e692
✨ Add sound for auto gold pickup
...
Fixes #1120
5 years ago
Juliano Leal Goncalves
7e8469774c
🔨 Standardize comment format to Doxygen-style
...
Comment blocks are auto-generated when inserting /**
5 years ago
Juliano Goncalves
53e1d6b50d
✨ Equip & unequip items with shift click.
5 years ago
Juliano Goncalves
68de2388cb
♻️ Leverage C++ references in 'CheckInvCut'
5 years ago
Juliano Goncalves
8166dfa137
♻️ Generalize 'moveToFromBelt' variable name to 'automaticMove'
...
This will allow better reuse of this flag for new behavior.
5 years ago
Anders Jenbo
4eb1971ada
✨ Apply sound volume to videos
5 years ago
Juliano Goncalves
fc1d9b684f
✨ Allow shift+click moving to inventory
5 years ago
Anders Jenbo
8470e916c8
⬆️ Update libsmaker
...
Fixes #476
5 years ago
Anders Jenbo
ad867a2f2b
💚 Fix 3DS build
5 years ago
Juliano Goncalves
5287d6e329
✨ Allow shift+click moving to belt
5 years ago
Juliano Goncalves
379b7c92be
✨ Allow playing specific sounds with 'PlaySfx'
5 years ago
Juliano Goncalves
15f48da070
♻️ Extract function for inventory placement logic
5 years ago
Juliano Goncalves
a7cd58e670
♻️ Reuse belt logic inside 'AutoGetItem'
5 years ago
Anders Jenbo
2b053a9a9a
♻️ Compact option struct definition
5 years ago
Anders Jenbo
def2253386
♻️ Move monster.h related structs and enums and apply propper types
5 years ago
Anders Jenbo
a75d09e19d
🚚 Move item_color to inv.h
5 years ago
Anders Jenbo
c967b5b383
♻️ Remove hardcoded values from _speech_id
5 years ago