aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-11Core/Game: Move MapScripts to game/MapsNaios
* Since this class implements methods of the Map class
2016-04-11Build fixShauren
2016-04-11Core/AHBot: Improve AHBot seller math (#16123)Andrew Letson
Eliminates edge cases with low values that would round to zero due to using uint32 in the calculation of sell price and buyout price.
2016-04-11Add missing characters.updates, also build fixShauren
2016-04-11Core/Blackmarket: Implemented black marketGigi1237
2016-04-11Tools/VMapExtractor: Fix an unitialized access to casc if locale isn't foundKarrokDC
Fix Coverity issue CID 1341054
2016-04-11DB/Misc: Spawn Firelands portal and fix Captain Beld mapKillyana
Closes #16340
2016-04-11Update revision_data.h.in.cmake and the `updates` in base SQLsDDuarte
2016-04-11TDB 6.04 - 2016/04/11TDB6.04DDuarte
2016-04-11DB/Creature: More exterminationsDDuarte
This time in the Halls of Anguish in Black Temple ALso script Mutant War Hound (cherry picked from commit f93d91aa1b7e49edb1b7fd1380abaf83083e6acc) # Conflicts: # sql/updates/world/2016_04_10_00_world.sql
2016-04-10Core/Misc: Build fix for dynamic linkingShauren
2016-04-10Implement AuctionHouse features: GetAll scan and search throttlingpete318
Implements two standard features of the Auction House. * GetAll scan, retrieves all auctions and sends them in a single packet. There's a limitation on how often a player can do this (Max 55000 items) * Search throttling. For normal searches, the server can send a time in milliseconds to the client, the client will wait that long between searches. Delay set in config Closes #16469 (cherry picked from commit 3aaeb574050668e5a240078f6e40337c3975d110)
2016-04-10Add missing configuration key LoginDatabase.SynchThreads.Gacko
2016-04-10Add missing configuration key BanExpiryCheckInterval.Gacko
2016-04-10DB/Creature: fixed few spawns masks from recent commitsMitchesD
2016-04-10SQL import fixShauren
2016-04-10Merge branch '3.3.5-naxxcleanup' into 3.3.5. (PR #16524)treeston
(cherry picked from commit f37682b7edd0d711e1120cbdd9d627fb5b9dbde1)
2016-04-10DB/Misc: More Hellfire fixesDr-J
1) Rescript Natural Remedies with all visuals and event rather than only spawning Goliathon 2) Raging Colossus will now summon Raging Shardling 3) Added missing spells to event with Earthbinder Galandria when the Earthbinder is turned in, also ensuring that the whisper takes places when quest taken from Tola'thion (cherry picked from commit 7f00d185f4dd9fbb9da867c840b39f1174586ee3)
2016-04-10DB/Quest: Taken in the NightDr-J
CPP > SAI conversion of script for http://www.wowhead.com/quest=10873/taken-in-the-night Also closes #16098 (cherry picked from commit 546c8a5b8ead9d198f13e9a22cb7e573317b350a)
2016-04-10Scripts/Naxxramas: Fix an edge case crash in Gothik. Closes #16575.treeston
(cherry picked from commit a23ccc1b83ded39501d690e288be49be8f32b539)
2016-04-10DB/Creature: Fix some DB errorsKillyana
2016-04-10Merge branch '3.3.5-horsemen' into 3.3.5-base (PR #16194)treeston
(cherry picked from commit e8a79737a530fe9b605fa6d62a84c1531d56965b)
2016-04-10Renamed PublicKeyFile -> CertificatesFileShauren
2016-04-10Merge branch '3.3.5-gothik' into 3.3.5-base (PR #16142)treeston
(cherry picked from commit d23ef5d6d073ecc9a0a401875f216449e031998e)
2016-04-10Make private key and public key configurable.Gacko
Defaults to the files installed to the bin directory.
2016-04-10DB/Misc: Fix errorsDr-J
Fix startup errors introduced with https://github.com/TrinityCore/TrinityCore/commit/83efabefe896146cf6d55d0341abed2a47c7459f (cherry picked from commit bea174e998e205e16449605b7da116c1ca0a46bb)
2016-04-10DB/Misc: Flight Master SAIDr-J
Use proper spells to summon enraged wyverns, gryphons, hippogryphs and felbats instead of directly summoning with SAI action 12, also remove second line of all scripts as all of these used 2 lines of sai to summon two npcs on agro, the spells summon 2 in one cast so only one line needed. (cherry picked from commit 83efabefe896146cf6d55d0341abed2a47c7459f)
2016-04-10DB/SAI: Underbog ColossusShauren
http://www.wowhead.com/npc=21251/underbog-colossus#comments Add missing on death events, previously when killed these always cast toxic pool When killed now one of the following will happen * Nothing * Spawn Toxic Pool * Spawn 2 Colossus Lurker http://www.wowhead.com/npc=22347/colossus-lurker#comments * Spawn around 10 of Colossus Rager http://www.wowhead.com/npc=22352/colossus-rager#comments (cherry picked from commit 3c4f4356298d974c507fbd4c3fa54c1d4075e091)
2016-04-10Merge PR #14824 'tkrokli/spell_mod_stealth_stand_state' into 3.3.5jackpoz
(cherry picked from commit 1511855fea156123b24b9fd429f25266c4918363)
2016-04-10DB/Misc: Shadowfang Keep Heroic UpdatesKillyana
2016-04-10DB/Misc: Fix Hero's call boardsKillyana
2016-04-10DB/Event: Add missing objects for Love is in the Air world event - In ↵Killyana
following zones Exodar, Darnassus, Iron Forge, Stormwind, Moonglade, Outlands(includes Shattrath), Northrend (includes Dalaran) (1941 objects in total are added). Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/0cdea4889188e8b6823f5f1b3fe2f8914a1e9de5
2016-04-10DB/Event: Add all missing Lunar Festival Objects in Exodar, Darnassus, Iron ↵Killyana
Forge Cherry picks from https://github.com/TrinityCore/TrinityCore/commit/6f75bf9e0b4167febf1a6ad35af51782c80c879d
2016-04-10Core/Networking: Fixed a crash caused by attempting to connect directly to ↵Shauren
worldserver by setting portal=worldserver address Closes #16927
2016-04-09DB/Creature: Add pathing for Moonglade Warden & update aura's for Manifest ↵Killyana
Nightmare & Phantasmal Lash Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/2a76b18d11d6203bdf2e1246cae95dddb4f87c49
2016-04-09SQL import fixShauren
2016-04-09DB/Event: Add all Lunar Festival Objects & SAI in MoongladeKillyana
And restore deleted objects Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/61ec77c87860b3651e34fd0d22d2ded002f67add https://github.com/TrinityCore/TrinityCore/commit/6ca400b35eb44ed1392fdab093f521ee4787a63b
2016-04-09DB/Event: Add missing Commoner for Winter Winter VeilKillyana
Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/e6a7818a9a12b085c8ea07cfb8b3c6d1d700a112
2016-04-09DB/Creature: Add pooling for Ethereum JailorKillyana
Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/8a2a129d3597e5410f34ed72c8ead2fd9987f841
2016-04-09DB/Event: Add missing Feast of Winter Veil spawns in Eastern KingdomsKillyana
Cherry Picks from https://github.com/TrinityCore/TrinityCore/commit/97f06d07cbccd7ad77487b17f822682b81ef115e
2016-04-09DB/Event: Add missing Feast of Winter Veil spawns in Azuremyst Isle (Exodar)Killyana
Cherry Picks
2016-04-09DB/Event: Add missing Feast of Winter Veil spawns in SilvermoonKillyana
Cherry Picks
2016-04-09DB: TypoKillyana
2016-04-09DB/Creature: Bro'Gaz the ClanlessKillyana
Cherry Picks
2016-04-09DB/Event: Additional Feast of Winter Veil gameobject & creature fixesKillyana
Cherry picks
2016-04-09DB/Creature: Remove a wrong spawn and fix Lunchbox react stateKillyana
2016-04-09SQL import fixShauren
2016-04-09DB/Creature: Skyguard Handler/Skyguard Nether Ray WaypointKillyana
2016-04-09DB/Creature: Wyrmcaller VileKillyana
2016-04-09DB/Conditions: Add target for "Collect Data" and "Bluff" used by Iron GolemKillyana