| Age | Commit message (Collapse) | Author |
|
Thanks & congratz to all developers, contributors & users,
we reach revision 8000 ;)
--HG--
branch : trunk
|
|
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
|
|
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
|
|
Fixes issue #425.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
+ Code Style (for, if, while)
--HG--
branch : trunk
|
|
Thanks to Shauren for pointing it out
--HG--
branch : trunk
|
|
total of earned achievements.
- Fix crash in compare achievements with players with high GUIDs, by havenard. Fixes issue #1724
--HG--
branch : trunk
|
|
Rat/Machiavelli.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
pyromaniacs they want to be
Closes issue #942
Fix by Liberate
--HG--
branch : trunk
|
|
quest Last Rites.
--HG--
branch : trunk
|
|
timeout time.
--HG--
branch : trunk
|
|
Support aura reducing GCD (SPELLMOD_GLOBAL_COOLDOWN) (e.g. Backdraft, Unholy presence).
Fixes issue #1666.
Fixes issue #1616.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
This due to a referencefile not being updated after 3.3.3a changeover (gave bad counting-values when examining DBCs)
--HG--
branch : trunk
|
|
*added more checks at loading
*better searcher
--HG--
branch : trunk
|
|
Patch by Liberate
--HG--
branch : trunk
|
|
Fix by Havenard - closes #1565
--HG--
branch : trunk
|
|
Fix by liberate
--HG--
branch : trunk
|
|
Fix by liberate
--HG--
branch : trunk
|
|
aggro on caster)
Fix by Liberate
--HG--
branch : trunk
|
|
character_aura keys to avoid duplicates
--HG--
branch : trunk
|
|
this is season dependant, as it was quite hard to loose that much rating )
--HG--
branch : trunk
|
|
just a single target auras so we need to get caster, not owner)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
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
|
|
--HG--
branch : trunk
|
|
ScriptDev2.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Fixes issue #1555.
--HG--
branch : trunk
|
|
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
|
|
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
|
|
Fixes #1767, closes #1772 (and the other ones already merged into it)
--HG--
branch : trunk
|
|
Fix by Moriquendu
--HG--
branch : trunk
|
|
- thanks to QAston for pointing out that it's useless! :)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
washover of what he can say!
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Closes issue #842
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|