aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-04-30Implementation of Tabard vendorSpp
Patch by etznab Closes issue 908 --HG-- branch : trunk
2010-04-30Fix trap spell casting.Spp
Improved version of Supabad's patch Closes issue 1910. --HG-- branch : trunk
2010-04-30Silithus: Fix event for quest 8519Spp
Patch by "kb_z" Closes issue 177 --HG-- branch : trunk
2010-04-30Replace some PQuery/PExecute by more simple Query/ExecuteSpp
Original patch by hunuza, extended to whole code Closses issue 1446 --HG-- branch : trunk
2010-04-30Fix Death Pact, by HavenardSpp
Closes issue 1658 --HG-- branch : trunk
2010-04-30Fix crash when summoning minions (introduced in vanitypet-fix)click
--HG-- branch : trunk
2010-04-30Block battleground-flag from being picked up while player is on a vehicleclick
Fix by Scazzato - closes issue #1161 --HG-- branch : trunk
2010-04-29* Properly dismiss vanitypets (implements use of CMSG_DISMISS_CRITTER)click
Some small code cleanups --HG-- branch : trunk
2010-04-29Warning FixesSpp
Code Style cleanup Fix linux compile --HG-- branch : trunk
2010-04-29Update/Fix some opcode names.Spp
Patch by Zor --HG-- branch : trunk
2010-04-29*implemented 'empty' VehicleAIRat
NOTE: VehicleAI::UpdateAI runs even while the vehicle is mounted! --HG-- branch : trunk
2010-04-29Fix FoS/Bronjham script.Trazom62
Fixes issue #1895. - summon corrupted soul fragment when Corrupt Soul completes. - update corrupted soul fragment script. - remove Heroic spell definition. They are defined in SpellDifficulty.dbc. --HG-- branch : trunk
2010-04-29Added handler to all opcodes that didn't have anySpp
--HG-- branch : trunk
2010-04-29Add missing change in rev: 8012Spp
--HG-- branch : trunk
2010-04-29Don´t inherit refund data when cloning when original item is not refundable.Machiavelli
--HG-- branch : trunk
2010-04-29Fix Shaman totem bars and Call of the Elements/Spirits/AncestorsMachiavelli
--HG-- branch : trunk
2010-04-28Fix weekly reset time being updated twiceSpp
Patch by NoFantasy --HG-- branch : trunk
2010-04-28Fix weekly reset time initialization.Spp
If timer in the past update to current time --HG-- branch : trunk
2010-04-28Fix arena point distribution time initialization.Spp
If timer in the past update to current time Thanks to "p.alexej" for pointing it out. --HG-- branch : trunk
2010-04-28Partial revert of 6ab9e720f3d2fca8bfe14b2ba857008cf018e0cd, thanks click and ↵Machiavelli
Liberate for talking sense into me. Only load 1 spec in memory at a time. Also fixes totem bar loading due to a typo. --HG-- branch : trunk
2010-04-28Fix item vendor refund for stackable items.Machiavelli
--HG-- branch : trunk
2010-04-28Remove a remnant from debugging code from prev. commit. (sorry)Machiavelli
--HG-- branch : trunk
2010-04-28Fix action buttons sent to client when swapping between talent specs. ↵Machiavelli
Storage related parts by Hunuza (MaNGOS), big thanks. --HG-- branch : trunk
2010-04-10BG: Ignore min player limit while in debug modeAlex Bolotsin
Patch by AntiDiavol closes issue 1581 --HG-- branch : trunk
2010-04-28Fix Arena autodistribution interval time shiftSpp
Patch by leak Closses issue 1703 --HG-- branch : trunk
2010-04-28Fix SMSG_AUTH_RESPONSE when queue is full.Spp
Patch by Gian --HG-- branch : trunk
2010-04-27Fix timed achievement checks for boss killed in instance.Trazom62
Requires DB update. --HG-- branch : trunk
2010-04-27Implement support of Timed Achievement. Thanks Shauren.Trazom62
Fixes issue #1431. --HG-- branch : trunk
2010-04-27Implement Opcode SMSG_CORPSE_NOT_IN_INSTANCESpp
--HG-- branch : trunk
2010-04-26Fixed weekly quest reset by Gyullo._manuel_
--HG-- branch : trunk
2010-04-26Fix Scourge Strike. Thanks Havenard.Trazom62
Fixes issue #1668. - additional damage is now done properly as shadow damage and no longer as additional physical damage. --HG-- branch : trunk
2010-04-26Remove a remnant from some local testcode (damn, I'm sure I had removed it - ↵click
it's not even related to the previous fix) --HG-- branch : trunk
2010-04-26Properly relearn talents/spells when changing active specialization - also ↵click
relearn the spells that require this talent Fixes issue #907 - Patch by liberate --HG-- branch : trunk
2010-04-25Implement coreside support for questflag QUEST_FLAGS_AUTO_ACCEPT and its use ↵click
- patch and research by click and Liberate (This also fixes the complaints that starter-quests were broken - the flag was actually never used coreside) --HG-- branch : trunk
2010-04-25Fix channelled spells when player has lot of haste AND a buff reducing spell ↵Trazom62
duration. Thanks dr.tenma. Fixes issue #1052. --HG-- branch : trunk
2010-04-25Fix resilience update for 3.3.x. Thanks dr.tenma.Trazom62
Fixes issue #198. --HG-- branch : trunk
2010-04-25Drak'Tharon Keep, Tharon'Ja: Demorph players when boss diesTartalo
Thanks & congratz to all developers, contributors & users, we reach revision 8000 ;) --HG-- branch : trunk
2010-04-25Fix HandleStatModifier for BASE_PCT and TOTAL_PCT modifierType.Trazom62
Formula was incorrect. It gave a slight advantage when there are several auras for the same UnitMod. Ex: if you had 2 auras giving 50%, - previous formula would give: 1*1.5*1.5=2.25 - new formula give: 1+0.5+0.5=2.00 which is correct. Hack for negative pct <= -100 is also no longer necessary --HG-- branch : trunk
2010-04-25Refactor Creature::SelectNearestTarget(float dist)Trazom62
This function is used in many scripts to find the nearest enemy within the given distance. However, it had an implicit limit to the ATTACK_DISTANCE. so in many case the "dist" was in fact just ignored. In other case, the ATTACK_DISTANCE is required. So 2 functions are necessary to avoid ambiguities. The refactoring is the split of the function in 2: SelectNearestTarget and SelectNearestTargetInAttackDistance. --HG-- branch : trunk
2010-04-25Fix Taxi flight Stormwind Harbor. Thanks scarymovie87.Trazom62
Fixes issue #425. --HG-- branch : trunk
2010-04-25* Fix structure of SMSG_INSPECT_TALENTS. Patch provided by Elron103.XTZGZoReX
--HG-- branch : trunk
2010-04-24Fix compile ¬¬Spp
+ Code Style (for, if, while) --HG-- branch : trunk
2010-04-24Remove unnecesary casts to Player in Player.cppSpp
Thanks to Shauren for pointing it out --HG-- branch : trunk
2010-04-24- Fix display of recently earned achievements when the player has a high ↵Machiavelli
total of earned achievements. - Fix crash in compare achievements with players with high GUIDs, by havenard. Fixes issue #1724 --HG-- branch : trunk
2010-04-24* Fixed two potential crashes in ChatHandler::HandleChannelSetPublic. Thx ↵XTZGZoReX
Rat/Machiavelli. --HG-- branch : trunk
2010-04-23Fix spelling error in CONFIG_GM_WHISPERING.p0wer
--HG-- branch : trunk
2010-04-23*Fixes conflagrate DOT damage so that warlocks finally can be the ↵click
pyromaniacs they want to be Closes issue #942 Fix by Liberate --HG-- branch : trunk
2010-04-23Implemented script for areatriggers 5332,5338,5334 and 5340, related with ↵_manuel_
quest Last Rites. --HG-- branch : trunk
2010-04-23Properly deregister WorldSocket connections in case of reaching socket ↵Machiavelli
timeout time. --HG-- branch : trunk
2010-04-22Fixes GCD when 1 sec or shorter.Trazom62
Support aura reducing GCD (SPELLMOD_GLOBAL_COOLDOWN) (e.g. Backdraft, Unholy presence). Fixes issue #1666. Fixes issue #1616. --HG-- branch : trunk