454 Commits (4c0581ca5edb8ed884200c2b7b7cab1663d84ca0)

Author SHA1 Message Date
Gleb Mazovetskiy 95946e3a7c
🧹 Cleanup unused variables (#1584) 5 years ago
Anders Jenbo 997c1dba55 🚚 Split up all.h in to proper header relations 5 years ago
Anders Jenbo 6e1a106a38 🚚 Move header we implement into the project 5 years ago
Anders Jenbo f450d6a125 🚚 Move defines to there proper files 5 years ago
Juliano Leal Goncalves 28ad9d43c5 🎨 Rename 'plr_class' enum to 'HeroClass' 5 years ago
Juliano Leal Goncalves 7d95bfed39 ♻️ Convert 'plr_class' to a scoped enumeration 5 years ago
Anders Jenbo 6cfcc4708e ♻️ Simplify Diablos health adjusment. 5 years ago
Anders Jenbo 2732aea1b2 ♻️ Use GameInfo instead of individual globals 5 years ago
Anders Jenbo 61244c4d93 ♻️ Rearange and apply more enums 5 years ago
Anders Jenbo 4f8b5e2f5f 🎨 Correct style of true comparisons 5 years ago
Anders Jenbo 36ebd857ad 🎨 Correct style of false comparisons 5 years ago
Anders Jenbo 20186e0370 🎨 Replace TRUE/FALSE with true/false 5 years ago
Anders Jenbo 93d42b62b8 ♻️ Change BOOL to bool 5 years ago
Anders Jenbo 4ee84aea1a ♻️ Change BOOLEAN to bool 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo 630e507f63 🚚 Apply namespace 5 years ago
Anders Jenbo 6f1498d315 🚚 Move structures to there respective headers 5 years ago
Anders Jenbo 0953b3524e 🚨 Resolve monster.cpp clang warnings 5 years ago
Juliano Leal Goncalves 800dbce066 ♻️ Move options-related structs to new 'options.h' file 5 years ago
Anders Jenbo fbd86cd3c5 🎨 Mark noreturn functions as such 5 years ago
Anders Jenbo 3936f2f088 ♻️ Initialize type with nullptr 5 years ago
Anders Jenbo b68ad9394b 🚨 Fix warning about reaches end of non-void 5 years ago
Juliano Leal Goncalves 1bf3fd6f35 🚩 Add ini toggle for displaying monster type. Disabled by default. 5 years ago
Juliano Leal Goncalves 1a8e09a7f5 Expose monster types on monster info 5 years ago
Anders Jenbo 38fdf34c14 💄 Apply code style 5 years ago
Anders Jenbo 17803d5923 ♻️ Apply proper types to PlayerStruct 5 years ago
Anders Jenbo 8b8caf5a7e 🐛 Fix quests not activating on Windows 5 years ago
Anders Jenbo ad867a2f2b 💚 Fix 3DS build 5 years ago
Anders Jenbo def2253386 ♻️ Move monster.h related structs and enums and apply propper types 5 years ago
Anders Jenbo d6ec6395e0 ♻️ change QuestTalkData in to an array of _speech_id 5 years ago
Anders Jenbo 1284333765 ♻️ Use explicit types and remove globals from save file logic 5 years ago
Anders Jenbo 39999791b3 Revamp ini options and sync in multiplayer 5 years ago
Anders Jenbo 70ca20b59f Clean up Hellfire special cases 5 years ago
Anders Jenbo 36a196389b Fix remaning basic compiler errors and warnings 5 years ago
pionere 5e84fd715b proper mWhoHit flag settings 5 years ago
pionere 486be4efeb use defs instead of constants 5 years ago
pionere ab7bc5e3d7 correct fallenfear direction 5 years ago
pionere e240dcd606 code cleanup using std::max 5 years ago
Anders Jenbo 327042c2e5 Strip out debug features from the release builds 5 years ago
pionere f5c1079d6f eliminate unused code 5 years ago
Anders Jenbo 60d3e9ceb1 Clean up rendering 5 years ago
qndel ab9911064f unify checks for single and multiplayer 5 years ago
FluffyQuack 44d8b9fb3a Refactored the monster functions DoWalk(), DoWalk2(), and DoWalk3() into one function. 5 years ago
Anders Jenbo 298092b81d [hellfire] Make monster lights follow monsters when hidden 5 years ago
qndel c0f5749728 Fix RNG diverging during level generation depending on the code path 5 years ago
Anders Jenbo 9c0bc202c8 Fix additional wrong checks for monsters lights 5 years ago
Anders Jenbo 8527d1e44a Fix wrong _qlog state for Gharbad quest 5 years ago
Anders Jenbo 7313b10cfa Fix Archbishop Lazarus entering a broken state when taking the teleport again 5 years ago
qndel 6e096143f0 Add no-light define and fix usage 5 years ago
Anders Jenbo 61adc7b987 [hellfire] Fix Scavenger/Gravedigger AI 5 years ago