aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-14Scripts/Violet Hold: Update Ichoron to new model (#26396)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-14Scripts/Violet Hold: Update Erekem to new model (#26395)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-14Scripts/VoA: Codestyle (#26394)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Core/Console: Fix uninitialized variableShauren
2021-04-13DB/Misc: Fix duplicate game_tele nameoffl
2021-04-13DB/Creature: Hulking Jormungaroffl
Closes #26340 By dr-j & illfated
2021-04-13DB/Locales: Add missing esES & esMX quest locales (Part 142)Cerveciento
Closes #26376
2021-04-13DB/Locales: Add missing esES & esMX quest locales (Part 141)Cerveciento
Closes #26362
2021-04-13DB/Locales: Add missing esES & esMX quest locales (Part 140)Cerveciento
Closes #26353
2021-04-13Scripts/Spells: Add script for Salvage Wreckage & update similar scripts ↵offl
(#26357) Closes #25099
2021-04-13Rename 2021_04_11_55_world_335.sql to 2021_04_13_00_world.sqloffl
2021-04-13Scripts/Zone: Update Dustwallow Marsh zone file (#26368)offl
* Scripts/Zone: Update Dustwallow Marsh zone file * Do you want SpellInfo back? Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts: Update Azuregos to new model (#26392)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Thaddius to new model (#26391)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Sapphiron to new model (#26390)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Razuvious to new model (#26389)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Patchwerk to new model (#26388)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Noth to new model (#26387)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Maexxna to new model (#26386)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Loatheb to new model (#26385)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Kel'Thuzad to new model (#26384)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Heigan to new model (#26383)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Grobbulus to new model (#26382)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Gothik to new model (#26381)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Gluth to new model (#26380)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Four Horsemen to new model (#26379)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Faerlina to new model (#26378)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-13Scripts/Naxxramas: Update Anub'Rekhan to new model (#26377)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-12Scripts/Zone: Update Feralas zone file (#26367)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-12Scripts/Utgarde Pinnacle: Update Gortok Palehoof to new model (#26370)offl
* Scripts/Utgarde Pinnacle: Update Gortok Palehoof to new model * RegisterGameObjectAI > RegisterUtgardePinnacleGameObjectAI Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-12Scripts/VoA: Update remaining scripts to new model (#26372)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-04-12Core/Shared: Remove unneeded DetourNavMesh.h include from SharedDefines.h ↵Jan Van Buggenhout
(#26374)
2021-04-12Scripts/Utgarde Keep: Update Ingvar to new model (#26369)offl
Co-authored-by: offl <offl@users.noreply.github.com>
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