aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-21Fix Typo in previous commitSpp
Fixes issue 2295 --HG-- branch : trunk
2010-05-21Add additional castchecks for SPELL_EFFECT_LEAP_BACKclick
--HG-- branch : trunk
2010-05-21Fix typo, Thanks to Willian KruegerSpp
--HG-- branch : trunk
2010-05-20Dungeon Finder: Initial setup and dungeon listingSpp
--HG-- branch : trunk
2010-05-20Sorry, removed unused code._manuel_
--HG-- branch : trunk
2010-05-20The Nexus: Oculus._manuel_
- Implemented AI for Mage-Lord Urom. --HG-- branch : trunk
2010-05-20Fix talent Survival of the Fittest.Anubisss
Thanks to Aokromes for helping in the tests. Fixes issue #2034. --HG-- branch : trunk
2010-05-20Script HoR instance. 1st part.Trazom62
Fixes issue #1311. - Intro event. - 10 waves including Falric and Marwyn. - Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). --HG-- branch : trunk
2010-05-20Fix talent Heart of the Wild.Anubisss
SQL part of the patch by havenard. --HG-- branch : trunk
2010-05-20Fix talent Feral Spirit's wolves damage.Anubisss
Patch by Karolis.Rudzevicius. Closes issue #2145. --HG-- branch : trunk
2010-05-19Implement a signalhandler via ACE.Anubisss
Thanks to Diver for test compiling under WIN. --HG-- branch : trunk
2010-05-18Allow spell Rupture to crits on ticks.Anubisss
Fixes issue #1796. --HG-- branch : trunk
2010-05-18SCRIPT_COMMAND_ORIENTATION fixed right. (thanks Mach)malcromdev@gmail.com>
--HG-- branch : trunk
2010-05-18Fix SCRIPT_COMMAND_ORIENTATION db script command.malcromdev@gmail.com>
--HG-- branch : trunk
2010-05-18Some more engrish to english logerror updates.malcrom
--HG-- branch : trunk
2010-05-18Converted some log error messages in AchievementMgr.cpp to English.malcrom
--HG-- branch : trunk
2010-05-18fixed crash when trying to spawn a not existing creatureRat
--HG-- branch : trunk
2010-05-18Fix broken linuxcompile broken in r53601d50ddclick
--HG-- branch : trunk
2010-05-17Add ablility to select closest creature of entry (dataint), range (x) as ↵malcromdev@gmail.com>
target for spell (datalong) SCRIPT_COMMAND_CAST_SPELL. --HG-- branch : trunk
2010-05-17Add Ability for db script command SCRIPT_COMMAND_ORIENTATION to set creature ↵malcromdev@gmail.com>
orientation to face player. --HG-- branch : trunk
2010-05-18Add proper use of precompiled headers on linux - this removes an approx 50% ↵click
reduction of total compiletime --HG-- branch : trunk
2010-05-17fixed double honor count error in battleground player list windowRat
--HG-- branch : trunk
2010-05-17display honor gained from kills in bg score windowRat
--HG-- branch : trunk
2010-05-17Fix a crash in realmd.Anubisss
That crash occurs when realmd get an unknown packet and try to "shutdown" the socket. Note that: don't try to release an ACE_Message_Block if it is _not_ dynamically allocated. --HG-- branch : trunk
2010-05-16Makes cage doors open at Drakos death._manuel_
--HG-- branch : trunk
2010-05-16Fix a typo. This table contains also another types of spells and not just ↵Anubisss
exlirs. --HG-- branch : trunk
2010-05-16Fix spell Improved Devouring Plague's damage.Anubisss
Core part of the patch by PrinceCreed. SQL part of the patch by sinka.isi. Fixes issue #1965. Closes issue #1004. --HG-- branch : trunk
2010-05-16you can now reload creatures from creature_template tableRat@walamy
NOTE: reload is limited to one creature at a time Usage: .reload creature_template $entry Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!! --HG-- branch : trunk
2010-05-16Don´t kick sessions in the tiny window (barely a few ms) between the login ↵Machiavelli
queue and the char selection screen either. --HG-- branch : trunk
2010-05-16Support for spell 51336 (Magic Pull)._manuel_
--HG-- branch : trunk
2010-05-16Improvements in boss_draoksAI and npc_unstable_sphereAI, removed hack for ↵_manuel_
spell 51336. --HG-- branch : trunk
2010-05-16Don´t kick sessions that are ´idle´ in the login queue.Machiavelli
--HG-- branch : trunk
2010-05-16Fix crash introduced in 8199 (5a30b77777b7)Machiavelli
--HG-- branch : trunk
2010-05-16Fix a possible crash in SqlTransaction::Execute(), using post-iterating on ↵Machiavelli
the LockedQueue instead of pre-iterating. Thanks to click for the insight and Spp for testing. --HG-- branch : trunk
2010-05-16Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display).click
Move GetDifficulty() in under Map-scope, so it's reachable for map-based functions --HG-- branch : trunk
2010-05-16Fix Autokick timer. Will work again properly for people on the char ↵Machiavelli
selection screen. In addition, it now also catches non-terminated, lingering sessions. --HG-- branch : trunk
2010-05-16Fix localization of gossip menu optionsSpp
Original patch by Qowyn Adapted to trinity (and tested) by Durotar and Aokromes --HG-- branch : trunk
2010-05-15Reimplement ACE_Based::LockedQueue as SQL holder for the SqlTransaction ↵Machiavelli
class, since std::queue is not safe when multiple threads are reading/writing to it at the same time (SqlDelayThread and a MapUpdate Thread). Original patch by thenecromancer, was removed for ungrounded reasons. Thanks to Zor for the insight. Please give feedback on how this affects mtmaps usage. --HG-- branch : trunk
2010-05-15Use delete[] on object allocated with new[x+y*z] in TileAssembler.Machiavelli
--HG-- branch : trunk
2010-05-15SMSG_PARTY_COMMAND_RESULT: Send proper operation value with uninvite commandsSpp
--HG-- branch : trunk
2010-05-15Add logout-notice in charlog on player logoutclick
--HG-- branch : trunk
2010-05-14Allow multiple classes for quest requirements - patch by Shaurenclick
(This should make Malcrom happy) Fixes issue 1476. Fixes issues 1972. Fixes issue 430. --HG-- branch : trunk
2010-05-14Drop out Grobbulus's Mutating Injection spell code from core.Anubisss
It's handled correctly via table spell_linked_spell. Also, this commit fixes the bug that spell Mutating Injection casted on the target two times by each casts. --HG-- branch : trunk
2010-05-14Fix Glyph of Preparation.Anubisss
Patch based on microbius51's patch. Closes issue #1371. --HG-- branch : trunk
2010-05-14Generate an error message when forgot to allocate memory for a script.Anubisss
This message is useful to find don't allocated scripts, like in rev r5915a3a871. --HG-- branch : trunk
2010-05-14Fix Glyph of Life Tap.Anubisss
SpellMgr.cpp part of the code by Karolis.Rudzevicius, thanks for it. Fixes issue #1440. --HG-- branch : trunk
2010-05-14Fix Linux compileMachiavelli
--HG-- branch : trunk
2010-05-14Fix Glyph of Shred.Anubisss
--HG-- branch : trunk
2010-05-14Add config option SessionAddDelay to replace the hard coded 10ms default ↵Machiavelli
Networkthread sleep time after WorldSocket::HandleAuthSession calls and adding the session to the world session map. --HG-- branch : trunk
2010-05-13Make ObjectMgr::GetGuildByName and ObjectMgr::GetArenaTeamByName searches ↵Machiavelli
case insensitive. Fixes issue #307. Credits to Loread --HG-- branch : trunk