Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | *Add `spell_dbc` table to store dbc entries not present in client | QAston | |
*Remove workaround from Demonic Circle code and use the sql table instead. --HG-- branch : trunk | |||
2009-08-27 | merge | megamage | |
--HG-- branch : trunk | |||
2009-08-27 | *Fix a crash. Thanks to MaXiMiUS | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Make .namego and .goname more flexible when summoning players to/from ↵ | maximius | |
instances & BGs --HG-- branch : trunk | |||
2009-08-26 | *Make .namego and .goname inherit phase from destination player | maximius | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix a crash caused by spellclick enter vehicle. Thanks to nanouniko | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Update flame levi script. Fix the bug that it often gets stuck. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix a crash caused by possess pet. Thanks to nanouniko | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix a crash caused by recall pet. Thanks to nanouniko | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Add an assert. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Add some crash log. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Some clean up and add debug info to find the reason of crash. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Try to fix a crash caused by corpse. Thanks to new001. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix a crash caused by area aura. Thanks to nanouniko | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Add function CanAIAttack | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | * Also check for Power Type when checking out if player has enough Runes to ↵ | megamage | |
cast spell. Some spells have Rune cost entry, but use Runic Power instead ( eg. Mind Freeze ) By thenecromancer --HG-- branch : trunk | |||
2009-08-26 | *Use MECHANIC to check if an aura is a movement impairing aura. By ↵ | megamage | |
thenecromancer --HG-- branch : trunk | |||
2009-08-26 | *Fix a crash caused by leave channel. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Remove some unused code in movement generator. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix the bug that inhabit_air does not make mob fly | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix the bug that Steady Shot make too much(over million) damage with these ↵ | Anubisss | |
items: 42946, 44093. --HG-- branch : trunk | |||
2009-08-26 | *Fix typo (that's what I get for doing this at 3AM) | maximius | |
--HG-- branch : trunk | |||
2009-08-26 | *Forgotten getVictim() in last commit >_< | maximius | |
--HG-- branch : trunk | |||
2009-08-26 | *Replace XT-002 anti-exploit spell with something more appropriate | maximius | |
--HG-- branch : trunk | |||
2009-08-26 | *Fix unintended spell spam, some minor adjustments to Ulduar | maximius | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix typo | maximius | |
--HG-- branch : trunk | |||
2009-08-25 | *Make Flame Leviathan a little less pathetic of a fight. | maximius | |
--HG-- branch : trunk | |||
2009-08-25 | *Make certain Ulduar bosses punish players who try to pull them to vehicles ;) | maximius | |
--HG-- branch : trunk | |||
2009-08-25 | *Always remove riding aura when exit vehicle. | megamage | |
*Other misc changes. --HG-- branch : trunk | |||
2009-08-25 | *Fix the bug that respawned vehicle is not usable. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix the calculation of knockback. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *[Fix] Priest Tier 6 Trinket (Ashtongue Talisman of Acumen). By Farah | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Do not reset map id in resetmap. | megamage | |
--HG-- branch : trunk | |||
2009-08-26 | * Unmount player before entering vehicle | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-25 | *Do not allow to save persistent AA. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix the bug that caster cannot have more than two persistent AA of the same ↵ | megamage | |
spell. --HG-- branch : trunk | |||
2009-08-25 | *Do not allow to knockback target which is much larger than caster. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Delete object after map update. This will make mtmap safer. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix some typos that break many area aura spells. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Do not make getmapid virtual function to improve speed. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Do not give xp if mob is killed by vehicle. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix a crash. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Reapply rev [3274]. It was backoutted due to some reason but was not ↵ | megamage | |
reapplied as supposed. This should fix the bug that Shockwave can be dodged. --HG-- branch : trunk | |||
2009-08-25 | *Fix the bug that sometimes vehicle is not usable after respawn. | megamage | |
--HG-- branch : trunk | |||
2009-08-25 | *Fix a crash. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | *Some update of aura system. Remove unnecessary variables and parameters ↵ | megamage | |
from auraeffect. Always refer to parent aura when finding target/source/caster. --HG-- branch : trunk | |||
2009-08-24 | [8413] Fixed lost 0 in comment and swap enum elemys for better fit to 0.12 ↵ | megamage | |
cases. Author: VladimirMangos --HG-- branch : trunk | |||
2009-08-24 | [8412] Update some new and old client supported shift-links to proper ↵ | megamage | |
format. Author: VladimirMangos * List all client and server side supported shift-link types updated in Chat.cpp * Now Henchant anf Hglyph links can be used in commands as spell links. * Hitem and Hquest links changed to client supported form. --HG-- branch : trunk | |||
2009-08-24 | [8409] Fixed guild creation date loading, and added another guild ↵ | megamage | |
loading optimization - last one. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk | |||
2009-08-24 | [8408] Optimized guild_member loading during startup. Changed rank ids ↵ | megamage | |
in guild_rank table. First start of mangos will take more time then usually, because of guild_rank change. If you want to speed first start up, execute command: UPDATE guild_rank SET rid = rid - 1; Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk |