aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-04DB/Creature: Hrothgar Landing FixupsKillyana
By @Malcrom
2015-10-04DB/Creature: Fix Champion go to bunny movementsKillyana
2015-10-04DB/gossip: Add missing gossips to Garrosh HellscreamKillyana
2015-10-04DB/Creature: Fix Npcflag for High Overlord Saurfang and Muradin BronzebeardKillyana
2015-10-04Scripts/ICC: moved saurfang gossips to dbKillyana
Closes #14904
2015-10-04Core/Misc: renamed sGossipSelect parametersjoschiwald
2015-10-04Core/Scripts: Salanar the Horseman, Into the Realm of ShadowsCreshandKesh
- Show gossip_menu_option 9739 only if quest 12687 is accepted & not completed - Cast spell 52693, SPELL_REALM_OF_SHADOWS, when gossip option is selected Core script by @CreshandKesh (with some modifications) SQL part by @CreshandKesh and @tkrokli, condition adjustment by @Killyana. Closes #15603 Closes #15657
2015-10-04Merge pull request #15533 from Tomatodev/3.3.5jackpoz
Core/AuctionHouse: fix config value RATE_AUCTION_DEPOSIT < 1 ignored by deposit formula
2015-10-03DB/Creature: Spirit of OlumKillyana
Move the script to the DB Fix conditions for the teleportation Add the missing teleportation to the Chamber of Command Fix gossip text
2015-10-03DB/Misc: Multiple DB FixesKillyana
2015-10-03DB/SAI: RazormawKillyana
By @pete318 Update #8988
2015-10-02DB/Gossip Menu: Add missing gossips for Karazhan's npcsKillyana
Move npc_berthold script to the DB Add missing gossips Closes #15564 Thanks to @Riztazz and @xjose93
2015-10-02Heigan cleanup:treeston
- NearTeleportTo hack -> proper spell with DB coordinates - Add boss emotes - Some code streamlining using event phases and IN_MILLISECONDS instead of large constants - Improvement to eruption hitbox and delimiters to match retail layout more closely - Spell timers adjusted from sniffs
2015-10-01DB/Creature: Murloc ScoutKillyana
Closes #15612
2015-10-01DB/Event: Argent Confessor PaletressKillyana
http://wow.gamepedia.com/Argent_Confessor_Paletress
2015-10-01DB/Creature: Azuremyst Isle pathingAokromes
By Malcrom
2015-09-30DB/Waypoints: Fix Artificer Daelo pathKillyana
Updates #15630
2015-09-30Core/Transports: Fixed accessing deleted instance transportsShauren
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps Closes #15633 (cherry picked from commit 8745e08be020471db886e11a3a7512a751141562)
2015-09-30Merge pull request #15637 from Tonghost/3.3.5MitchesD
Core/Misc: Fix a typo
2015-09-30Merge pull request #15628 from Espionage724/patch-1MitchesD
Update authserver.conf.dist
2015-09-30Core/Misc: Fix a typoIncorrect
2015-09-29DB/Npc: Niffelem Frost Giant and FrostworgKillyana
Remove wrong spawns and add vehicle accessories
2015-09-29DB/Creature: Fix some Npcs in The Storm PeaksKillyana
Fix Brunnhildar Prisoner react state. Add missing aura to Dead Frost Giant and Frostworg Carcass, and remove random movements Fix react state for Brunnhildar Warbear, Frostworg and Niffelem Frost Giant, and add SAI scripts. Fix inhabittype for some npcs trigger. Closes #15635 Closes #15634
2015-09-29Core/Maps: Moved corpse management to map levelShauren
(cherry picked from commit cd27fd38b93884797c094a82dc7beb0498e2f124) # Conflicts: # src/server/database/Database/Implementation/CharacterDatabase.cpp # src/server/database/Database/Implementation/CharacterDatabase.h # src/server/game/Entities/Corpse/Corpse.cpp # src/server/game/Entities/Creature/GossipDef.cpp # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Player/Player.h # src/server/game/Globals/ObjectAccessor.cpp # src/server/game/Globals/ObjectAccessor.h # src/server/game/Globals/ObjectMgr.cpp # src/server/game/Globals/ObjectMgr.h # src/server/game/Grids/ObjectGridLoader.cpp # src/server/game/Handlers/AuctionHouseHandler.cpp # src/server/game/Handlers/CharacterHandler.cpp # src/server/game/Handlers/ChatHandler.cpp # src/server/game/Handlers/QueryHandler.cpp # src/server/game/Maps/Map.cpp # src/server/game/Server/Packets/CharacterPackets.cpp # src/server/game/World/World.cpp # src/server/scripts/Commands/cs_reload.cpp
2015-09-29DB/Quest: Anatoly Will TalkKillyana
Closes #15618
2015-09-29DB/Quest: BlackoutKillyana
Closes #15617
2015-09-28Update authserver.conf.distSean Rhone
- Added new line for consistency
2015-09-28DB/Characters: Updated character create for update hashr00ty
Updated hash for 2015_08_26_00_characters_335.sql for map local guids commit Closes https://github.com/TrinityCore/TrinityCore/issues/15601
2015-09-28Merge pull request #15619 from pete318/ah_spawnidpete318
(3.3.5/Core/Auctions) - Changes to Auction House (use of guids)
2015-09-28Auction house changes:pete318
- Stop storing guid for auctioneer. - Store instead house ID - No separate ID for various houses. Only Horde, Alliance and Neutral. - Removed non-needed faction checks. - Use enum for auction house IDs NOTE: This will expire all current auctions and return item to player (or award to high bidder) in order to prepare database for the changes.
2015-09-28Scripts/Naxxramas: Adjustments to the Loatheb encountertreeston
- Adjusted doom cast timings as per boss mod timers. - Add Deathbloom's final tick using spellscript - Move Spores' Fungal Creep cast handling to Loatheb's cpp instead of handling it in SmartAI - Fungal Creep should also be cast if the spore expires (important for Spore Loser achievement) - Remove Fungal Creep from players on reset to avoid cheesy strats
2015-09-27Core/DBLayer: Build fix in addition to 25c03039768fefa79dd75d491997c28e451a09a7jackpoz
2015-09-27Core/DBLayer: Allocate a single buffer for entire prepared result set ↵Shauren
instead of separate ones for each field (cherry picked from commit 8652f4b4de5ed02c89f9db91367125a04ce52dd4)
2015-09-27Core/DBLayer: Added compile time validation for prepared statement indexes ↵Shauren
passed to DatabaseWorkerPool::GetPreparedStatement turning mistakes like the one fixed in 0327927fa61434d432f9749fd9242ae5dce9a5cd into compiler errors. (cherry picked from commit 7c75160f590812f0c5d70fd9c68441068e2ded48) Conflicts: src/server/database/Database/Implementation/HotfixDatabase.h src/server/shared/DataStores/DB2StorageLoader.cpp src/server/shared/DataStores/DB2StorageLoader.h src/server/shared/DataStores/DB2Store.h
2015-09-27Core/DBLayer: Optimized prepared statement query results by eliminating ↵Shauren
unneeded buffer copies * Improved error logs for using incorrect Field getters to also include table name, field name and field index. (cherry picked from commit 65dbc7082a60b67b76966259130aedc337af3eca) Conflicts: src/server/database/Database/Field.h src/server/game/Globals/ObjectMgr.cpp
2015-09-27Core/Misc: Fixed macro redefinition warnings when building for running under ↵Shauren
helgrind (cherry picked from commit ec5700c2a25e64842a9d3f81b48535b349a9d466)
2015-09-27Buildsystem/MSVC: Added missed changeShauren
(cherry picked from commit 7732ad5153783ca31d32c6812f21c2b723fd589a)
2015-09-27Buildsystem/MSVC: Enabled /Zc:throwingNew for Visual Studio 2015 buildsShauren
More info here: http://blogs.msdn.com/b/vcblog/archive/2015/08/06/new-in-vs-2015-zc-throwingnew.aspx Closes #15230 (cherry picked from commit dcb1990e93bb879c88f1b43eb13292afa6baac86)
2015-09-27Merge pull request #15191 from Rushor/actionRushor
Core/SAI: Add SMART_ACTION_RISE_UP for Z Axis (cherry picked from commit ba6da26e5db8cd6c3418d2a401e84d8701ac89f1)
2015-09-26Server/Game/AuctionHouseTomatoes
Fixes world config value of less than 1 being ignored by deposit formula. Had problems with the last commits and pr, sorry Update AuctionHouseMgr.cpp Adds another check to config to handle values over 1 and properly adjust the minimum higher. Thanks jackpoz!
2015-09-26DB: Fix a Typo on trinity stringKillyana
By @galathil Closes #15567
2015-09-26DB/Creature: Add channeling cosmetic spell for Shadow ChannelerKillyana
Add 2 missing spawns Add emote for Cult Researcher
2015-09-26DB/Creature: Iceskin SentryKillyana
Add missing aura Fix movements and react
2015-09-26DB/Creature: Eversong RangerKillyana
SAI fix Closes #15602
2015-09-26DB/Misc: Fix some Unit flagsKillyana
Add Sai for Released Soul Add some missing auras
2015-09-26DB/Item: Sylvanas Music BoxKillyana
Closes #7865
2015-09-25Merge pull request #15473 from Treeston/3.3.5-fixplayerdamagereqjackpoz
Core/Unit: Player-summoned creature damage counts towards quest credit
2015-09-25Core/Commands: Fixed .gobject move and turnShauren
(cherry picked from commit 7eb25f1af6b74d3559b541d45da6cce50e657ba4) Closes #3802 Closes #15598
2015-09-25Core/Commands: Fixed .gobject add commandShauren
(cherry picked from commit b4d044aa13b06ae50b4e468d6647bd7a9eb1cc3e)
2015-09-25Custom logic for putting people in combat instead of relying on CreatureAI ↵treeston
or Creature methods.