728 Commits (mutiny)

Author SHA1 Message Date
qndel acf4ef880d fix lightning rune damage 5 years ago
qndel c39c6ce7bb make lightning trap hit multiple times again 5 years ago
Anders Jenbo 2708b16c05
Validate CMD_SYNCDATA (#2968) 5 years ago
Alex 6df826eb02 Fix compiler warnings 5 years ago
qndel 0569dba547 fix typos 5 years ago
obligaron 9964bd9e49 Fix existing missiles check for Guardian/Townportal/Rune 5 years ago
Siddharth singh chouhan bcb332b7b0
Move documentation from implementations to declarations 5 years ago
Juliano Leal Goncalves 379a27b64a ♻️ Convert 'ItemType' enum to enum class 5 years ago
ephphatha 9ef77cb428 Use scoped enum for Direction16. 5 years ago
ephphatha 9c9426821d Update MoveMissilePos to use Direction and Displacement types. 5 years ago
ephphatha b12de6fe12 Use scoped enum for Direction 5 years ago
obligaron 836bb92e8e MoveMissileAndCheckMissileCol: Call CheckMissileCol only once for a tile and target 5 years ago
obligaron 730ceee3d2 Make MoveMissileAndCheckMissileCol check skipped tiles 5 years ago
obligaron 8da46627a7 Introduce MoveMissileAndCheckMissileCol 5 years ago
obligaron 1b3381ce8e Move CrawlNum to CrawlTable and make it extern visible 5 years ago
qndel a46d2c948c fix golem spawning on top of player 5 years ago
ephphatha 6fa3018f05 Move Init/FreeMissileGFX functions alongside MissileSpriteData array definition 5 years ago
ephphatha 851fb87e24 Remove mi argument from DeleteMissile 5 years ago
Anders Jenbo 2ea317c178 Clean up missile code 5 years ago
Anders Jenbo ddddb44587 🐛 Fix search spell affecting all players 5 years ago
Anders Jenbo e848bf77df 🐛 Fix teleport not working in all locations 5 years ago
Juliano Leal Goncalves d82b3b542f
🚚 Rename 'MissileDataStruct' struct to 'MissileData' (#2803) 5 years ago
Juliano Leal Goncalves 0d3d4c14f6
🚚 Rename 'Dead' concept to 'Corpse' everywhere (#2808) 5 years ago
Juliano Leal Goncalves 940a120bf9 ♻️ Replace 'ViewX' and 'ViewY' globals with single 'ViewPosition' 5 years ago
Juliano Leal Goncalves d225202c34 🚚 Rename 'MonsterClass' members for consistency 5 years ago
Juliano Leal Goncalves 21b481bb46 ♻️ Convert 'MonsterClass' enum to enum class 5 years ago
staphen e85101eb31 Fix NULL Cel Buffer error when blocking missiles 5 years ago
qndel 2e6f98ac2a search cleanup 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 fe95e36d90 🎨 Leverage 'IsAnyOf' on monster mode checks 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 01823e1324 ♻️ Replace 'cursmx' and 'cursmy' globals with single 'cursPosition' 5 years ago
Anders Jenbo 4044fadeb5 Clean up some players references 5 years ago
Anders Jenbo cb2831aae6 Fix possible teleport positiosn 5 years ago
qndel 770f3a2f20 unify ranged and melee pierce 5 years ago
Anders Jenbo 3d8d5e32e0
Clean up AddRune (#2732) 5 years ago
Anders Jenbo 3b019fbc13 Clean up points in missiles.cpp 5 years ago
Anders Jenbo 866bc56008 Clean up remaning usages of Missiles[] 5 years ago
Anders Jenbo bf706f2fbb 🐛 Fix Phasing not working in Lazarus' camber 5 years ago
Anders Jenbo 4fd2e2dc97 🐛 Fix Phasing teleporting to invalid locations 5 years ago
BC Ko 147f68c15f missile generic variable documentation 5 years ago
BC Ko 536121f038 rename _miVar# to var# 5 years ago
BC Ko 4df798808e
2435 refactor global variable Items part 2 (#2673) 5 years ago
Anders Jenbo d125b591eb Remove dead code: ClearMissileSpot 5 years ago
Anders Jenbo 652573a8ce Re merge FireballUpdate and MI_Fireball 5 years ago
BC Ko 373adcf65b modify AddMissile() parameters and remove Missiles[] in MissToMonst() 5 years ago
BC Ko ee96690410 change function parameter 5 years ago
BC Ko 6a0b99817c remove Missiles[] in FireballUpdate() 5 years ago