8432 Commits (88a9a0656d3496365343a0dfd3fa587e45f1f62d)

Author SHA1 Message Date
Gleb Mazovetskiy 88a9a0656d Move option change handlers out of `options.cpp` 1 year ago
Gleb Mazovetskiy d94bc424df `sgOptions` -> `GetOptions()` 1 year ago
staphen 7a6a6a6c32 Don't send spell level in spell casting network message 1 year ago
Anders Jenbo 908fb47073 Merge limitFPS and vSync options (#7646) 1 year ago
Gleb Mazovetskiy 916b67141a Settings: Use the full height and up to 720 width 1 year ago
Gleb Mazovetskiy bbcda12792 Move QuickMessages to its own library 1 year ago
Gleb Mazovetskiy 651c70f54b A few more dependency cleanup 1 year ago
Gleb Mazovetskiy 736a69ce8d Lua: Add i18n module 1 year ago
Gleb Mazovetskiy 7d4332c78c Split more things into libraries 1 year ago
Gleb Mazovetskiy 7668de36a4 Add a default clock mod 1 year ago
Gleb Mazovetskiy 4b38771263 Lua render: add screen_width/height() 1 year ago
staphen 3b841b5800 Reload Lua mods when enabling/disabling 1 year ago
Gleb Mazovetskiy d7647d6c63 More dependency untangling 1 year ago
Gleb Mazovetskiy a7651f15d9 Extract `HeadlessMode` from `diablo.h` 1 year ago
Gleb Mazovetskiy b76feb2be3 Extract game mode out of init.cpp 1 year ago
Gleb Mazovetskiy c31836eab8 Split up `engine.{h,cpp}` 1 year ago
Gleb Mazovetskiy dd76f17e4b Rename endian.hpp to endian_read.hpp 1 year ago
Gleb Mazovetskiy a49b1f2d58 Extract Is{Any,None}Of out of engine.hpp 1 year ago
Gleb Mazovetskiy 19ccf7ce88 Split endian_write from endian 1 year ago
staphen 4931cc6386 Lua mod ini file configuration 1 year ago
Gleb Mazovetskiy affd7e86e6 Move MPQs from init to engine/assets 1 year ago
staphen 459e814f14 Fix tile incorrectly marked as solid next to crypt stairs down 1 year ago
staphen 028d32fb7a Fix nonsolid fence tiles 1 year ago
staphen 0d188dd073 Don't apply dungeon item validation to town items 1 year ago
Gleb Mazovetskiy a12b5368c3 Extract sound effects enum into its own file 1 year ago
Apaczer fc0f58c839 storm_svid: use DISPLAY_TEXTURE_FORMAT for PlayEnd 1 year ago
Andrew James aec1769858 account for held items in ResetInvCursorPosition 1 year ago
Andrew James 9c1a3b7b55 improve movement to body slots 1 year ago
Andrew James 99014d4ce7 allow moving from stash to inv from left side of wide items 1 year ago
Andrew James 3a3498f766 dedupe code for moving from inv to stash 1 year ago
staphen 09411784d2 Fix value of items bought from Wirt's shop 1 year ago
Sophie Alberti 21b12f7632 improve gamepad stash control, fix #7019 1 year ago
Gleb Mazovetskiy 164ebb46bd Big-endian networking fixes 1 year ago
Gleb Mazovetskiy 940ce3fb64 Test paths fixes 1 year ago
Gleb Mazovetskiy f798556169 Work around broken event pushing on Tiger 1 year ago
Gleb Mazovetskiy b68f59d002 OSX: Fix base/pref/config paths on Tiger 1 year ago
Eric Robinson 8d1fb2bd63 Move Game Mode to own category 1 year ago
staphen f20c6bf74a Check missile source type to determine death reason 1 year ago
staphen 6215de6e76 Compute monster toHit on the fly 1 year ago
staphen e81121a458 Divorce town seed from game seed 1 year ago
staphen d8811ebc13 Do not apply item validation to Single Player games 1 year ago
staphen 9427513489 Revert changes to price validation logic in cfac786 1 year ago
Gleb Mazovetskiy 36e0abfc35 Fix -Wunused-const-variable in controller_buttons 1 year ago
Gleb Mazovetskiy 836bd4b3e6 Fix -Wnarrowing in DrawInfoBox 1 year ago
Eric Robinson f1d48d7124
Debug: Insivible (#7543) 1 year ago
Eric Robinson 1b522fe260
Fix divide-by-zero crash in `getAnimationProgress()` (#7532) 1 year ago
Gleb Mazovetskiy 31c28e719a Avoid `strnlen` 1 year ago
Gleb Mazovetskiy a838078341 macOS 10.4: Guard non-existing APIs 1 year ago
Eric Robinson cfac786daf
Make invalid items unusable (#7506) 1 year ago
Andrew James 1412e25eff
Allow for item drop rates up to 255 (#7533) 1 year ago