aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2010-04-20Revert changes done in re6b772bbb596137e7f83dabaab46fc501fb6a8f5 - reason: ↵click
breaks readline-history capability on linux This is essentially a bug in MySQLs InnoDB database storage engine where connectionhandlers does not decrement the servers threadcount while trying to exit properly. Bugreport exists on mySQL bugtracker. --HG-- branch : trunk
2010-04-20Use jemalloc as memory allocator on linux.raczman
In comparison to standard glibc allocator, jemalloc fargments adress space less, and scales linearly in multithreaded environment. Author: Jason Evans, mad props to him. --HG-- branch : trunk
2010-04-20Fix spellaura-crashclick
Fixes #1767, closes #1772 (and the other ones already merged into it) --HG-- branch : trunk
2010-04-20Make ResetPeriodic controllable by boolean value, defaults to falseclick
Fix by Moriquendu --HG-- branch : trunk
2010-04-20Remove caster from always being part of casters targetlist during spellcasts ↵click
- thanks to QAston for pointing out that it's useless! :) --HG-- branch : trunk
2010-04-19Fix crash involved with DK talent Blade Barrier.p0wer
--HG-- branch : trunk
2010-04-19Really fix the horseman - shot the horse, gave him a new one - and a proper ↵click
washover of what he can say! --HG-- branch : trunk
2010-04-19Unbreak the headless horsman - he should now ride again!click
--HG-- branch : trunk
2010-04-19Add snippet to fix thread-hangs-on-exit on server exitclick
Closes issue #842 --HG-- branch : trunk
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp
--HG-- branch : trunk
2010-04-19Remove unused columns from sqlsSpp
--HG-- branch : trunk
2010-04-19ScriptedAI: Fix types in SelectSpellSpp
--HG-- branch : trunk
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
--HG-- branch : trunk
2010-04-19Fix Custom Enchant loadSpp
--HG-- branch : trunk
2010-04-19Unit: Fix Unit Flight UpdateSpeed not getting charmer bonusesSpp
--HG-- branch : trunk