4152 Commits (f20828706ef282bc656b6d36558ddbb8abf2f952)

Author SHA1 Message Date
Anders Jenbo f20828706e ♻️Deduplicate PutItem 5 years ago
Anders Jenbo 235d6f6d06 ♻️Deduplicate fireball 5 years ago
Anders Jenbo 8fa0612433 🐛 Fix loading chosen hero 5 years ago
Anders Jenbo a32ac83090 🎨 cleanup trivial trype comparisons 5 years ago
Anders Jenbo bd389e9ef6 ♻️ Clean up bool logic in engine.cpp 5 years ago
Anders Jenbo 69a70b77f8 🚚 Move enum_traits.h to utils 5 years ago
Anders Jenbo cc164985a3 🎨 Correct type checks in src sub-folder 5 years ago
Anders Jenbo 41f35840af
🐛 Fix size of m_game_data 5 years ago
Gleb Mazovetskiy a043aa4dd8
GetSFXLength: Respect streaming flag (#1640) 5 years ago
Trihedraf cfd63a9ad0 Fix SDL1 Builds 5 years ago
Anders Jenbo 2969b80163 🎨 Run readability-identifier-naming on all src sub-folders 5 years ago
Anders Jenbo def7ba5a50 🎨 readability-convert-member-functions-to-static 5 years ago
Anders Jenbo 191d98207b 🎨 readability-identifier-naming on DiabloUI 5 years ago
Anders Jenbo 1e3ed903be 🎨 strip redundant else 5 years ago
Anders Jenbo c9af65affe 🎨 Use empty instead of size to check for empty lists 5 years ago
Anders Jenbo aa290b6f63 🎨 Add missing braces 5 years ago
Anders Jenbo d392f70509 🎨 Do not pass item lists by value 5 years ago
Anders Jenbo 7c054bc005 🎨 push_back -> emplace_back 5 years ago
Anders Jenbo 664e888cdd 🎨 Remove double negatives 5 years ago
Anders Jenbo 8cb2f9ff61 🧹 Add define for chance a wall is added to the dungeon 5 years ago
Anders Jenbo 251dce6c89 🧹 Use empty to check if vector is empty 5 years ago
Anders Jenbo 593c6a6f17 🎨 Drop unused param and rename random_ to GenerateRnd 5 years ago
Anders Jenbo f004c78824 🧹 performance-unnecessary-value-param 5 years ago
Anders Jenbo e3e8b4b4f0 🧹 llvm-include-order 5 years ago
Anders Jenbo d846a30157 🧹 acceptable parts of bugprone-* 5 years ago
Anders Jenbo d024f79b0e 🧹 performance-unnecessary-value-param 5 years ago
Anders Jenbo ec166c8214 🧹 performance-move-const-arg 5 years ago
Anders Jenbo 77f15d4e9c
🎨 Use semantic element 5 years ago
thebigMuh fa1f58e586
Fixing OOB error when drawing partially filled XP bar pixels. (#1636) 5 years ago
qndel 6be6499631
fix secluded crash (#1635) 5 years ago
Jmgr 1d84156509 Simplify bitshift divisions/multiplications 5 years ago
Anders Jenbo 97d7171123 🔥 Get rid of _ptargx/y 5 years ago
Anders Jenbo a8d6ec29b7 🎨 Correct name of intermidiat variable 5 years ago
qndel ec74917cb4 class sounds cleanup 5 years ago
FluffyQuack 4f417d2fdc Fix to one desync related to player movement (queuing moving after attacking). 5 years ago
Anders Jenbo d16ff1ac82 🔥 Remove unused const 5 years ago
Anders Jenbo 0bf3516be2 🎨 Revert use of range loops on 2D arrays 5 years ago
Anders Jenbo a9874d65c1 ♻️Remove SDL types from player header 5 years ago
Anders Jenbo f8e3672469 ♻️Fully apply clang-tidy rules to a few files 5 years ago
Gleb Mazovetskiy 84122c5f07 🎨 DiabloUI: Replace `dynamic_cast` with `static_cast` 5 years ago
qndel 7563234ca9
fix saves (#1621) 5 years ago
Anders Jenbo 9e307a0d4a 🎨 Rename towner[] to towners[] 5 years ago
Anders Jenbo 373f28736f 🎨 Acceptable parts of modernize-* 5 years ago
Anders Jenbo 94f385a46b 🎨 cppcoreguidelines-pro-type-cstyle-cast 5 years ago
Anders Jenbo 6ba343e309 🎨 Acceptable parts of misc-* 5 years ago
Anders Jenbo b978d80119 🎨 llvm-include-order 5 years ago
Anders Jenbo 09e0607ddc 🎨 Acceptable part of bugprone-* 5 years ago
Anders Jenbo bb4e1960e7 🎨 modernize-use-nullptr 5 years ago
Psojed b31061ff83
Apply Sorcerer's mana cost reduction bonus only in Hellfire (#1613) 5 years ago
Gleb Mazovetskiy fe26f96b75 🧹 SDL1 backports: Move GetBase/PrefPath to cpp 5 years ago