aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-15Mergen0n4m3
--HG-- branch : trunk
2010-02-15MergeTartalo
--HG-- branch : trunk
2010-02-15Halls of Lighting: Make sure doors are closed at startTartalo
--HG-- branch : trunk
2010-02-15Fix talent Earthen Power, move to correct spell family.n0n4m3
--HG-- branch : trunk
2010-02-15Fix display leader name in channel , also code cleanup. Implemented function ↵n0n4m3
SendPlayerNotFoundNotice. thx TOM_RUS. --HG-- branch : trunk
2010-02-15Storm Peaks, Thorim: Fix quest 13064Tartalo
--HG-- branch : trunk
2010-02-15Fix some problem with Guild Bank after switch to client version 3.3.2, also ↵n0n4m3
cleanup code. Thx TOM_RUS. --HG-- branch : trunk
2010-02-15Store to be traded items in array based on item guid instead of item slot to ↵Machiavelli
prevent exploiting. Fixes #667. --HG-- branch : trunk
2010-02-15Fix in outgoing MSG_QUERY_NEXT_MAIL_TIME (the new mail notification icon ↵Machiavelli
next to the mini map): do not show the name of a player asociated with the mail sender GUID if the mail is not from a player (messagetype != MAIL_NORMAL). --HG-- branch : trunk
2010-02-14* Core switch to client 3.3.2 (11403)Brian
* Credits (in no particular order) to: * n0n4m3, raczman, manuel, Spp, Malcrom, Teacher, QAston, Tartalo, * thenecromancer, Xanadu, Trazom, Zor, kiper * Additional credits to: * TOM_RUS and NoFantasy from MaNGOS * Thanks for testing Aokromes and XTElite1 * SoTA still needs some work, but is very playable (huge thanks to raczman and * kiper) * To upgrade, you need to apply all SQL from sql/updates/3.2.2a_old from the * last rev you are on * and then apply all SQL from sql/updates/3.3.2_old to char / realmd / world * DBs * Known problem with guild banks. --HG-- branch : trunk
2010-02-12Add config option that determines the maximum allowed time between the last ↵Machiavelli
received CMSG_CHAR_ENUM and another incoming packet, and will disconnect the peer if this time limit is exceeded. In other words, a time limit in which idlers can stay logged in on the character selection screen before they are disconnected. Fixes issue #335 --HG-- branch : trunk
2010-02-11Fixed persistent area aura visual radii (flamestrike, consecration etc.). ↵Xanadu
Thanks to QAston and _manuel_ for research. Closes issue 522. Closes issue 719. --HG-- branch : trunk
2010-02-10Fix compile warning on win.n0n4m3
--HG-- branch : trunk
2010-02-10Revert revision: 053bfe8ad9, this cause some crash.n0n4m3
Use dynamic_cast more is safer. I think no more crash on db code. --HG-- branch : trunk
2010-02-08Fix Script HoS/Tribunal Event. Thanks beberlescaraber.Trazom62
Fixes issue #58. - fix brann defending when he should not. - fix reset of gossip flag. - fix reset of GO at end of event. --HG-- branch : trunk
2010-02-07*Kraz should not be un-hexed from a forest frogRat
--HG-- branch : trunk
2010-02-07*reset npc flag, in overlord morghor script, after event is doneRat
--HG-- branch : trunk
2010-02-07Fix crash in Spell::EffectApplyAura.Trazom62
Fixes issue #657. --HG-- branch : trunk
2010-02-07Fix crash in npc_thassarianAI::JustDied.Trazom62
Fixes issue #531. - store GUID instead of pointers to creature that may despawn. - and some code style updates. --HG-- branch : trunk
2010-02-07Fix Script Naxxramass/Patchwerk. Thanks Scarymovie87.Trazom62
Fixes issue #187. --HG-- branch : trunk
2010-02-07Add VH script texts.Trazom62
Fixes issue #64. Some texts still not used in code. Thanks wowwiki for most of them. Thanks adminemu for Xevozz ones. Fix some typo in Brann (HoS). --HG-- branch : trunk
2010-02-07Fix Improved Fire Nova and Earthen Power Shaman Spells. Thanks Retriman.Trazom62
Fixes issue #559. --HG-- branch : trunk
2010-02-07Fix creature script example to be conform to Trinity code standards.Trazom62
--HG-- branch : trunk
2010-02-07Fix Mage Polymorph Reflect. Thanks breakerfly.Trazom62
Fixes issue #652. --HG-- branch : trunk
2010-02-07Fix The Dwarven Spy text. Thanks zthoreen.Trazom62
Fixes issue #616. --HG-- branch : trunk
2010-02-07Implement async class for database operations for better performance, remove ↵n0n4m3
10ms sleep, fixed some crash on sql execute. --HG-- branch : trunk
2010-02-06Fixed data loss at player save.n0n4m3
--HG-- branch : trunk
2010-02-06Fixed crash in PetAI::UpdateAI.n0n4m3
--HG-- branch : trunk
2010-02-06Modified the .dist command to display exact distances, too.Xanadu
--HG-- branch : trunk
2010-02-06Fixed some GetDistance functions, added several assertsXanadu
--HG-- branch : trunk
2010-02-05MergeXanadu
--HG-- branch : trunk
2010-02-05Yet more cleanup, mostly in the script system. This should conclude the ↵Xanadu
script integration into core. --HG-- branch : trunk
2010-02-05A great purge of obsolete macros.Xanadu
--HG-- branch : trunk
2010-02-04Fix Drak'Tharon Script TextTrazom62
Fixes issue #77. Thanks Tlexii for Trollgore entries. --HG-- branch : trunk
2010-02-04Fix ResetInstance.Trazom62
Fixes issue #70. Reset Instance was removed during the merge to 3.2.2, then fixed again, then backed-out due to bug. This latter is now fixed. Thanks to the original authors (already credited in old rev). --HG-- branch : trunk
2010-02-04Move the EvilID.h includes to pch.Xanadu
--HG-- branch : trunk
2010-02-04*Way more correct way of selecting caster and target for Periodic Trigger auras.QAston
--HG-- branch : trunk
2010-02-04Fixed Ritual of Souls, implemented soulwell giving healthstones according to ↵Xanadu
warlock's Improved Healthstone talent points. --HG-- branch : trunk
2010-02-04*Implement spell target type TARGET_GAMEOBJECT_NEARBY_ENTRYQAston
--HG-- branch : trunk
2010-02-03Quest Support All Along the Watchtowers (5097,5098). Thanks Retriman.Trazom62
Fixes issue #519. --HG-- branch : trunk
2010-02-03Fix Script AQ40/C'Thun.Trazom62
Fixes issue #587. Thanks kb_z for original patch. Still some visual effect not working. --HG-- branch : trunk
2010-02-03Fix possible issue where player could inherit stealth visibility from ↵thenecromancer
his/her pet. --HG-- branch : trunk
2010-02-03Some changes to immunitiesthenecromancer
--HG-- branch : trunk
2010-02-03*Move object's field\visibility update functions to object from accessorsilver1ce
removed useless SendUpdateObjectToAllExcept - anyway fields will be updated, there is no sense to force update them --HG-- branch : trunk
2010-02-02* Fixed reputation buying from vendors where the items had 0 for Req repBrian
* faction, but >0 for Req rank. In that case it pulls the faction of the * vendor. * HUGE thanks to QAston and silverice --HG-- branch : trunk
2010-02-03typosilver1ce
--HG-- branch : trunk
2010-02-03cleanup into grid containerssilver1ce
grid containers doesn't contains guid keys, so guid parameter is useless, removed find functions(anyway result of search would be null always) --HG-- branch : trunk
2010-02-02Changes in Trial of the Champion:_manuel_
-Implemented new scripts for Grand Champions, it includes vehicle fight (it is not 100 % done) -Implemented more Vehicles Accessories. (related with the instance) -Implemented basic support for event at spawn or dead from Boss Eadric/Paletress. -Implemented basic support for event at spawn from Boss Black Knight. For a complete fix see TDB forum > New Fix Submissions > Core related DB content. --HG-- branch : trunk
2010-02-03fix a typo in IsHighRankOfSpell(uint32 spell1,uint32 spell2)QAston
--HG-- branch : trunk
2010-02-02*Drop spell_stack_masks tableQAston
*Add spell_group_stack_rules table (for more info see wiki) *The table is maintained by core team *Move some spell specific out of core to the new table --HG-- branch : trunk