aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-27Tools/MMaps: Allow to specify different Recast settings for different mapsjackpoz
Allow to specify different Recast settings for different maps, currently handled in GetMapSpecificConfig() as a switch statement. Set walkableRadius to 0 in Blade's Edge Arena (Map ID 562) so the pets can walk on the thin rope between the bridge and the pillar.
2019-01-26DB: Add missing player faction change itemsKillyana
2019-01-26DB: Fix WrathGate spell area and npcs reactionKillyana
Closes #20772
2019-01-26DB/Quest: Remove deprecated mount questsKillyana
2019-01-26DB/Creature: Scholomance OccultistKillyana
2019-01-26Circle CI (#22982)Giacomo Pozzoni
* Build/CI: Add Circle CI * Fix travis
2019-01-26Dep/Recast: Update recastnavigation to ↵jackpoz
https://github.com/recastnavigation/recastnavigation/commit/14b2631527c4792e95b2c78ebfa8ac4cd3413363 Rebuilding mmaps IS required
2019-01-25Travis/CI: Upgrade to xenial image (#22981)Giacomo Pozzoni
* Travis/CI: Upgrade to xenial image * Travis/CI: Remove old Travis configuration
2019-01-24SpaceKillyana
2019-01-24DB/Creature: Update visibility distance for difficulty entryKillyana
2019-01-22DB/Quest: The Sun GateKillyana
Closes #22977
2019-01-22DB/Quest: Alien EggKillyana
Closes #22668
2019-01-22DB/Spell: Fix some dbc spellsKillyana
2019-01-22DB/Quest: The Final Code (horde version)Killyana
2019-01-22DB/GameObject: Stonebreaker BrewKillyana
2019-01-21DB/Quest: Deactivating the SpireKillyana
Closes #22966
2019-01-21Core/MapScripts: Allow GameObjects to be caster of SCRIPT_COMMAND_CAST_SPELLjackpoz
2019-01-19Core/Spells: Fix assert triggeredjackpoz
Fix assert triggered when a spell would trigger another spell in OnEffectHitTarget that would kill the target, then processing the main spell effects. The triggered spell can kill the target, changing its death state to CORPSE and removing auras created. Fix #22306
2019-01-19Core/Misc: Fix clang 6.0 warningsjackpoz
Ported from e9bcae1fada64bc3400c3204f7365edcecd640cc
2019-01-19DB/Creature: Fix visibility for every creatureKittnz
A lot of creatures didn't have an entry in creature_template_addon
2019-01-18Core/Misc: Update 85e3169fbd7b2da70e0f054399f4db64ded36325 about SOAPjackpoz
Change again how SOAP is stopped if SOAP successfully binds but worldserver fails to bind its sockets. A crash remains if SOAP fails to bind because it calls exit() and that triggers asserts everywhere.
2019-01-18Core/Networking: Set SO_REUSEADDR on *nix platformsjackpoz
2019-01-18Build/Misc: Removed -DDEBUG from clang compile optionsShauren
(cherry picked from commit b0609757d32cfe256794e354d13f98d5a4c97020)
2019-01-18Core/Misc: Fix shutdown with SOAP enabledjackpoz
Fix worldserver entering a loop when having SOAP enabled but failing to bind both SOAP and worldserver listened socket. SOAP thread would keep trying to bind the socket over and over checking World::IsStopped() condition that was never set to true
2019-01-17DB/Creature: Update visibilityDistanceType on creature_addonKillyana
ref https://github.com/TrinityCore/TrinityCore/commit/d1c3ee957962897a8b323e8ca40302fc5ff8c932
2019-01-17Core/Misc: update SMSG_UPDATE_WORLD_STATE usesccrs
2019-01-17Server/Packets: port WorldStatePackets from masterccrs
2019-01-17 DB/Creature: North Fleet MarksmanKillyana
Closes #22949
2019-01-16DB/Quest: Meet Lieutenant Icehammer...Killyana
Closes #22951 Thanks to Sorikoff for the initial script
2019-01-16Scripts/ICC: npc_suppresser correctionsccrs
closes #22908
2019-01-16Core/Creatures: Only allow class and pet trainers to reset talents and teach ↵Shauren
dual spec Closes #22953
2019-01-16Rename SQLKittnz
2019-01-16Core/Objects: increase sight range of objects & correct general default ↵Kittnz
visibility distance (#22891) This can be used for anything really. Note: This does not make the object active. #21111 #21681
2019-01-16DB/Gossip: Shayis SteelfuryKillyana
2019-01-16DB/SAI: Warlord Zol'MazKillyana
Ref #20246
2019-01-16DB/Trainers: Remove conditions related to Blacksmithing specialization from ↵Killyana
trainers as this was moved to spells Players will be able to see this spells but learning requires the correct specialization
2019-01-15DB/Creature: Re-script for Valis Windchaser, Rugan Steelbelly and Jeran LockwoodKillyana
2019-01-15Warning fixShauren
2019-01-15Core/Auth: Implement additional version check for modified clients during loginShauren
2019-01-15Core/Commands: Fixed creature/gameobject move commands not updating which ↵Shauren
cell they belong to Closes #22720
2019-01-15Core/Quest: Fix crash in GetQuestDialogStatus()Giacomo Pozzoni
Fix possible NULL dereference in GetQuestDialogStatus() Fixes #22516
2019-01-14DB/Gossip: Add missing gossipKillyana
2019-01-14DB/Gossip: Update gossip menus with the correct entryKillyana
2019-01-14DB/Creature: Update Lord Victor Nefarius gossips with the correct entryKillyana
Closes #22946
2019-01-14DB/Loot: Fix loots for Kim'jael's EquipmentKillyana
Closes #22809
2019-01-14DB/Creature: Giant TidecrawlerKillyana
2019-01-14DB/SAI: North Fleet Sailor, Vengeance Bringer, North Fleet Medic, ↵Sorikoff
Winterskorn Scout Closes #22941 Closes #22943 Closes #22944 Closes #22947
2019-01-14Core/Unit: rename & cleanup GetCreatePowersccrs
it hurted my eyes too much
2019-01-133.3.5 UnitAI (#22911)Giacomo Pozzoni
* Core/AI: Revamp how UnitAI changes are applied Revamp how UnitAI changes are applied by storing current AI in a variable and all previous AIs plus current in a stack. The callers can push/pop AIs on the stack that will take effect only in next Unit::Update() call. The current AI will be a valid object for the whole duration of Unit::Update() and until next Unit::Update() call. * Core/AI: Apply new AI change code * Core/AI: Fix build * Core/AI: Fix crash on Creature::AIM_Create() * Core/AI: Fix crash * Core/AI: Restore ASSERT * Core/AI: Fix UnitAI not being popped properly when restoring a charmed AI
2019-01-13Scripts/Borean Tundra: Corastrasza gossip menu improvements (#22942)Trond B. Krokli
- split the quest status check, the quest gossips are different - remove old hardcoded text (deprecated method) - enumerate already existing DB gossip menu option items