aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-27Fix Vigilance.Trazom62
Implements Glyph of Vigilance. Fixes issue #1134. Thanks Bodompelle for the idea, even thought the fix is rather different. --HG-- branch : trunk
2010-05-27Change auctionhousesearches with extended itemnames (of the hawk etc) to use ↵click
the DBC-locale, not the DB-locale Major thanks to D_Skywalk for figuring out the bug --HG-- branch : trunk
2010-05-27Don't parse "== START DUMP" or "== END DUMP" lines when attempting to load ↵click
dumpfiles (another PEBKAC-check) --HG-- branch : trunk
2010-05-26Fixes the Deathbringer's Will Trinket.Liberate
This needs DB support so you don't change into a pig instead of a vrykul/taunka. Based on c.j.b's patch. Fixes issue 1933 Fixes issue 1843 --HG-- branch : trunk
2010-05-26Re-implemented pointers to npcs, now quest "The Attack" is working again._manuel_
Resolves issue #1567 --HG-- branch : trunk
2010-05-26Merge, thanks to Aokromes for testing my patches.Machiavelli
Added tag UP30 for e653a5b8d0 --HG-- branch : trunk
2010-05-26Remove some guardAI gossip (handled DB-side), remove some NPC gossip ↵click
(handled DB-side) --HG-- branch : trunk
2010-05-26Re-re-fix for Life Tap (3.3.3).John Holiver
I hope that this one is the last. Each rank now use diferent spell power gains (0, 0.2, 0.5). --HG-- branch : trunk
2010-05-26Use ´manual´ ACE_Thread_Mutex objects in SQLTransaction class instead of ↵Machiavelli
using ACE_Based::LockedQueue. This will either result in a crash fix caused by underlying operations of ACE_Based::LockedQueue, or at least give us a clearer view at where the crash is coming from. --HG-- branch : trunk
2010-05-26Add another ACE_Thread_Mutex in Database class for threadsafe operations on ↵Machiavelli
m_transQueues. Fixes crash specified in comment #8 on issue #2214 --HG-- branch : trunk
2010-05-26Fix a typo in my previous commit. thanks dr.tenma for pointing this out.Liberate
--HG-- branch : trunk
2010-05-26*Fix: Don't apply an aura when it's duration is 0. (for example because of ↵Liberate
diminishing returns) This should fix interrupts when casting fear, stun, etc, while the duration is 0. Fix based on havenard's patch. Fixes issue 1621 Fixes issue 2271 --HG-- branch : trunk
2010-05-26Fix statistics for random battlegrounds (by footman) + add missing ↵click
configoption for when to reset random BGs --HG-- branch : trunk
2010-05-26Remove two lingering (unused) files from previous commitclick
(damn mercurial and it's inability to not detect removed files) --HG-- branch : trunk
2010-05-26Add support for random battlegrounds - port by n0n4me, original code by ↵click
Vladimir and Griffonheart (Big thanks to all of you!) --HG-- branch : trunk
2010-05-26Fixed achievements rewarding titles to wrong faction (alliance title for ↵Shauren
horde char) --HG-- branch : trunk
2010-05-25Modified SCRIPT_COMMAND_TELEPORT_TO now it can be used for Creatures. For ↵_manuel_
players datalong2 must be 0 for creatures 1. --HG-- branch : trunk
2010-05-26Minot codestyle cleanup (tabs to spaces)click
--HG-- branch : trunk
2010-05-25Re-Fix Life Tap Formula (3.3.3).John Holiver
More blizzlike formula. The formula used now IS NOT perfect(!), but it's a extremely good aproximation of the current Blizz calc. This formula was based on curve fitting from data collected from retail. Also, fix the usage of BaseSpellPower, now it also employ 'green' bonus. Tnx to the reviewers. --HG-- branch : trunk
2010-05-26open door when Rhakzor dies. patch made by antihristsSupabad
requires db support --HG-- branch : trunk
2010-05-25Restore questgiver npcflag for Willix the Importer escort quest when you ↵Shauren
successfully complete it --HG-- branch : trunk
2010-05-25Slap auctioneers in the face telling them to search for items with partial ↵click
names or suffixes - patch by MrSmite Will require more testing, but base functionality is there. Fixes issue #1510. Closes issue #1534. + Skip some excess (unused) packetdata sent from client during AH-usage (click) --HG-- branch : trunk
2010-05-25Allow accounts to create characters in both horde and alliance factions by ↵click
default (now blizzlike) --HG-- branch : trunk
2010-05-25Make spellsteal respect dispel-resistances - patch by dr.tenma (thank you!)click
This changes the way SPELL_AURA_MOD_DISPEL_RESIST works and fixes mages root diminishing returns Closes issue #1045. --HG-- branch : trunk
2010-05-25Add support for sending accountbound items between characters on the same ↵click
account - Fix by Francesco Closes issue #2332 --HG-- branch : trunk
2010-05-24* Proper number of DBCs read by coreBrian
* Fixes 102% load bar --HG-- branch : trunk
2010-05-24Remove unneeded loading bar for referenced vendorsShauren
--HG-- branch : trunk
2010-05-24*Fix: Only show quests in the first page of gossip, instead of every page.Liberate
--HG-- branch : trunk
2010-05-24Fixes waypoints: No pause between every waypoint. This makes waypoints a bit ↵Liberate
smoother. --HG-- branch : trunk
2010-05-24- Applied TrinityScript Developing Standards._manuel_
- Now the fellhunter will move to the corpse and then cast the spell. - Removed code from Reset() that can cause crash, check if the owner exist before do MoveFollow. --HG-- branch : trunk
2010-05-24Makes npc's not give kill credit when talking with it. A gossip script will ↵Liberate
have to do the thing. Fixes issue 1209 --HG-- branch : trunk
2010-05-24Fixed remaining scaling mounts that have 310% speed when you have other 310% ↵Shauren
mount: Celestial Steed and X-53 Touring Rocket --HG-- branch : trunk
2010-05-24Fixed duration on Glow WormShauren
--HG-- branch : trunk
2010-05-24Add support for quest 10629 (Shizzwork) Hellfire PeninsulaSupabad
--HG-- branch : trunk
2010-05-23Fixed checks for Disarm Trap, thanks to Spp._manuel_
--HG-- branch : trunk
2010-05-23Removed tabs_manuel_
--HG-- branch : trunk
2010-05-23Disarm Trap now can be used in BattleGrounds and Arenas._manuel_
--HG-- branch : trunk
2010-05-23Fixed display of quest rewarded xp in quest details menu, also in completion ↵Shauren
menu multiply xp gained by rates + code style --HG-- branch : trunk
2010-05-22Making use of SetFlying function in Creature::Create instead of ↵_manuel_
AddUnitMovementFlag(MOVEMENTFLAG_FLY_MODE|MOVEMENTFLAG_FLYING); --HG-- branch : trunk
2010-05-22Added new area flag to enum which marks areas you cannot fly inShauren
Fixed: Headless Horseman's Mount client crashes, Magic Broom client crashes, Big Love Rocket now works, Invincible now works, Blazing Hippogryph now works Fixes issue 2081. Fixes issue 1808. Fixes issue 2150. Fixes issue 2020. --HG-- branch : trunk
2010-05-22Fixed line endings in some filesShauren
--HG-- branch : trunk
2010-05-22Review of Onyxia's LairJohn Holiver
Make it 95% perfect to LK version (fixes spawns, eruption, achievements and some more) Fixes issue #1706 Fixes issue #1736d --HG-- branch : trunk
2010-05-22Fix crash in npc_stinkbeardAIMachiavelli
Closes issue #2306 --HG-- branch : trunk
2010-05-22Fix Life Tap Formula (3.3.3)John Holiver
Tnx Karolis.Rudzevicius for pointing out the problem Fixes issue #2106 --HG-- branch : trunk
2010-05-22Change some casts in Unit.cpp (old typos) - tip from RaptorTeak, original ↵click
fix by zergtmn Fixes issue #2300 --HG-- branch : trunk
2010-05-22Add missing headers to Group.h and LFGHandler.cppclick
Fixes issue #2288 --HG-- branch : trunk
2010-05-21More achievement types support.John Holiver
Achievment types used only for statistics: * ACHIEVEMENT_CRITERIA_TYPE_CREATE_AUCTION * ACHIEVEMENT_CRITERIA_TYPE_WON_AUCTIONS * ACHIEVEMENT_CRITERIA_TYPE_MONEY_FROM_VENDORS * ACHIEVEMENT_CRITERIA_TYPE_GOLD_EARNED_BY_AUCTIONS Tnx to VladimirMangos --HG-- branch : trunk
2010-05-21*Fix: Relearn higher rank spells when talenting in the first rank.Liberate
Yay for my first push! Fixes issue 2144 --HG-- branch : trunk
2010-05-21Fixed disenchanting rolls being allowed for all items, now works as intendedShauren
Renamed Faction to Flags2 in ItemPrototype and added use for some of them yay, my first commit :D --HG-- branch : trunk
2010-05-21Group: Fix guid and internal counter default value.Spp
Use them in SMSG_GROUP_LIST with groupType 0x10 --HG-- branch : trunk