aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-06-02[7942] Fixed typo: proffesion->professionmegamage
[7944] Replace 10 by MAX_UNIT_ACTION_BAR_INDEX in packet size of SMSG_PET_SPELLS. Author: yad02 --HG-- branch : trunk
2009-06-02* Revert partly "[7903] Load and save for pets only talents." Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-06-02[7940] Print only warnings on SSLeay check. Author: XTZGZoReXmegamage
--HG-- branch : trunk
2009-06-02[7939] Fixed check in LoadLootTemplates_Spell. Author: XTZGZoReXmegamage
--HG-- branch : trunk
2009-06-02[7937] Check OpenSSL lib at server start up. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-06-02*Revert part of Mangos [7911] because it may causes client crash. Thanks to ↵megamage
onkelz28. --HG-- branch : trunk
2009-06-02*Fix build.megamage
--HG-- branch : trunk
2009-06-02Fix small typoKudlaty
--HG-- branch : trunk
2009-06-02Add script for quest 12687Kudlaty
--HG-- branch : trunk
2009-06-02Fix for some combat log errors.krz
Only Vanish and Invisibility auras will now prevent from taking damage if target is not visible for caster. --HG-- branch : trunk
2009-06-02*Fix the bug that hunter pet does not get correct stat bonus.megamage
--HG-- branch : trunk
2009-06-02*Add timer for wintergrasp. 30 minutes per battle. Can only take over ↵megamage
fortress during wartime. --HG-- branch : trunk
2009-06-01*Save/load wintergrasp building health when grid loaded/unloaded.megamage
--HG-- branch : trunk
2009-06-01*Fix the bug that shaman/druid/mage pets do not have scaled statsmegamage
--HG-- branch : trunk
2009-06-01Warlock pet scaling off Lock stats. By arcx and nesocipmegamage
--HG-- branch : trunk
2009-06-01 [7935] Move seldom used access to query data by field names to ↵megamage
independent object. Author: VladimirMangos This let not do preparation code for unused later functionlity. --HG-- branch : trunk
2009-06-01 [7934] Implement ACHIEVEMENT_CRITERIA_TYPE_WIN_RATED_ARENA Author: Trazommegamage
Also added ACHIEVEMENT_CRITERIA_DATA_TYPE_VALUE and support this criteira special cases base at `achievement_criteria_data` that required DB support. --HG-- branch : trunk
2009-06-01[7933] Call goober GO event script not only at open spell cast, also really ↵megamage
call camera GO event scripts. Author: NoFantasy --HG-- branch : trunk
2009-06-01[7932] Store in DB only spell part of pet action bar, set other to default ↵megamage
state (reaction saved). Author: VladimirMangos --HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Skip. Conflicts with TC2. I do not know how to merge it.megamage
--HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Skip "Do not remove poison enchantment auras when entering arena battle". ↵megamage
There are two different fixes in TC1 and TC2. And use TC2 for now. --HG-- branch : trunk
2009-06-01*Fix a crash caused by razorgore script.megamage
--HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Merge. (4s rule while drinking in arena skipped because i do not know how ↵megamage
to merge it) --HG-- branch : trunk
2009-06-01*Merge. (spell parts skipped)megamage
--HG-- branch : trunk
2009-06-01 [7931] Allow GAMEOBJECT_TYPE_CAMERA gameobjects with event field set ↵megamage
call DB scripts. Author: NoFantasy Drop also redundent check preveting use SCRIPT_COMMAND_CAST_SPELL script command by gameobject script triggred casting. --HG-- branch : trunk
2009-06-01[7930] Added diminishing for spell 1499 and ranks. Author: Lightguardmegamage
--HG-- branch : trunk
2009-06-01*Fix the bug that Lay on Hands heals the target for an amount equal to the ↵Anubisss
target's maximum health instead of the caster's maximum health. --HG-- branch : trunk
2009-06-01Detailed log of arena fights and arena team creation.krz
--HG-- branch : trunk
2009-06-01*Display correct building damage state/team on map in wintergrasp.megamage
*Rebuild buidlings after fortress is taken over. --HG-- branch : trunk
2009-06-01*Fix broken target 38 spells.megamage
--HG-- branch : trunk
2009-06-01*Fix broken pet action bar of guardians.megamage
--HG-- branch : trunk
2009-06-01 [7929] Some fixes and optimizations for work with packet guids. Author: ↵megamage
VladimirMangos * Allocate only minimal required buffer size for object packet guid cache, avoid it realocation. * At adding aboyher buffer content copy only until wpos (really writed to buffer data) * In appendPackGUID check buffer size before data write. --HG-- branch : trunk
2009-06-01*Backout 3672.megamage
--HG-- branch : trunk
2009-06-01Do not allow to reflect AoE spells.krz
--HG-- branch : trunk
2009-05-31*Fix a crash caused by possessed creatures. Thanks to Amit86megamage
--HG-- branch : trunk
2009-05-31*wintergrasp: allow players to click titan relic to change the ↵megamage
attacker/defender teams. Now only some of npc and portal will be changed. --HG-- branch : trunk
2009-05-31*Fix compile in *nix.megamage
--HG-- branch : trunk
2009-05-31*Set creature group leader following dist and angle to be zero to make it ↵megamage
safer. --HG-- branch : trunk
2009-05-31*Store creatureData and goData for creatures and gos.megamage
--HG-- branch : trunk
2009-05-31*Lay on hands should have heal amount = caster's max health.megamage
*Let goober call zonescript when an event happens. *Thanks Elron for the last rev (flight bug) --HG-- branch : trunk
2009-05-31*Fix a bug that player get stuck when changing map on flight.megamage
--HG-- branch : trunk
2009-05-31*Fix the bug that healing pvp target does not make players enter pvp.megamage
--HG-- branch : trunk
2009-05-31*Merge.megamage
--HG-- branch : trunk
2009-05-31[7928] Player must standup at stun (from 1.5 client starting) Author: DonTomikamegamage
--HG-- branch : trunk
2009-05-31[7927] For achievement criteria type ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM ↵megamage
check also items equip at loading. Author: VladimirMangos --HG-- branch : trunk
2009-05-31 [7926] Implement loot roll achievement criteria types used in statistics ↵megamage
Author: DonTomika * ACHIEVEMENT_CRITERIA_TYPE_ROLL_NEED * ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREED: --HG-- branch : trunk
2009-05-31[7925] Correct minor output format error inside ByteBuffer class Author: ↵megamage
Naicisum --HG-- branch : trunk