aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-08 Fixes and cleanups in loot code. Author: VladimirMangosmegamage
* Move not-normal loot tables generation in single place (Loot::FillLoot function) for group and non group case. * Simplify LootView code. --HG-- branch : trunk
2009-02-08 [7237] Fixed crash when MotionMaster's Clean or ExpireMovement called ↵megamage
from MovementGenerator update. Implemented delayed movement generators removed in case cleanup is triggered from movement generator update. For this purpose is in runtime allocated vector for temporary store of all deleted movement generators. After delayed delete this vector is deleted. Signed-off-by: ApoC <apoc@nymfe.net> (With adaptation) --HG-- branch : trunk
2009-02-08[7236] Prevent lost spells dependent from skills learned before ↵megamage
non-dependent spell loading from DB. For example spell 2764 will correctly show in spellbook after re-login. Author: VladimirMangos --HG-- branch : trunk
2009-02-08* Fixed 3 sql files from 2.4.3_update directoryDrahy
* Added CMakeLists for this directory - Thx Zor * Small clean up --HG-- branch : trunk
2009-02-07*Do not check behind for Mutilate. By Blaymoira.QAston
--HG-- branch : trunk
2009-01-19*Fixed dummy effect of spell 1464 and ranksBlaymoira
--HG-- branch : trunk
2009-02-07*Handle SPELL_AURA_MOD_ENEMY_DODGE, make commanding shout heal for hp ↵QAston
increased value. --HG-- branch : trunk
2009-02-07*Handle SPELL_AURA_MOD_AURA_DURATION_BY_DISPEL and ↵QAston
SPELL_AURA_MOD_AURA_DURATION_BY_DISPEL_NOT_STACK. *Fix SPELL_AURA_MECHANIC_DURATION_MOD and SPELL_AURA_MECHANIC_DURATION_MOD_NOT_STACK for PVP. --HG-- branch : trunk
2009-02-07*Fix Expose Weakness and similar auras.QAston
--HG-- branch : trunk
2009-02-07*Handle aura SPELL_AURA_MOD_BLOCK_CRIT_CHANCE.QAston
--HG-- branch : trunk
2009-02-07*Fix windows project files, fix a typoQAston
--HG-- branch : trunk
2009-02-07*Merge.megamage
--HG-- branch : trunk
2009-02-07*Fix some bugged spell visual.megamage
--HG-- branch : trunk
2009-02-06*Fix knockback effect.megamage
--HG-- branch : trunk
2009-02-06*Fix some talent triggered spells.megamage
--HG-- branch : trunk
2009-02-06* Removed "()" from sql names because of an error in CMakeListsDrahy
* Updated CMakeLists for current names * Changed some new sqls to proper names and directories * Reverted changes in ba79b83e93dc - now working properly with fixed Character converter * Some other cleaning --HG-- branch : trunk
2009-02-06*Handle aura SPELL_AURA_MECHANIC_IMMUNITY_MASK.QAston
*Fix a typo in ap bonus from stat calculation-thanks to megamage for pointing this. --HG-- branch : trunk
2009-02-06*Update config file.megamage
--HG-- branch : trunk
2009-02-06*Merge.megamage
--HG-- branch : trunk
2009-02-06[7235] New command: .reset achievements. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-06*Handle aura SPELL_AURA_MOD_HOT_PCT.QAston
--HG-- branch : trunk
2009-02-06*Fix the immediate crash during startup.megamage
--HG-- branch : trunk
2009-02-06*Some code optimize.QAston
--HG-- branch : trunk
2009-02-06*Fix Target Unit Raid.QAston
--HG-- branch : trunk
2009-02-06*Fix aura sending to 303 client.QAston
--HG-- branch : trunk
2009-02-06* Fixed Character converter thx for pointing to MuhahaDrahy
* Who already used this converter please apply ALTER TABLE `character_pet` ADD `slot` int(11) unsigned NOT NULL default '0' AFTER `renamed`; --HG-- branch : trunk
2009-02-06typoMuhaha
--HG-- branch : trunk
2009-02-06Now correct patch version: Use spell_loot_table for item creating in case ↵Muhaha
SPELL_EFFECT_CREATE_ITEM_2 (157) and itemType==0. Author: VladimirMangos --HG-- branch : trunk
2009-02-06* Update sql to proper table structureMuhaha
--HG-- branch : trunk
2009-02-05Fixed phase seelction for gameobject/creature spawn for GM-mode without ↵megamage
phase auras. Author: VladimirMangos --HG-- branch : trunk
2009-02-05Use spell_loot_table for item creating in case SPELL_EFFECT_CREATE_ITEM_2 ↵megamage
(157) and itemType==0. Author: VladimirMangos --HG-- branch : trunk
2009-02-05[7230] Add spell_bonus_data for 18220 and ranks. Author: Dietrichmegamage
[7232] Use constant name that hide client dependent value. Author: VladimirMangos Skip: [7231] Some info to sql updates commiters in slq/update/README and spell chain update of [7230] --HG-- branch : trunk
2009-02-05[7229] Add area limitation checks for battleground/arena spells.megamage
Spell sorted by 2 list and map ids lists replaced by map type checking in patch. Author: GriffonHeart --HG-- branch : trunk
2009-02-05*Update linked spell. Add new type: linked aura.megamage
--HG-- branch : trunk
2009-02-05*Fix a typo that makes linked spells not work.megamage
--HG-- branch : trunk
2009-02-05*Allow scripts to override SQL and DBC data.megamage
--HG-- branch : trunk
2009-02-05*Merge.megamage
--HG-- branch : trunk
2009-02-05* Changed file 1_world_scripts.sql to correct 805_world_scripts.sql - Thx ↵Drahy
for pointing to megamage * Related updates --HG-- branch : trunk
2009-02-05*Merge.megamage
--HG-- branch : trunk
2009-02-05*Merge.megamage
--HG-- branch : trunk
2009-02-05Fix crash. by Skystar.QAston
--HG-- branch : trunk
2009-02-05* Updated CMakeLists with precious revisionsDrahy
* Modified sql updates to more proper version * Added script names to script_full table --HG-- branch : trunk
2009-02-05* MergeDrahy
--HG-- branch : trunk
2009-02-05* Updated Readme file for current sql systemDrahy
* Also updated CMakeLists.txt with new sqls --HG-- branch : trunk
2009-02-05*Handle SPELL_AURA_ABILITY_IGNORE_AURASTATE and SPELL_AURA_ALLOW_ONLY_ABILITY.QAston
*Fix build on Windows. --HG-- branch : trunk
2009-02-05* Moved old sql files to 2.3.4_updates folderDrahy
* Renamed new sql files - thx for idea to Aokromes * Deleted useless files --HG-- branch : trunk
2009-02-05* For those who dont want to update spell_proc_event table from 18 files i ↵Drahy
did only one * Who already pulled this branch please skip this revision and keep updating file by file * Named it as newest mangos sql number and after that you need to update normal way --HG-- branch : trunk
2009-02-05* Borean Tundra from ScriptDev2Muhaha
* Updated copyright notice for new year (2009) --HG-- branch : trunk
2009-02-05* Put back accidentaly deleted one sql file which was not in converters ↵Drahy
before but only on my side * Updated readme and converter file --HG-- branch : trunk
2009-02-05* You're Fired! quest (10821) by darkrabbitMuhaha
--HG-- branch : trunk