aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Creature
AgeCommit message (Expand)Author
2024-03-25Core/Objects: Implemented vignettesShauren
2024-03-13Core/Creatures: added PetSpellDataId and Civilian fields to creature_template...Ovahlord
2024-03-13Core/PacketIO: Update to 4.4.0.53627 (#29805)MaxtorCoder
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-04Core/Auras: Feign death will no longer cause creatures immune to it to drop c...Shauren
2024-03-04Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_IGNORE_SANCTUARY (ignore S...Shauren
2024-03-03Core/Creatures: Implemented serverside checks for UNIT_FLAG2_INTERACT_WHILE_H...Shauren
2024-03-02Core/Creatures: Implemented CREATURE_STATIC_FLAG_6_ALWAYS_STAND_ON_TOP_OF_TARGETShauren
2024-03-02Core/Creatures: Implemented unsummoning and resummoning critter pets on flyin...Shauren
2024-03-01Core/Creatures: Fixed sparringShauren
2024-03-01Core/Creature: corrected swimming toggle behavior for amphibious creaturesOvahlord
2024-02-29Core/Creatures: Allow toggling CREATURE_STATIC_FLAG_4_TREAT_AS_RAID_UNIT_FOR_...Shauren
2024-02-29Core/Creatures: Allow toggling CREATURE_STATIC_FLAG_FLOATING, CREATURE_STATIC...Shauren
2024-02-29Core/Creatures: implemented most movement related static flags and migrated e...Ovahlord
2024-02-27Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_ALLOW_MOUNTED_COMBAT and o...Shauren
2024-02-27Core/Creatures: Implemented CREATURE_STATIC_FLAG_5_NO_LEAVECOMBAT_STATE_RESTOREShauren
2024-02-22Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_MELEE_APPROACH and fixe...Shauren
2024-02-20Core/Creatures: Prevent resetting creature sparring health thresholds on evad...Shauren
2024-02-14Core/Creatures: Implemented CREATURE_STATIC_FLAG_3_NO_THREAT_FEEDBACKShauren
2024-02-13Core/Creatures: ed0b621d1569a14174a9802027b68dbe4329da69 followupShauren
2024-02-10Core/Creatures: Set InteractSpellID for npc spellclickShauren
2024-02-05Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIMShauren
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting imm...Shauren
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-16Core/Creatures: fixed a logic mistake in personal skinning loot that was caus...Ovahlord
2024-01-16Core/Units: moved CharmInfo class and its definitions into a own file (#29583)Ovahlord
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons o...ModoX
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2023-12-28Core/Creatures: Refactor CreatureEliteType (#29525)Teleqraph
2023-11-26Core/Creatures: Don't require `creature`.`modelid` to be one of linked `creat...Shauren
2023-11-09Core: Update to 10.2.0Shauren
2023-11-01Core/Gossip: Rename and document text id field in SMSG_GOSSIP_MESSAGE to incl...Shauren
2023-10-28Core/Creatures: Taxi improvementsShauren
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ap...Shauren
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-06Core/Creatures: Fix instant despawn for summons with unlimited duration (#29307)Meji
2023-08-31Core/Creature: Fixed logic for npcflag, unitflags when saving creatures to dbModoX
2023-08-31Core/Creature: Save npcflags and unitflags as NULL in db if they are equivale...ModoX
2023-08-29Core/Creature: Allow creature table to override npc- and unitflags to 0 (#29281)ModoX
2023-08-16DB/Pets: Removed invalid spells from creature_template_spellShauren
2023-08-15Core/Creatures: Updated totem slot assignment logicShauren
2023-08-10Core/Creatures: Clean up temporary summon duplicate level initializationShauren
2023-08-09Core/Creatures: Allow modifying TempSummon duration after summoningShauren
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
2023-07-20Core/Unit: Added helper functions to modify UNIT_FLAG2_CANNOT_TURN (#29160)Teleqraph
2023-07-19Core/PacketIO: Fixed structure of SMSG_GOSSIP_MESSAGE and SMSG_QUEST_GIVER_QU...Shauren
2023-07-12Core: Update to 10.1.5Shauren
2023-07-05Core/Pets: Fixed crash when summoning hunter petsShauren