608 Commits (9b5117d80700908da59338daca4e4e9a5130f4c3)

Author SHA1 Message Date
ephphatha 190025e79f Use bound parameters for pathfinding functions operating on entities 5 years ago
ephphatha 488ee03f53 Use bound functions for LineClear test function pointer 5 years ago
Anders Jenbo 4e82c70fcb Make MonsterIsTileAccessible aware if monsters can open doors or not 5 years ago
FluffyQuack ba60907853
Hold mouse button to keep attacking (Diablo 2-style) (#2349) 5 years ago
Anders Jenbo e82d103465 🐛 Fix bounds checks in monster code 5 years ago
Anders Jenbo a089692850 💄 Introduce MonsterRelation enum 5 years ago
Anders Jenbo 77b72da276 ♻️Use monster by reference when possible 5 years ago
FluffyQuack c4a96bc829 👑 Fix to bug that made spawned monsters overwrite alive ones (cause was monsters not being properly deleted) 5 years ago
Anders Jenbo a709790c82 Document a few functions 5 years ago
Anders Jenbo 43aec8cecc Clean up AiDelay 5 years ago
Anders Jenbo 684d6943aa Merge MegaAi and MAI_RR2 5 years ago
Anders Jenbo c30ff97885 Use Point in UpdateEnemy 5 years ago
Anders Jenbo ef6275caac Clean up private function names 5 years ago
Anders Jenbo 4bf4e42230 Move local symbols to anonymous namespace 5 years ago
Anders Jenbo 5d99cb4925 Fix MAI_Warlord direction 5 years ago
obligaron 3e57d0d69b Introduce MonsterGraphic enum class 5 years ago
obligaron 5f7a2803fc Introduce CMonster::GetAnimData 5 years ago
obligaron 481fc04235 InitMonster: Get AnimData only once 5 years ago
obligaron 1fcbad0810 MAI_Ranged: Use CheckStandAnimationIsLoaded instead of directly changing animation data 5 years ago
obligaron e5bf44a75f M_DoWalk: Simplify check if we reached new tile 5 years ago
obligaron dc2d5e2b04 Remove unnecessary assignments to _mdir 5 years ago
obligaron a94da6b4a3 NewMonsterAnim gets monster references and monster graphic instead of index, and AnimStruct Pointer 5 years ago
obligaron 02d2754a68 MAI Garbud/Zhar/SnotSpill/Lazurus/Lachdanan/Warlord 5 years ago
obligaron 95937021fe Fallen fear: Use _mgoalvar2 for new direction instead of _mdir 5 years ago
obligaron 508132e014 ADL: Handle skipped Frames for Diablo Got-Hit Animation 5 years ago
obligaron e2ba79d3d1 Introduce StartMonsterGotHit 5 years ago
obligaron b4966f22e1 Move NewMonsterAnim to anonymous namespace 5 years ago
Anders Jenbo 65d7b3c1eb Use AdvanceRndSeed() when changing RNG with out use 5 years ago
Anders Jenbo 903d4bd2e1 Scope all for loops 5 years ago
Anders Jenbo 9ebdb6db69 General clean up 5 years ago
Anders Jenbo 467b74dc06 Rename object globals 5 years ago
Anders Jenbo 9ae908f947 Rename missile globals 5 years ago
Anders Jenbo 9b8bf92575 Rename quest globals 5 years ago
Anders Jenbo 96bf75b502 Rename player globals 5 years ago
Anders Jenbo dce78dde62 Rename lighting globals 5 years ago
Anders Jenbo 07ad083fda Rename monster globals 5 years ago
Anders Jenbo 56d3b5d710 clang-tidy/Android Stuidio cleanups 5 5 years ago
ephphatha 51d05a3523 Reorder monster damage calculations to avoid warnings 5 years ago
obligaron e1e92ad777 Fix PlaceUniques calculates wrong monster type 5 years ago
Anders Jenbo bc0d1f7ac0 clang-tidy/Android Stuidio cleanups 3 5 years ago
Anders Jenbo bc59218d0d More clang-tidy/Android Studio cleanups 5 years ago
Anders Jenbo a7c7fa0030 Fully apply clang-tidy/format to all files 5 years ago
Anders Jenbo ecea12fc15 Clang-tidy: ParameterCase 5 years ago
Anders Jenbo ee2e7518c4 Clang-tidy: FunctionCase part 2 5 years ago
Anders Jenbo d7a86330c6 Correct assertions in ProcessMonsters 5 years ago
Anders Jenbo b71b0149a3 Clang-tidy: ConstexprVariableCase 5 years ago
Anders Jenbo e285cacce5 Fix debug builds 5 years ago
Anders Jenbo c63a420e12 Clang-tidy: apply base naming to merged src 5 years ago
Anders Jenbo 9ffafdfcc6 Clean up var init in monster.cpp 5 years ago
Anders Jenbo 129342d07a Clang-tidy: GlobalConstantCase 5 years ago