aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-12Scripts/Violet Hold: Update Cyanigosa to new model (#26371)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-11Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
* Core/Misc: Fixed utf8 encoding in console input/output. * Fix gcc build * Fixed that weird 'a' with circle above it and other similar letters. Also fixed encoding in AppenderConsole which sometimes did not work as it should * Fix build on Linux * Probably better to do it like this
2021-04-11Core/Spells: players shouldn't force their orientation (serverside) on each ↵Gildor
periodictick when channeling (#26363) * Core/Spells: players shouldn't force their orientation (serverside) on each periodictick when channeling * apply @Ovahlord feedback
2021-04-11Scripts/Spells: Update hunter spells to modern standards (#26366)offl
2021-04-11Scripts/Spells: Update warrior spells to modern standards (#26365)offl
2021-04-11Scripts/Spells: Update shaman spells to modern standards (#26361)offl
2021-04-11Scripts/Spells: Update priest spells to modern standards (#26359)offl
2021-04-11Core/Spells: implement SpellInfo helper to filter for relevant mechanic ↵Ovah
immunities in spell_start packet (#26183) * Core/Spells: implement SpellInfo helper to filter for relevant mechanic immunities when sending SMSG_SPELL_START packets. According to sniff analysis Blizzard does not send all mechanic immunities of creatures but instead only the ones that are responsible for actual interrupts which are MECHANIC_INTERRUPT and MECHANIC_SILENCE. Additionally we no longer send immunities for instant cast spells as sniffs confirm that they are not sent for spells without a cast time.
2021-04-11Core/Entities: Move GridObject to its own header (#26358)Jan Van Buggenhout
* GridObject * Add include to more files
2021-04-11Core/Misc: Fix typojackpoz
2021-04-10Core/PlayerStats: Fix PlayerSave.Stats.MinLevel not saving spell crit percentagejackpoz
Fix PlayerSave.Stats.MinLevel always saving 0.0f in spellCritPct database field of table character_stats. As there is a percentage for each school but the table has only 1 column, the max value will be saved. Fix #15928
2021-04-09DB/Creature: Apply CREATURE_FLAG_EXTRA_NO_CRUSHING_BLOWSoffl
CREATURE_DIFFICULTYFLAGS_2_NO_CRUSHING_BLOWS (0x00000010)
2021-04-09DB/Creature: Restore wrongly removed flagsoffl
Ref #24983
2021-04-09DB/Creature: Apply CREATURE_FLAG_EXTRA_OBEYS_TAUNT_DIMINISHING_RETURNSoffl
Closes #23464 CREATURE_DIFFICULTYFLAGS_4_OBEYS_TAUNT_DIMINISHING_RETURNS (0x00000100)
2021-04-08Core/Misc: Define / rename attributes and flags (#26315)offl
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-04-08Scripts/Commands: Add ".list auras id <aura id>" and ".list auras name <name ↵Giacomo Pozzoni
part>" subcommands (#26346) Add ".list auras id <aura id>" and ".list auras name <name part>" subcommands to allow filtering the auras
2021-04-05Scripts/Commands: Restore ".character level" command behaviorjackpoz
Restore ".character level" command behavior by setting the level instead of adding the level
2021-04-05Core/SAI: Added new Flags argument for SMART_ACTION_SUMMON_CREATURE (#26055)Matan Shukry
* Added personalSpawn for SMART_ACTION_SUMMON_CREATURE * Added flags for smart action summon creature, including prefer unit and personal spawn. When preferUnit flag is chosen only the unit will be chosen, even if nullptr (cherry picked from commit e0278f05379ed470be8264d3f362360a52b3454d) # Conflicts: # src/server/game/AI/SmartScripts/SmartScript.cpp # src/server/game/AI/SmartScripts/SmartScriptMgr.h
2021-04-05Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ↵Shauren
definition when inside namespaces (cherry picked from commit ec87d048b4ebbb326158bc05512d1cc5ecbe8271) # Conflicts: # src/server/game/AuctionHouse/AuctionHouseMgr.cpp # src/server/game/AuctionHouse/AuctionHouseMgr.h # src/server/game/Entities/Object/ObjectGuid.h # src/server/game/Entities/Object/Updates/UpdateField.h # src/server/game/Entities/Object/Updates/UpdateFields.cpp # src/server/game/Entities/Object/Updates/UpdateFields.h # src/server/game/Entities/Player/CollectionMgr.cpp # src/server/game/Entities/Player/CollectionMgr.h # src/server/game/Phasing/PhaseShift.cpp # src/server/game/Phasing/PhaseShift.h # src/server/game/Phasing/PhasingHandler.cpp
2021-04-05Core/Misc: Improve enum flags with type safe operatorsShauren
(cherry picked from commit 0763844fb604075580e1c84672cb2e4a4fe19cde) # Conflicts: # src/server/game/AuctionHouse/AuctionHouseMgr.cpp # src/server/game/AuctionHouse/AuctionHouseMgr.h # src/server/game/Entities/Object/ObjectGuid.h # src/server/game/Entities/Object/Updates/UpdateField.h # src/server/game/Entities/Object/Updates/UpdateFields.cpp # src/server/game/Entities/Object/Updates/UpdateFields.h # src/server/game/Entities/Player/CollectionMgr.cpp # src/server/game/Entities/Player/CollectionMgr.h # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Globals/ObjectMgr.h # src/server/game/Phasing/PhaseShift.cpp # src/server/game/Phasing/PhaseShift.h # src/server/game/Phasing/PhasingHandler.cpp
2021-04-04Core/Player: Fix output of .additem command with negative count value (#26290)Mikhail Redko
2021-04-04Group repair command attempt (#26304)CraftedRO
* Group repair command attempt * Update cs_group.cpp
2021-04-04MapExtraction: Fix water height redundancy algorithm ignoring "no water" ↵killerwife
(#26324) * MapExtraction: Fix water height redundancy algorithm ignoring "no water" * Update MMAP_VERSION * Change map version Co-authored-by: jackpoz <giacomopoz@gmail.com>
2021-04-04Core/Maps: Change .map file version from FourCC to uint32 (#26326)Giacomo Pozzoni
2021-04-03CI/GitHub: Install GCC 8 (#26341)Giacomo Pozzoni
2021-04-03Revert "Core/Spells: Spells with Attribute ↵Keader
SPELL_ATTR1_DISPEL_AURAS_ON_IMMUNITY should dispel snare auras. (#20621)" This reverts commit b507acf1c04ff6e9d0a075f9663e9549d5b238b4.
2021-04-03DB/Creature: Add scripts to some creaturesCraftedRO
Closes #26335
2021-04-03Scripts/Quest: Rework 'Basic Orders' (25199) (#26294)offl
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 139)Cerveciento
Closes #26338
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 138)Cerveciento
Closes #26336
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 137)Cerveciento
Closes #26330
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 136)Cerveciento
Closes #26327
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 135)Cerveciento
Closes #26320
2021-04-02DB/Locales: Add missing esES & esMX quest locales (Part 134)Cerveciento
Closes #26314
2021-03-26Core/Maps: increase value of fixed offset when retrieving floor Z (#26321)Gildor
2021-03-23DB/Gossip: Use original gossip ids in some casesoffl
2021-03-23DB/Locales: Add missing esES & esMX quest locales (Part 133)Cerveciento
Closes #26306
2021-03-23DB/Locales: Add missing esES & esMX quest locales (Part 132)Cerveciento
Closes #26284
2021-03-23DB/Creature: Add scripts to some creaturesCraftedRO
Closes #26273 Closes #26274 Closes #26275 Closes #26282 Closes #26287 Closes #26289
2021-03-20DB/Locales: Remove (Deprecated) & (UNUSED) parts of object & creature names ↵offl
if English names doesn't contain those words
2021-03-20Scripts/Ahn'kahet: Herald Volazj texts (#26202)offl
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-03-20Group level up (#26139)Jakub Cieplinski
* First version of command handler * Done HandleReviveAllCommand * Moved command to group subcommonads * Added group level up * Removed empty line * Added additional nullchecks * Removed newline * Code styling * Added group set level command * Removed whitespace * Removed group set level command * Unnecessary comma * Added check for level lower bound
2021-03-19DB/Creature: Add scripts to some creaturesCraftedRO
Closes #26257 Closes #26262 Closes #26263 Closes #26265 Closes #26267
2021-03-19DB/Locales: Remove (Deprecated) & (UNUSED) parts of some object & creature namesoffl
Closes #26258 Closes #26259 Closes #26260 Closes #26268
2021-03-19DB/Loot: Remove 'Wastewander Water Pouch' from Andre Firebeardgygyti
Closes #26256
2021-03-19DB/Loot: Create common skinning loot tables for some dragonsoffl
Closes #26251
2021-03-19DB/Loot: Add skinning loot to Goreclaw the Ravenousoffl
Closes #26250
2021-03-19DB/Locales: Add missing esES & esMX quest locales (Part 131)Cerveciento
Closes #26266
2021-03-19DB/Locales: Add missing esES & esMX quest locales (Part 130)Cerveciento
Closes #26252
2021-03-17DB/Locales: Add missing esES & esMX quest locales (Part 129)Cerveciento
Closes #26249