aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-09-24Core/Creature: Better formations implementationAokromes
By Malcrom
2015-09-24Build: Fix non-pch build after dcb7082277447c21b11c4a1d59f105fa342c172eCarbenium
2015-09-23minor typoPirricli
2015-09-23Combat with distant creaturespete318
Iterate creatures in combat with players during map update, and also visit their cells if greater than player visibility distance away.
2015-09-23Fix typounknown-8H3D
2015-09-23Merge pull request #15313 from pete318/map_local_guid_335Carbenium
[3.3.5/Core/Map] map local guids 6.x -> 3.3.5
2015-09-23Config: Typo/Cosmetic changesmthsena
2015-09-22Config ; Minor Typom_pan
# Updates.SourcePath > # Updates.MySqlCLIPath
2015-09-22Revise MaxPrimaryTradeSkill commentm_pan
see https://github.com/TrinityCore/TrinityCore/issues/15575
2015-09-22Map local guids 6.x -> 3.3.35:pete318
Implemented: https://github.com/TrinityCore/TrinityCore/commit/ca83e14f8b141fab0a13e08f48fca6c1ace0c4c7 https://github.com/TrinityCore/TrinityCore/commit/ee1c1b97be4492ecabe8b15ea6323fc37e4eaa8c https://github.com/TrinityCore/TrinityCore/commit/18e4ab6911468b829b0fc768e532a770263c3717 https://github.com/TrinityCore/TrinityCore/commit/bf37446b3c2ed73b4d3aa9e227d3eff5c53b378b https://github.com/TrinityCore/TrinityCore/commit/cb854a2b7bb7bd96cf9c4d1daf3789f797bf4db8 * This adds separate (per map) guid sequences depending on object type * Ported map object container from cmangos/mangos-wotlk@a2d396e * Added type container visitor for TypeUnorderedMapContainer * Implemented helper function to erase unique pairs from multimap containers * Moved object storage of all objects except players and transports to map level * Added containers linking database spawn id with creature/gameobject in world * Renamed DBTableGuid to spawnId * Added a separate spawn id sequence generator for creatures and gameobjects - this will be used in db tables * Moved building SMSG_UPDATE_OBJECT - updatefields changes broadcast to map update * Added new function to return but not increment guid * Adjusted .debug loadcells to show low guid in map before/after load * Added debug messages for creature spawn/destroy, for map guid debugging * Store all Gameobjects and Creatures added to OutdoorPvP, so the callback script can be removed when OutdoorPvP instance is destroyed.
2015-09-22Core/Creature: Fixes Issue with Formations with 2 waypointsAokromes
By Malcrom
2015-09-22Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
This reverts commit 8ea17647e6bced9d4d027c94ecdc63369cb4c6df.
2015-09-22Merge pull request #15554 from MrSmite/AHBot_BuyerShauren
Fix AHBot Buyer to stop counting own auctions
2015-09-21Fix AHBot Buyer to stop counting own auctionsMrSmite
2015-09-21DB/NPC: Stable MastersKillyana
Closes #15505
2015-09-21Core/Creature: Fix formations to prevent crossoverAokromes
By Malcrom
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ↵StormBytePP
hack to crash the core misusing assert
2015-09-20Scripts/Naxxramas: Fixed an incorrect spellid for Naxx10 Hateful Strike.treeston
2015-09-16Core/ObjectMgr: Fix loading quest's RewardSpellsNyeriah
(spells rewarded on quest completion)
2015-09-15Core/Unit: Fixed incorrect value sent in highest threat unit updateShauren
2015-09-15Merge pull request #15497 from ShinDarth/335-miscMitchesD
[3.3.5] Low priority changes after latest backports
2015-09-14Merge pull request #15514 from ShinDarth/ticketCarbenium
Scripts/Commands enhance .ticket complete command
2015-09-14Core/Misc: rename some variables after latest backportsShinDarth
2015-09-14Scripts/Commands enhance .ticket complete commandShinDarth
2015-09-14Merge pull request #15503 from Treeston/3.3.5-patchwerkShauren
Creature/BossAI/Patchwerk: Fix Hateful Strike behavior
2015-09-14Scripts/Naxxramas:treeston
Fixes to Patchwerk AI: - Hateful Strike can only target the highest 1 (10m)/ 2 (25m) threat targets that aren't the current target. Out of these targets, Hateful Strike hits the highest current HP target. - Hateful Strike now properly adds threat to all targets eligible for it, plus the current target if it is in melee range. Actual threat amount is not from sniffs - please update this if you have conclusive retail data. - Cleaned up some millisecond constants and variable names.
2015-09-14Scripts/Naxxramas:treeston
Fixed bugs with Sapphiron encounter: - Sapphiron will now properly re-engage if the previous attempt ended while he was in flight. - Sapphiron will now properly be hovering while in the air phase instead of standing idly on the ground. - Move Frost Resistance achievement check from custom script to spell 60539 (Sapphiron Achievement Check), thanks to @Shauren for the heads up.
2015-09-12Removed wip leftoversShauren
2015-09-12Default initialize i_path instead of using NULLShauren
2015-09-12Core/Players: Changed multi-segment taxi paths to fly nearby flight masters ↵Shauren
along the way, not directly through them * Taxi cost on multi-segment paths is now charged per segment when it is started
2015-09-12Core/Scripts: fixed startup errorsjoschiwald
Closes #14730
2015-09-12Scripts/Ulduar: Fix issue reported by static analysisjackpoz
Coverity defect ID: 1316690
2015-09-12Core/Quests: Fix issue reported by static analysisjackpoz
Coverity defect ID: 1323839
2015-09-10DB/World schema backport: updated quest_template tableShinDarth
2015-09-10Merge pull request #15459 from ShinDarth/quest_template_backportMitchesD
DB/World schema backport: updated quest_template table
2015-09-10DB/World schema backport: updated quest_template tableShinDarth
2015-09-09Allow player-created temporary summons (quest "helper" NPCs summoned by item ↵treeston
etc.) to contribute to the 50% player damage requirement. Fixes quests such as "Valduran the Stormborn" (12984) or "The Air Stands Still" (13125) which previously required the player to out-damage the "helper" NPC to get credit.
2015-09-09Merge pull request #15452 from Treeston/3.3.5Duarte Duarte
Core/Unit: Allow mounting for certain transformations
2015-09-08Config: Minor Typom_pan
# Updates.SourcePath > # Updates.MySqlCLIPath
2015-09-07Allow mounting while under transformations that can be cast while mounted.treeston
Closes #12042. Credit to @SeTM for base code used.
2015-09-05Core/Spells: Fix crash happening when using items to cast spellsjackpoz
Fix a crash happening when using items casting spells like Item ID 37198 Fix #14900
2015-09-05Core/Dungeon Finder: Fix groups queuing broken by ↵jackpoz
1e71aba2ee656a8407dec63a69d0879e16a070e2 Fix queuing in LFG with 5-men groups leaving the party in queue forever, caused by group GUID being added to list of party members.
2015-09-05Core/Dungeon Finder: Improve ".lfg queue debug" commandjackpoz
Log roles of every combinations in ".lfg queue debug" output
2015-09-05Core/Chat: Allow to sanitize | characters when sending messages to clientsjackpoz
Add an optional parameter "escapeCharacters" to ChatHandler::SendSysMessage() to properly escape | character, otherwise it might freeze the client.
2015-09-04Core/SmartScripts: SMART_ACTION_TALK - added action param 3 to set target as ↵MitchesD
talk target (used for $vars in texts and whisper target) * by default (action param 3 is 0), it will try to trigger talk of the target (cherry picked from commit 7b491046e94af498b2428ebe7decf6353cbb61a2)
2015-09-03Core/Spells: Make players immune to the taunt aura.chaodhib
2015-09-03DB/World: fix bad field rename introduced in ↵ShinDarth
6b43e72f019b6a91be812f4e4da58a4dae7c21a6
2015-09-02Merge pull request #15384 from ShinDarth/quest_backports2Duarte Duarte
DB/World schema backport: sort some quest_template fields using 6.x style
2015-09-02Merge pull request #15356 from ShinDarth/quest_backportsDuarte Duarte
DB/World schema backport: quest_details, _request_items and _offer_reward
2015-09-02Script/BoreanTundra: Fix dialog and final waypoint for quest 11570: "Escape ↵treeston
from the Winterfin Caverns" This fixes the following bugs: Escortee NPC quotes are out of order (see #15396 (comment)) Final escort waypoint is located incorrectly and causes the escorted NPC to drop all the way to the bottom of the ocean before quest completion is awarded. Closes #15396 Signed-off-by: DDuarte <dnpd.dd@gmail.com>