aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2010-04-22Update SpellEntry comments to 3.3.3aSpp
--HG-- branch : trunk
2010-04-22Revert the override introduced in [7980]click
This due to a referencefile not being updated after 3.3.3a changeover (gave bad counting-values when examining DBCs) --HG-- branch : trunk
2010-04-22*fixed crashpoint in spell difficulty handlerRat
*added more checks at loading *better searcher --HG-- branch : trunk
2010-04-22Add support for season-dependant gameeventsclick
Patch by Liberate --HG-- branch : trunk
2010-04-22Add 10% healing reduction to PVP-zones (as per 3.3.x patchnotes)click
Fix by Havenard - closes #1565 --HG-- branch : trunk
2010-04-21Change visibility of pets or charmed units as well when GM is invisibleclick
Fix by liberate --HG-- branch : trunk
2010-04-21Update trigger visibility when doing gm on/offclick
Fix by liberate --HG-- branch : trunk
2010-04-21Fix Beacon of Light: make it work when casted on other players (no initial ↵click
aggro on caster) Fix by Liberate --HG-- branch : trunk
2010-04-21* Add some more transactioncontrol to pet database handling + adjust ↵click
character_aura keys to avoid duplicates --HG-- branch : trunk
2010-04-21Don't loose arena points in case of rating lower than 1000 ( don't know if ↵thenecromancer
this is season dependant, as it was quite hard to loose that much rating ) --HG-- branch : trunk
2010-04-21Fix Intervene and alikes (unlike spell magnets, intervene alikes are actualy ↵thenecromancer
just a single target auras so we need to get caster, not owner) --HG-- branch : trunk
2010-04-21Fix Critical Blockthenecromancer
--HG-- branch : trunk
2010-04-21Fix typo in one druid talent handlingthenecromancer
--HG-- branch : trunk
2010-04-21PvP duration for Mark of Bloodthenecromancer
--HG-- branch : trunk
2010-04-21Weapon dependant damage for some rogue talentsthenecromancer
--HG-- branch : trunk
2010-04-21Fix skirmish battlesthenecromancer
--HG-- branch : trunk
2010-04-21*fix visibility for trigger creaturesRat
NOTE: if you see any trigger (in player mode) with a visible model (DB bug), please report creature entry + modelid in bugtracker --HG-- branch : trunk
2010-04-20Added missing return;_manuel_
--HG-- branch : trunk
2010-04-20Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ↵_manuel_
ScriptDev2. --HG-- branch : trunk
2010-04-20Actually make a change in Blade Barrier to fix the crash.p0wer
--HG-- branch : trunk
2010-04-20Fix crash in AchievementCriteriaData::Meets.Trazom62
Fixes issue #1555. --HG-- branch : trunk