4739 Commits (5bb8f184dbcba5364b8032c4ae7b1ce5d4cef2a4)

Author SHA1 Message Date
Anders Jenbo 5bb8f184db Clang-tidy: modernize-use-nodiscard 5 years ago
Anders Jenbo acd74cc0e3 Clang-tidy: readability-convert-member-functions-to-static 5 years ago
Anders Jenbo 8f3266244a Clang-tidy: readability-else-after-return 5 years ago
Anders Jenbo 790f42d078 Clang-tidy: readability-inconsistent-declaration-parameter-name 5 years ago
Anders Jenbo 939003311a Clang-tidy: readability-make-member-function-const 5 years ago
Anders Jenbo d3098412ed Clang-tidy: readability-non-const-parameter 5 years ago
Anders Jenbo 7102724fda Clang-tidy: readability-named-parameter 5 years ago
Anders Jenbo de4ced7e4f Clang-tidy: readability-qualified-auto 5 years ago
Anders Jenbo f4f8f22699 Clang-tidy: readability-redundant-control-flow 5 years ago
Anders Jenbo 48113d064a Clang-tidy: readability-redundant-declaration 5 years ago
Anders Jenbo 2641932763 Clang-tidy: readability-static-accessed-through-instance 5 years ago
Anders Jenbo 19d980582f Clang-tidy: readability-static-definition-in-anonymous-namespace 5 years ago
Anders Jenbo d9a04b8390 🚨 Fix bool warning 5 years ago
Anders Jenbo bf221f4322 Clang-tidy: readability-simplify-boolean-expr 5 years ago
obligaron d4bda3c13e ADL: correct comment typo 5 years ago
obligaron 801207a8ac ADL: Handle incorrect TicksSinceSequenceStarted better 5 years ago
staphen 8fbe5efd9e Switch custom RNG for libsodium 5 years ago
staphen c5fc37eca2 Stub missing functions for Switch 5 years ago
Anders Jenbo 2bdb6caa07
Cleanup majority of remaning implicit bool conversions (#2234) 5 years ago
Anders Jenbo 1ac8987c58 🐛 Fix drlg1 algo 5 years ago
ephphatha 2fa4178aff Refactor Operate*Door functions with meaningful variable names 5 years ago
ephphatha f4f6a8a51e Refactor PlaySfxLoc to take a Point instead of x/y params 5 years ago
ephphatha bccf88dd8e Refactor PlaySFX_priv to take a Point instead of x/y params 5 years ago
ephphatha 15c285c879 Refactor calc_snd_position to take a Point instead of x/y params 5 years ago
Anders Jenbo d8fa29c972 Clean up more implicit bool conversion 5 years ago
Anders Jenbo eb2cd5f654 ♻️Create QuickMessage struct 5 years ago
Anders Jenbo 22b632f04a ♻️Clean up implicit bool conversions 5 years ago
Andrew James ff145b422d
Refactor plrctrls functions to use Point and Direction types (#2155) 5 years ago
obligaron 0bf3943254 Use GetOffsetForWalking in DrawMonsterHelper 5 years ago
obligaron cada4a5ac4 Introduce MonsterStruct.IsWalking() 5 years ago
obligaron 3c9314fa0a Remove MonsterStruct.actionFrame and enable ADL for Walking 5 years ago
obligaron fb23521288 Introduce AnimationInfo.IsPetrified to handle Stone Curse Spell 5 years ago
obligaron a1f57f5777 ProcessAnimationPending for MM_RSPATTACK and Megademon special 5 years ago
obligaron a37e48db7b ProcessAnimationPending for MM_ATTACK+MM_RATTACK 5 years ago
obligaron a4cacfbcbe Enable ADL for Monsters 5 years ago
obligaron 317a6ee82c Introduce MonsterStruct::Petrify 5 years ago
obligaron b0ed920a25 Introduce AnimationInfo to MonsterStruct 5 years ago
Anders Jenbo 2417d3d333 🔥 Remove unused code 5 years ago
Anders Jenbo f2e24fee3d 🐛 Fix trap direction 5 years ago
Anders Jenbo 1cc0eb25ca ♻️Use ranges for loops (clang-tidy) 5 years ago
Anders Jenbo af254601d6 ♻️ Apply clang-tidy to engine 5 years ago
Anders Jenbo b1ca8ee45f
♻️Simplify loops in to mulitplications (#2225) 5 years ago
Anders Jenbo 35b2aa4947 ♻️Unfold a few functions 5 years ago
Anders Jenbo cac24d12fa ♻️Clean up msg 5 years ago
Anders Jenbo e008d66f14 ♻️Declare type with assignment 5 years ago
Anders Jenbo 79c9078fa1 ♻️Clean up type sizes 5 years ago
Anders Jenbo 325ac10044 ♻️Add helper function to wall spells 5 years ago
Anders Jenbo 1119c2d2d9 ♻️Cleanup missiles 5 years ago
Anders Jenbo 625333dfb1 ♻️Clean up items 5 years ago
Andrew James 60a47caf1b
Refactor Draw* functions to use Rectangle and Point types 5 years ago