aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-15 DB/Quest: The Delicate Sound of Thunder / Lightning Infused Relics Dr-J
By @Killyana Closes #14269
2015-03-15SpellAuras.cpp: typo fixNayd
2015-03-15FindOpenSSL: fix detection of OpenSSL 1.0.2Guillaume Belz
Closes #14284 (cherry picked from commit 9ffeb58d094ddba9bffb33a79b33ade9af9f5c00)
2015-03-15Core/Player: fixed some leftovers in db after player deletejoschiwald
* character_arena_stats * character_battleground_random * character_cuf_profiles * character_currency * character_stats * character_void_storage (cherry picked from commit 2955a1f595be8ba510260e5a84b53663f2300fff) Conflicts: src/server/game/Entities/Player/Player.cpp src/server/shared/Database/Implementation/CharacterDatabase.cpp src/server/shared/Database/Implementation/CharacterDatabase.h
2015-03-15Core/Auras: Fixed possible crash in Aura::RefreshDuration - Aura::GetCaster ↵Shauren
can return NULL (cherry picked from commit 8cd1c9514f336da3d3d9436be554fc80edb6e761) Conflicts: src/server/game/Spells/Auras/SpellAuras.cpp
2015-03-14Core: Move FillCirclePath function to MotionMasterKittnz
2015-03-14fix typoDr-J
2015-03-14DB/Misc: Change guids from previous commitDr-J
2015-03-14DB/Quest: Prayer to EluneDr-J
Closes #5513
2015-03-14DB/Quest: Ghost-o-plasm Round UpDr-J
By @Killyana Closes #1656
2015-03-13Revert "*Do not allow players to use vehicles to go further than 1st boss in ↵jackpoz
Ulduar." This reverts commit a009e53049da27966cb3c32e7b0a3094ea320aef. Remove hackfix for Ulduar vehicles, it should be handled in Ulduar script
2015-03-12DB/Misc: Wildhammer Flare GunDr-J
And same for alliance version even though less sql here as already had gossip menu unlike horde counterpart.
2015-03-12DB/Misc: Kor'Kron Flare GunDr-J
Script replacement of item if player had destroyed item since doing initial quest in chain.
2015-03-11Revert "Core/Server: Catch exceptions in int main()"jackpoz
This reverts commit 958999ff5cc779e81b9a23789f84c292d79d1341. Closes #14329
2015-03-11DB/Quest: Parts for the JobAokromes
By Killyana, closes #3854
2015-03-11DB/Quest: RazormawAokromes
By Killyana, closes #8988
2015-03-11DB/Creature: Tyrion flavor textAokromes
By Killyana, closes #12702
2015-03-11DB/Quest: The Essence of EnmityAokromes
By Killyana, closes #12702
2015-03-11DB/Creature: High Tinker MekkatorqueAokromes
By Killyana closes #10604
2015-03-11DB/Quest: wing commander gryphongarAokromes
By Killyana, closes #14182
2015-03-11DB/Quest: The LodestoneAokromes
By Killyana closes #6861
2015-03-11DB/Quest: Tooga's_QuestAokromes
By Rushor, closes #12322
2015-03-11DB/Creature: Fix trainer training train spell instead proper skill spellAokromes
Closes #14337
2015-03-11DB/Creature: Fix 2 factions and 1 spawn coordsAokromes
Closes #14335
2015-03-10DB/Misc: UpdatesDr-J
* Sigrid Iceborne Closes #14287 * Wrong broadcasttextid for a text
2015-03-10Core/Dungeon Finder: Fix Vote Kick breaking LFG queuejackpoz
Fix Vote Kick started with party in queue breaking the whole LFG queue. The status of Vote Kick is now storing in a bool variable in LfgGroupData, separated from LfgState of the group/members. If a Vote Kick started with party in queue, the members were not removed from queue correctly and would cause LFG matching system to match these "broken" players but not allowing to start a dungeon. Closes #10191
2015-03-09CMake: Remove unused source referenceleak
2015-03-08DB/Creature: Gordunni ProxyDr-J
Removing spawns of http://www.wowhead.com/npc=23450/gordunni-proxy from Feralas 1) In sniffs from 3.3.5/3.3.0 these npcs are not present at all in Feralas and we have no sniffs of spawns for these creatures what soever 2) These are level 71-72 which makes it look like dont belong here 2) These are marked as been credit npc for http://www.wowhead.com/quest=11096/threat-from-above which is level 70 tbc quest and the other Gordunni Ogres which give credit for this quest have killcredit1 set to this entry Closes #12297
2015-03-08DB/Quest: Saving Yenniku Dr-J
Fix http://www.wowhead.com/spell=3607/yennikus-release so that if player is higher level using http://www.wowhead.com/item=3912/soul-gem for http://www.wowhead.com/quest=592/saving-yenniku it does not insta kill Yenniku
2015-03-08Core: Change a few 'stupid' log-messages down to DEBUG-levelclick
2015-03-08Core: INFO->ERROR level adjustment in ObjectMgr.cppclick
Suggest everyone attempt to remember this: TC_LOG_TRACE = extreme debugging (debuginfo with packetstructures/data) TC_LOG_DEBUG = debugging (detailed activity of functions and activites inside core) TC_LOG_INFO = normal runstate (regular info like logins/logouts/levelups/passwordchanges etc) TC_LOG_WARN = possible issue with config/data etc - things that are not how they should be) TC_LOG_ERROR = actual error that has been either caought or must be fixed at some point TC_LOG_FATAL = crash or data corruption imminent Using the right logmech also helps distinguishing between 'regular runtime info' and stuff that might lead to a pissy situation later on... :)
2015-03-08Core/Script: INFO->DEBUG notification changes in ToCclick
2015-03-08Core/Scripts: INFO-DEBUG changes in scripts (gawd)click
2015-03-08Core: INFO->DEBUG level changes - forgot one in Map.cppclick
2015-03-08Core: More INFO -> DEBUG changesclick
2015-03-08Core: WARN instead of INFO - this is actually something we'd want to be ↵click
informed of...
2015-03-08Core: And yet more INFO->DEBUG loggingclick
2015-03-08Core: Pet.cpp - INFO -> DEBUG level notifications...click
2015-03-08Core: More INFO -> DEBUG (Unit.cpp this time)click
2015-03-08Core: INFO->DEBUG cleanups in Player.cppclick
2015-03-08Core: More INFO -> DEBUG/WARN/ERROR manglingclick
2015-03-08Core: More INFO -> DEBUG changes (WorldSession/WorldSocket)click
2015-03-08Core: Move LOG_INFO -> LOG_DEBUG level for achievementsclick
2015-03-08Core: Move some MMAPS-related INFO-messages to DEBUGclick
2015-03-08Core: Change some map-specific INFO-messages over to to DEBUG or ERRORclick
2015-03-08Core: Move some more INFO-level logentries to DEBUGclick
2015-03-07Merge pull request #14012 from Rushor/ArcaMitchesD
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131
2015-03-07Fixed typo in dea095a84bb0ecd3814069f6a8894e66f1fc21a7joschiwald
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD