Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-07 | *Do not apply fear diminishings for creatures. | QAston | |
*Remove obsolete code for blood fury - by maxdestroyer. --HG-- branch : trunk | |||
2009-07-07 | [8125] Optimized spell cooldowns remove. Author: ApoC | megamage | |
Traverse only active cooldowns instead of whole player spell map. --HG-- branch : trunk | |||
2009-07-07 | [8121] Cleanup and more safe code in Player::BuyItemFromVendor use. ↵ | megamage | |
Author: VladimirMangos * Move bag search by bag guid code to WorldSession::HandleBuyItemInSlotOpcode * Really reject unexisted bag cases. --HG-- branch : trunk | |||
2009-07-07 | [8118] More diminishing returns for mage case. Author: Lightguard | megamage | |
--HG-- branch : trunk | |||
2009-07-07 | [8116] Fixed low ranks relearn bug, correctly show tlanes at command ↵ | megamage | |
spell learn. By VladimirMangos * Bug showup as paladin talents reset. Thanks to ApoC for reseach problem. * Now at .learn command use for learn some talent this talent must correctly show as learned in talent dialog. --HG-- branch : trunk | |||
2009-07-07 | [8114] Fixed uint16 to uint32 for spell id in SkillDiscoveryEntry Author: ApoC | megamage | |
--HG-- branch : trunk | |||
2009-07-07 | [8109] Implement some more PvP aura duration limits. Author: Lightguard | megamage | |
Thanks for reseach to Alez. --HG-- branch : trunk | |||
2009-07-07 | [8108] Fixed a case in resetting group binds where the actual map reset ↵ | megamage | |
was done even though it had permanent binds. This is a temp fix as the function should be rewritten to be more clear / less error prone. Author: lukaasm --HG-- branch : trunk | |||
2009-07-06 | *Allow Earth Shield to crit. | QAston | |
--HG-- branch : trunk | |||
2009-07-06 | *Fix client-server movement sync after knockback effect - by smellbee | QAston | |
*Fix the bug that sometimes creature don't evade, and chase for player to death - by smellbee *Do not set creature home position to place of engaging in combat --HG-- branch : trunk | |||
2009-07-06 | [8134] Fixed typo in ACTION_T_MORPH_TO_ENTRY_OR_MODEL check. Author: ↵ | QAston | |
VladimirMangos --HG-- branch : trunk | |||
2009-07-06 | *Fix client crash with barbershop chair | bigjohnson4 | |
--HG-- branch : trunk | |||
2009-07-06 | *PRevent crash with proc of melee based destination targetted spells. | QAston | |
--HG-- branch : trunk | |||
2009-07-06 | *Fix Improved Moonkin Form and Blood Boil disease bonus. | QAston | |
--HG-- branch : trunk | |||
2009-07-05 | *Fix a typo breaking compile on Linux. | QAston | |
--HG-- branch : trunk | |||
2009-07-05 | *Correctl update speed rate of creatures - original patch by smellbee. | QAston | |
--HG-- branch : trunk | |||
2009-07-05 | *Allow totems to cast spell2 from DB instantnly when put down | thenecromancer | |
--HG-- branch : trunk | |||
2009-07-05 | *Allow dest target spells to proc spellcast. | QAston | |
*Allow source target spells to be triggered during spellproc if no unit target avalible. --HG-- branch : trunk | |||
2009-07-05 | *Correct error message in command lookup taxinode. | Anubisss | |
--HG-- branch : trunk | |||
2009-07-05 | *Move command lookup faction's code to the correct file. | Anubisss | |
--HG-- branch : trunk | |||
2009-07-05 | *Change uint32 counter to bool found in lookup commands. | Anubisss | |
--HG-- branch : trunk | |||
2009-07-05 | *Print the account's email in command pinfo. Based on Charlie's patch. | Anubisss | |
--HG-- branch : trunk | |||
2009-07-04 | *Correct mana return amount for spell Judgements of the Wise. | Joro | |
--HG-- branch : trunk | |||
2009-07-04 | *Temporary fix for crash caused by object list update. | QAston | |
--HG-- branch : trunk | |||
2009-07-03 | Add spell_proc_event entries for some spells. | QAston | |
--HG-- branch : trunk | |||
2009-07-02 | *Redefine procflags: | QAston | |
PROC_FLAG_SUCCESSFUL_POSITIVE_MAGIC_SPELL = 0x00004000 PROC_FLAG_TAKEN_POSITIVE_MAGIC_SPELL = 0x00008000 PROC_FLAG_SUCCESSFUL_NEGATIVE_MAGIC_SPELL = 0x00010000 PROC_FLAG_TAKEN_NEGATIVE_MAGIC_SPELL = 0x00020000 *Add procEx flag: PROC_EX_NOT_ACTIVE_SPELL = 0x0008000 for spells which proc on spells not doing damage and not specified by familyflags. --HG-- branch : trunk | |||
2009-07-02 | *Some research about aura types. | QAston | |
--HG-- branch : trunk | |||
2009-07-02 | *Fix application of thread mod auras. | thenecromancer | |
--HG-- branch : trunk | |||
2009-07-02 | *Remove debug log unintentionally pushed in latest rev. | QAston | |
--HG-- branch : trunk | |||
2009-07-02 | *Fix 'crazy procs' issue and shadowstep remove on stealth. | QAston | |
--HG-- branch : trunk | |||
2009-07-01 | [8103] More wide use IsInWorld checks and delayed at teleport ↵ | megamage | |
operations. Author: Ambal * IsInWorld used to prevent return unexpected not in world objects. * Delayed operations need to process its in world state. --HG-- branch : trunk | |||
2009-07-01 | [8102] Simplify code base at new root method ↵ | megamage | |
WorldObject::CleanupsBeforeDelete Author: VladimirMangos * Call it from Map::AddObjectToRemoveList and remove now not needed explcit calls * Create Gameobject version to make GO with owner more safe for remove --HG-- branch : trunk | |||
2009-07-01 | *Fix a crash caused by archaedas script. | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | [8101] Prevent use talents as quest rewards or spell_learn_spell learned ↵ | megamage | |
spells. Author: VladimirMangos --HG-- branch : trunk | |||
2009-07-01 | *Backup your DB! | megamage | |
[8098] Support uint32 spell ids in code. Author: VladimirMangos * Propertly work with uint32 spell ids in player action bar * Fix in same time bug with not save equipment set button with id==0 * Merge misc field in character_action and playercreateinfo_action to action field as 3 byte * Propertly load uint32 spell ids from character_spell * Fixed types for some pet/creature related structure for spell id storing. --HG-- branch : trunk | |||
2009-07-01 | [8097] Updated comment based on research. Author: ApoC | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | [8094] Overwrite max durability for item at item loading from prototype. ↵ | megamage | |
Author: VladimirMangos --HG-- branch : trunk | |||
2009-07-01 | [8093] Fixed effect of spell 25771. Author: ApoC | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | *Fix build. | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | [8092] Check bag size at item protos loading and item slots at invetory ↵ | megamage | |
loading. Author: VladimirMangos --HG-- branch : trunk | |||
2009-07-01 | [8089] Implement SPELL_EFFECT_CHARGE2(149), more correct monster flags ↵ | megamage | |
use in charge effects. Author: VladimirMangos Last fix let for example correct charge for flight creatures... --HG-- branch : trunk | |||
2009-07-01 | [8088] Fixed min_range checking for spell casts. Author: ApoC | megamage | |
Skip in check values 0.0f from DBC, this spells do not have min range limitation. This should fix some inappropriate target too close messages. --HG-- branch : trunk | |||
2009-07-01 | [8087] Cleanup code. Author: NoFantasy | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | Allow NPCs to apply taunt. Author: ApoC | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | [8086] Restore work spell 11196. Author: Maxxie | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | [8085] Apply talent rate to all talents points. Author: duckman | megamage | |
--HG-- branch : trunk | |||
2009-07-01 | *Fix a crash caused by charm spells. | megamage | |
--HG-- branch : trunk | |||
2009-07-02 | *Send threat messages to client - thanks to megamage for research. | QAston | |
--HG-- branch : trunk | |||
2009-07-01 | *Fix possible exploits with flying paths. | QAston | |
--HG-- branch : trunk | |||
2009-06-30 | *Make spell 1122 summon only one infernal. | QAston | |
--HG-- branch : trunk |