aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-15Remove uneeded files.Dr-J
2014-08-15DB/Misc: ResubmissionDr-J
Resubmit https://github.com/TrinityCore/TrinityCore/commit/c212c4fcc3bde1809e58fe1c16d37a29d70ce7bb with different guids
2014-08-15Core/Misc: Optimized locale loadingShauren
2014-08-15DB/Creature: Remnant of Dahlia SuntouchDr-J
Script event which occurs when Dahlia Suntouch is killed.
2014-08-14DB/Misc: Missing SpawnsDr-J
Respawn the following creatures as tc had considerably less spawns of them than should have done * Tua'kea Crab Trap * Nerub'ar Victim * Giant Tidecrawler
2014-08-14DB/Misc: More event fixesDr-J
* Scripts repeating event between High Overlord Saurfang and Garrosh Hellscream in Warsong Hold * Scripts repeating event between Chieftain Wintergale, Durm Icehide and Sage Aeire at Taunka'le Village * A few texts for reward/accepting of quests * On Agro texts for several creatures, even though these still need scripting with abillities * A run-time error * A bit of additional script for Watcher Leesa'oh to prevent npc bugging out (no npc flags) caused by sai not running if no player in grid and if player disappears will cause npc to remain without npc flags, as the sai to restore flags wont run from script if no player there, at start of script, script will set phase 1 with ooc to restore flags in that phase.
2014-08-14Core/Creature: Fix warningVincent-Michael
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
http://www.trinitycore.org/f/topic/9572-creature-damage/
2014-08-14Scripts/Icecrown Citadel: The Teleporters in ICC are now Blizzlike *Upon ↵Jared P. Jones
entering the raid, the Lights Hammer teleporter is no longer immediately active. Both the Light's Hammer and the Oratory Portal will pop up after the completion of Lord Marrowgar as it does on official during 3.3.5a. *A teleporter in ICC can no longer teleport you to itself. *There is no longer a reason to allow GMs to use portals without available GOSSIP text and teleport locations. Therefore the teleports now use GO_FLAG_NOT_SELECTABLE when they are unavailable. In the future we can enable GMs to use portals without bosses defeated, however for now all it does is break the instance if some bosses are done out of order. *Currently the Upper Spire teleporter cannot be visited unless the event ColdFlameTraps is completed. This isn't blizz-like. During WotLK retail, the teleporter in the upper spire can be visited once any member has walked over an AreaTrigger which is located the moment you enter the UpperSpire Facade. The cold flame event has nothing to do with the teleporter, the cold flame event instead should be triggered to "DONE" when a rogue instead disarms it. *A bug has been addressed that causes the ColdFlameTraps event to not start back up after a server restart. The event will now restart as long as the player goes through the Saurfang->Upper Spire doorway; I'm not sure who required the doorway to be an area trigger, but it's hacky and not blizzlike. I have not yet addressed the area trigger problem with the doorway in this commit, mainly because the point of this commit is to make the ICC teleporters extremely Blizz-Like. *The "Conspicuous Lever" will now spawn inside of ICC. (From Sniff on Retail) While the lever currently doesn't do anything, in the future it will turn off the ColdFlame Traps. *The teleporter near Saurfang is not supposed to disable during the Intro. It disables whenever Saurfang enters combat with the players. The teleporter then enablers again when combat stops. Closes #12834
2014-08-13DB/SAI: Script more quest complete scriptsDr-J
Script turn in events for http://www.wowwiki.com/Quest%3ABlighted_Last_Rites and http://www.wowwiki.com/Quest%3ATest_at_Sea All waypoints, texts, spells are sniffed, Also fix Blighted Last Rites so it works properly, as the Scarlet Onslaught Prisoner should not die when the flask of the blight is used on it instead it should emote 'The %s moans but seems otherwise unaffected by the blight.' so fixed that too.
2014-08-13Core/Spells: Implement SPELL_ATTR7_IGNORE_DURATION_MODS attributeShocker
2014-08-12Rename 2014_08_11_02_world_misc.sql to 2014_08_12_01_world_misc.sqlDr-J
2014-08-12DB/Misc: Fix some errorsDr-J
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed ↵Shauren
Thread #1: pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread in PCQ
2014-08-12Remove Manaforges CPP ScriptDr-J
Remove script
2014-08-12DB/SAI: Rescript Manaforge questsDr-J
Rescripts the following quests: - * Shutting Down Manaforge B'naar * Shutting Down Manaforge Coruu * Shutting Down Manaforge Duro * Shutting Down Manaforge Ara All events are now started from gossip select which is correct way rather than player just clicking on console go remains clickable if player does not have access crystal or is not on quest but displays different gossip without the option to start event Added mising gossips for npcs in manaforge coruu for if spoken to while player is disguised from item provided for http://www.wowhead.com/quest=10198
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is ↵Shauren
already closed
2014-08-11Rename 2014_08_11_01_world_misc.sql to 2014_08_11_01_world_misc.sqlDr-J
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
Closes #12607
2014-08-11DB/Misc: More textsDr-J
add some missing texts from npcs, also set missing emotes for some existing texts.
2014-08-11Kill potentially uninitialized variable warningleak
2014-08-11DB/Creature: Watcher Leesa'ohDr-J
Script turn in event for stealing back the mushrooms.
2014-08-11Merge pull request #12818 from MrSmite/pet_spell_cooldownShauren
Fix pet spell cooldown
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
Fixes #12734
2014-08-10Core: Fix non pch buildVincent-Michael
2014-08-10Core/NetworkIO: Prevent double closing the same socketShauren
2014-08-10DB/Misc: Perry Gatner eventDr-J
Script for Perry Gatner. This script may be updated when I sniff more but all data is from sniffs, I wont add texts without the emotes so thats why there will be updates which will just be texts and additional timed action lists to run as random scripts..
2014-08-10Tools/MMAPs: Fix log message if mmaps folder is not foundjackpoz
Fixes #12787
2014-08-10Core/Misc: Removed ACE leftoversShauren
2014-08-10Core/Worldserver: Replaced old hack sending key events to unblock console threadShauren
2014-08-10Core/Authserver: Fixed writing to invalid memory addressShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ↵Shauren
handle situations where not entire packet was read in one go Core/Authserver: Restored authenticator functionality
2014-08-10Fix pet spell cooldown being extended without successful castMrSmite
Closes #12560
2014-08-10DB/Misc: Add More missing textsDr-J
Add missing texts for hellfire peninsula.
2014-08-10DB/Quest: Fix Hunter Trainer Offering Quest To RoguesAokromes
By MrSmite, closes #12809
2014-08-10Core: Fix build for Intel Composer XEVincent-Michael
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-09Core/WorldSession: Fix socket not being closed on clean logoutjackpoz
Close the WorldSession socket if Player didn't even login or logged out successfully and then closed the client.
2014-08-09Scripts/Commands: Fix static analysis issuesVincent-Michael
2014-08-09Core/Trade: Fixed putting soulbound items to "will not be traded" slotShauren
2014-08-09Merge pull request #12810 from Carbenium/questrewardDuarte Duarte
Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting ...
2014-08-09Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting the ↵Carbenium
queststatus_rewarded form database Needed for SPELL_EFFECT_CLEAR_QUEST
2014-08-09Scripts/Misc: Fix static analysis issuesjackpoz
Replace CAST_AI() macro with ENSURE_AI() when dynamic_cast is not supposed to return NULL.
2014-08-08Core/Misc: Fix static analysis issuesjackpoz
2014-08-08Core/NetworkIO: Handle exceptions thrown from socket constructor when ↵Shauren
retrieving remote address
2014-08-07Revert "Core: Fix build for vs2014"Vincent-Michael
This reverts commit e3034511890f4c918d758a6b6b239c14f10b75e2.
2014-08-07Core: Fix build for vs2014Vincent-Michael
2014-08-07Core/Misc: Remove unused variablejackpoz
2014-08-07Tools/MMAPs: Fix uninitialized value in mmap_generatorjackpoz
Fix uninitialized value in mmap_generator. This fixes mmaps_generator broken in some build configurations. Fixes #12644