aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-10-18Merge pull request #13245 from Mihapro/4.3.4Duarte Duarte
DB/Quests: Fear No Evil changes
2014-10-18Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
Conflicts: src/server/game/Battlegrounds/ArenaTeamMgr.cpp src/server/game/Handlers/GroupHandler.cpp
2014-10-18Core/ObjectAccessor: don't use singleton when calling static methodsjoschiwald
2014-10-18Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/DungeonFinding/LFGMgr.cpp src/server/game/Handlers/ChatHandler.cpp src/server/game/Handlers/GroupHandler.cpp src/server/game/Handlers/LFGHandler.cpp src/server/game/Handlers/PetitionsHandler.cpp
2014-10-17Core: Implemented IPC (Inter-process communication) between worldserver and ↵Shauren
bnetserver using ZeroMQ library. * Implemented ToonReady and ToonLoggedOut battle.net packets
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
Fix packets not being sent to players on loading screen even if the system supports these packets to be queued and sent till the player is in world. There might be additional cases where this applies, please report back if you find any. Fixes #11339
2014-10-14Scripts/ToC: fixed typo introduced in cfc0c50b5e3bc84310417c5146ce0d5901e39fc5joschiwald
* also update anub arak position to sniffed values Closes #13323
2014-10-14Scripts/Icecrown Citadel: Register Rotface's summons so they can be ↵Nyeriah
despawned later
2014-10-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-11Scripts/GO: Remove go_field_repair_bot_74ADDuarte
Replaced by SAI in c05a4189e29f52e648103f07859f8b3bcf8e
2014-10-10Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-09Build: Fixed game & collision depending on each other for linkingShauren
2014-10-09Scripts/Dalaran: remove unneeded scriptMitchesD
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-10-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-04Core: Remove WhitespacesVincent-Michael
2014-10-04Scripts/Misc: fixed GameObjects chests in CoS and HoRMitchesD
Fixes https://github.com/TrinityCore/TrinityCore/issues/13246
2014-10-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-03Merge pull request #13259 from sonic3000/masterDuarte Duarte
Core/Scripts: Fix for issue #882
2014-10-03Core/Brewfest: Fix typo in b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (thx to ↵Vincent-Michael
Gooyeth)
2014-10-02Core/Brewfest: Fix typo in b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (thx to ↵Vincent-Michael
Gooyeth)
2014-09-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-30Core/Brewfest: Added texts for quest "Bark for the Thunderbrews!" / "Bark ↵Vincent-Michael
for the Barleybrews!"
2014-09-30Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid targetVincent-Michael
2014-09-30Fear No Evil changesMihapro
2014-09-29Core/GameObjects: Implemented new gameobject type 11 (transport) states, ↵Shauren
fixes elevators in orgrimmar as well as all stoppable elevators Closes #10019 Closes #12747 Closes #13194
2014-09-29DB/Quests: Fear No Evil quest scriptMihapro
Closes #13236 Fixes #12331
2014-09-28Core/Scripts: Fix for issue ↵sonic3000
https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326
2014-09-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-27Core/Spells: Fix typoVincent-Michael
2014-09-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp src/server/scripts/Spells/spell_dk.cpp src/server/scripts/Spells/spell_druid.cpp src/server/scripts/Spells/spell_shaman.cpp src/server/scripts/Spells/spell_warrior.cpp
2014-09-27Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 ↵Vincent-Michael
-Bark for T''chali''s Voodoo Brewery!"
2014-09-26Scripts/Spells: fixed typo in Improved Frost Presencejoschiwald
2014-09-26Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Last issue to be fixed, fixes #12960
2014-09-26Scripts: Fixed compiler warningShauren
2014-09-26Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMapMitchesD
2014-09-26Scripts/UtigardePinnacle: Prevent Ymiron from triggering a phase transition ↵Nyeriah
at death ...caused by the health percent multiplers used to check transitions
2014-09-25Scripts/Misc: Make InstanceScript::Initialize() obsoletejackpoz
Move all InstanceScript initialization code from Initialize() to the constructor. InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility.
2014-09-25Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Eighth batch of fixes targeting 80 issues reported by Coverity
2014-09-25Scripts/Icecrown CitadelShauren
* Fixed Deathbringer Saurfang faction * Fixed Coldflame faction
2014-09-25Scripting/Isle of Queldanas: Moved Converted Sentry to SAI.Malcrom
Closes #13121
2014-09-24Misc/Events:Vincent-Michael
- Fix Quest "There and Back Again" (only Horde-side) - Fix Quest "Now This is Ram Racing... Almost." (only Horde-side) - Fix more spell mechanics for racing ram To/Do: Fix gossips and some optimize
2014-09-23Core/Spells: Added missing stuff in 44bcfb86f5da0a5a374fc5b07431836b3c0f51c7Vincent-Michael
2014-09-23Core/Spells: Fix Ram Racing mechanicVincent-Michael
To/Do: Fix Quests and your lazy ass :/
2014-09-23Scripts: update blackrock cavernsjoschiwald
2014-09-23Scripting/Blackrock Caverns: Misc updates.Malcrom
2014-09-23Scripts/BlackrockCaverns: fix buildMitchesD
2014-09-23Scripting/Blackrock Caverens: A few updates to scripts.Malcrom
Spawning almost complete.
2014-09-22Core/Spell - Fix Remove Aura "The Eye of Acherus"iDenyDeX
Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 . Earlier, after using the player remained under the aura.
2014-09-22Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: sql/base/dev/world_database.sql src/server/game/Entities/Player/Player.h