462 Commits (bb093ff3a27f6c25427148ad01970fd25d2ba92d)

Author SHA1 Message Date
Juliano Leal Goncalves bb093ff3a2 ♻️ Leverage 'Point' in 'DrawItem' function 5 years ago
Juliano Leal Goncalves db3ec3f329 ♻️ Leverage 'Point' in 'DrawObject' function 5 years ago
Juliano Leal Goncalves 0b2f443d97 ♻️ Leverage 'Point' in 'DrawMissile' function 5 years ago
Juliano Leal Goncalves e997a7ae08 ♻️ Leverage 'Point' in 'DrawDungeon' function 5 years ago
Juliano Leal Goncalves 515b427f14 ♻️ Leverage 'Point' in 'DrawCell' function 5 years ago
Juliano Leal Goncalves 7da37da8c9 ♻️ Leverage 'Point' in 'RenderTile' function 5 years ago
Juliano Leal Goncalves 1552b0971b ♻️ Leverage 'Point' in 'DrawFloor(Surface, int, int, int, int)' function 5 years ago
Juliano Leal Goncalves b18ed891d0 ♻️ Leverage 'Point' in 'DrawFloor' function 5 years ago
Juliano Leal Goncalves 072ca21405 ♻️ Replace 'tileOffsetX' and 'tileOffsetY' globals with single 'tileOffset' 5 years ago
Juliano Leal Goncalves 7d62e80ca0 ♻️ Replace 'tileShiftX' and 'tileShiftY' globals with single 'tileShift' 5 years ago
Juliano Leal Goncalves 17bab948c8 ♻️ Leverage 'Point' in 'DrawGame' function 5 years ago
Juliano Leal Goncalves a7c070c46a ♻️ Leverage 'Point' in 'DrawView' function 5 years ago
Juliano Leal Goncalves ba66a9dc87 ♻️ Replace 'dmaxx' and 'dmaxy' globals with single 'dmaxPosition' 5 years ago
Juliano Leal Goncalves 6583410152 ♻️ Replace 'dminx' and 'dminy' globals with single 'dminPosition' 5 years ago
Juliano Leal Goncalves 940a120bf9 ♻️ Replace 'ViewX' and 'ViewY' globals with single 'ViewPosition' 5 years ago
Juliano Leal Goncalves 6e1d05187e 🚚 Rename 'MissileStruct' to 'Missile' 5 years ago
Juliano Leal Goncalves 20db8d1a11 🚚 Rename 'MonsterStruct' to 'Monster' 5 years ago
Juliano Leal Goncalves 35854b4668 🔥 Remove defensive check around monster mode logging logic 5 years ago
Juliano Leal Goncalves 1cd62bbc64 🚚 Rename 'MonsterMode' members for semantic and consistency 5 years ago
Juliano Leal Goncalves 69a7cb66d4 ♻️ Convert 'MON_MODE' enum to 'MonsterMode' enum class 5 years ago
Juliano Leal Goncalves cadf841e5f ♻️ Convert monster mode display name lookup to local lambda 5 years ago
qndel a737d72dd9
Dynamic char panel 5 years ago
Juliano Leal Goncalves 01823e1324 ♻️ Replace 'cursmx' and 'cursmy' globals with single 'cursPosition' 5 years ago
Juliano Leal Goncalves a469f7906e ♻️ Replace 'cursW' and 'cursH' globals with single 'cursSize' 5 years ago
qndel 8436e1f641
Merge pull request #2711 from qndel/show_coords 5 years ago
Anders Jenbo 866bc56008 Clean up remaning usages of Missiles[] 5 years ago
obligaron 3c45149cef Introduce IsDiabloMsgAvailable and hide msgflag 5 years ago
BC Ko 4df798808e
2435 refactor global variable Items part 2 (#2673) 5 years ago
Anders Jenbo 4a1e4c599b Port debug vision to a command 5 years ago
Anders Jenbo f289fbcec5 Remove dead missile code 5 years ago
Vladimir Olteanu 040ca7b1e9 Remove logic related to unused MFLAG_ALLOW_SPECIAL 5 years ago
Vladimir Olteanu 3364a4e00c Refactor MisFileData 5 years ago
obligaron 82cea78def Apply clang-format 5 years ago
Aaron Sun 3ee90ca629 Add options for sub-panel alignment 5 years ago
4aron5un 4c8210df21
Center the sub-panels (Quest, Character, Spell and Inventory) (#2498) 5 years ago
Anders Jenbo d523fc1e81 Cleanups 5 years ago
ephphatha 0575716eac Rename UiFlags members to group related options 5 years ago
ephphatha 4ad53232a0 Convert the UiFlags enum to a scoped enum type 5 years ago
obligaron 7d9891b249 ADL GetOffsetForWalking: remove diagonal special 5 years ago
Anders Jenbo a07b30a0c7 Get Towners by reference 5 years ago
Anders Jenbo de0b3a38b8 Apply code style 5 years ago
Anders Jenbo e5fc7fd17c Move remaning symbols in to anonymous namespaces 5 years ago
Anders Jenbo 9c4e34f988 Player by reference 5 years ago
Anders Jenbo 0889780923 Remove more usage of miniwin types 5 years ago
Anders Jenbo 9264ad4b89 Use IsTileNotSolid() in place of !nSolidTable[dPiece[][]] 5 years ago
obligaron 5ed79c38ef Introduce MissilePosition.StopMissile 5 years ago
Anders Jenbo 77b72da276 ♻️Use monster by reference when possible 5 years ago
Anders Jenbo ef6275caac Clean up private function names 5 years ago
obligaron 54d63e2edd Change AnimationInfo.pCelSprite to const 5 years ago
obligaron 72692028f7 Refurbish table in GetOffsetForWalking 5 years ago