aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-03Core/Player: Don't allow to join bg/lfg when frozen by a GMjackpoz
2015-06-03DB/Misc: Updates/Bug fixes to my recent commitsDr-J
1) Also add heroic difficulty spells for Negaton Screamer and assign existing to normal mode only 2) Re-do Slip'kiks waypoints (yes originally used wrong wp from sniff or position instead of points as wp format was different 3) Add Fengus's WP I missed these originally as did not look right but reason why not right was same as above 4) Remove SAI to add buffs to players on death of bosses this is from original script and is incorrect as buff must be cast from gossip as I already scripted 5) Fix the faction/quest issue with Captain Kromcrush 6) Cho'Rush the Observer can once again be killed that line to add invincibility hp was not meant to be in final.
2015-06-03Scripts/Auchindoun: Fix distance check in boss Shirrakjackpoz
Issue added in 88137c07b932ab5199c79a1d4f9d6246dac21e9e
2015-06-03Core/Shared: Hide the internal shared_ptr of the TaskContextNaios
* use . operator instead of -> to access the TaskContext now. * Add TaskContext::IsExpired to check whether the owner has expired.
2015-06-03DB/Creature: Howling Fjord - Movement - Whisper GulchRushor
2015-06-03Scripts/SmartScripts: Clear Movement on Deathrobinsch
2015-06-03Core/Matchmaking: Fix Discard Time overflow on server startpjasicek
Description: When server starts and RatingDiscardTimer config is set to some value, discardTime being unsigned int overflows for the time of RatingDiscardTimer value and causing all rated arena matches ignore matchmaking rating for that time.
2015-06-02DB/Creature: Negaton ScreamerDr-J
Script http://www.wowhead.com/npc=20875/negaton-screamer
2015-06-02Core/Creature Fix compiler warningCarbenium
2015-06-02Core/Player: Fix resurrection exploitjackpoz
Fix an exploit that allowed to resurrect even if corpse was not in range (teleport hack was required too)
2015-06-02Merge pull request #14811 from tkrokli/Knockback_flying_mountCarbenium
Core/Movement: Knockback Effect on Flying Mount
2015-06-02Merge pull request #14780 from mik1893/immune_to_npc_flagCarbenium
Core/Creature: UNIT_FLAG_IMMUNE_TO_NPC check only vs non-player targets
2015-06-02Core/Movement: Knockback Effect on Flying Mountrobinsch
by @robinsch; closes #6099 Keep the mounted player flying after the knockback effect cast on mounted player. Before these changes, the flying mount behaves like a ground mount after the knockback. From large enough heights, the fall causes damage or death to the falling (mounted) character.
2015-06-01DB/Creature: Reinsert wrongly deleted CreaturesRushor
2015-06-01Core/CrashHandler: Make crashhandler tread-safejackpoz
Handle only 1 exception in the whole process lifetime and create only 1 crash report.
2015-06-01Core/Auras: Fixed SPELLMOD_DOT not being appliedrobinsch
Closes #14817 Signed-off-by: Shauren <shauren.trinity@gmail.com>
2015-06-01Core/GOs: Correct type of lowGuid when loading gameobject_addonsDDuarte
Coverity IDs: 1302436 1302437 1302438 Issue introduced in 95b5e357451985fbc350bf1321ce96d6c02f9d44
2015-06-01Core/Scripts: Corrected argument types in ↵DDuarte
GetCreatureEntry/GetGameObjectEntry ZoneScript hooks (cherry picked from commit b0c4268a6b0ed1fffeb51c7542c7991399b18284) Conflicts: src/server/game/Entities/GameObject/GameObject.cpp
2015-06-01Core/Misc: Removed some old unused enumsShauren
(cherry picked from commit 2f0c293266837eca217d2bff1df8b78ac6e12867)
2015-06-01Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
Minor fixes for 6.x (cherry picked from commit 0cf02097414ddf7a370bd2efef5b892616e8de93) Conflicts: src/server/bnetserver/Main.cpp src/server/game/Battlegrounds/Zones/BattlegroundBFG.h src/server/game/Battlegrounds/Zones/BattlegroundTP.h src/server/game/Chat/Channels/Channel.h src/server/game/Entities/Player/Player.h src/server/game/Quests/QuestDef.h src/server/scripts/OutdoorPvP/OutdoorPvPNA.h src/server/shared/Cryptography/SHA256.h
2015-06-01Buildsystem: Removed handling for -DPREFIX shortcut for ↵Shauren
-DCMAKE_INSTALL_PREFIX cmake option, it an internal cmake variable since version 3.2 (cherry picked from commit 1987d3187d1f14cf6dfcaf4f63861db806ad06cc)
2015-06-01Update worldserver.conf.distDuarte Duarte
Fix typo in ClientCacheVersion (cherry picked from commit fc85f0e30fed383515f3d519dcef2cb87e3ee854)
2015-05-31DB/Creature: Winterskorn Hunter - Add 2 Missing SpawnsRushor
2015-05-31DB/Creature: Howling Fjord - Movement - Bealgun + Agamand - Part VIRushor
2015-05-31Shared/Util: Introduce a task scheduler which schedules task with c++11 ↵Naios
techniques. * Use std::function as callback (methods, lamdas & std::bind). * Uses std::chrono::duration as duration type (Milliseconds, Seconds...) - With c++11 user defined literals we could just write "11s" for example (MSVS 2015, gcc & clang). * Provides a lot of overloads for easier usage: - Static durations or random durations between min and max. - Named (with group ids - group id 0 is possible) or anonymous tasks. - Asynchronous tasks. * Is adapted to the current needs of scripting: - Repeat tasks through the TaskContext - Schedule new tasks from the context. - Provides access to the times repeat counter of a task, this will help to schedule multi step events (dialogs for example). See https://gist.github.com/Naios/6d143538abdc3d32fd2b for usage examples.
2015-05-31DB/Creature: Howling Fjord - Movement - Niffelvar - Part VRushor
2015-05-31DB/Creature: Howling Fjord - Movement - Ivalds Ruin - Part IVRushor
2015-05-31DB/Creature: Howling Fjord - Movement - Giants Run - Part IIIRushor
2015-05-31DB/Creature: Howling Fjord - Movement - Dereleict Strand - Part IIRushor
2015-05-31Core/Misc: Fix build warningjackpoz
Fix build warning
2015-05-31Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1023115
2015-05-30Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1022861, 1022862, 1022863, 1302435, 1302439, 1302440
2015-05-30DB/Creature: Remy "Two Times"Aokromes
By Killyana, closes #12616
2015-05-30DB/Misc: Add a ton of BroadcastTextIDsAokromes
By Killyana, closes #14793
2015-05-30DB/Misc: Add a ton of missing gossipsAokromes
By Killyana, updates #14793
2015-05-30DB/Quest: Kroshius' Infernal Core - EndeventRushor
* Death by chicken!
2015-05-29Core/Spell Add Spell Script Needed for quest Torch Tossing/More Torch Tossingsirikfoll
Updated
2015-05-29Rename 2015_08_03_world.sql to 2015_05_29_01_world.sqlNyeriah
2015-05-29Merge pull request #14753 from Rushor/IhaveadreamSarah Alexander
DB/Quest: No Mere Dream
2015-05-29DB/Quest: No Mere DreamRushor
closes #11252
2015-05-29Core/Spells: Fix DK Death rune selectionJens Bäckman
2015-05-29DB/Misc: Fix a runtime errorAokromes
2015-05-28DB/Creature: Howling Fjord - Movement - Part IRushor
2015-05-28DB/Creature: UP - Add all RndmemotesRushor
2015-05-28Engrish to english CONTRIBUTING.mdAokromes
By thumsoul and clarify some things.
2015-05-28Core/Updater: Fix issues when connecting through unix sockets.glkrlos
* closes #14766 * closes #14759 Signed-off-by: Naios <naios-dev@live.de>
2015-05-28Core/Creature: Remove not needed flag for UNIT_FLAG_IMMUNE_TO_NPCmik1893
closes 14744
2015-05-28DB/Misc: Dire Maul Tribute stuffDr-J
still needs core support for instance script so boss states can be checked. * Script Mizzle the Crafty / Cho'Rush the Observer * Add missing texts and gossips to more npcs * Script Guard Mol'Dar, Guard Fengus and Guard Slipkik to give there buffs to a player has king of the gordoc buff * Script Captain Kromcrush event to allow skipping with Gordoc Ogre Suit (WP not complete)
2015-05-27Merge pull request #14777 from tkrokli/putricide_ooze_eruptionMitchesD
[3.3.5a][ICC/Professor Putricide] Volatile Ooze Eruption fix
2015-05-27DB/Misc: Guard Slip'kik & Broken TrapDr-J
Script event for when quest A Broken Trap is turned in to allow by passing of Guard Slip kik without having to kill him, Does not fix issue but is required by https://github.com/TrinityCore/TrinityCore/issues/6429