aboutsummaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
2009-08-09*Move beast within bonus auras to sql.megamage
--HG-- branch : trunk
2009-08-09 [8336] Prevent apply item 34678 damage effect to cast target if it's ↵megamage
friendly. Author: VladimirMangos Current combat target or just selection will be used instead if it not friendly. --HG-- branch : trunk
2009-08-09*Fix a typo of fixed damage spells. Thanks to loop69megamage
--HG-- branch : trunk
2009-08-09[8334] Small cleanup in magic shield back damage code. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-09 [8331] Restore spirit guids work, step 2 Author: VladimirMangosmegamage
Remove hack in battleground code that prevent proper work guids in result sabotage of now correct work spell itself. --HG-- branch : trunk
2009-08-09*Add an assert in removeunitfromnotifymegamage
--HG-- branch : trunk
2009-08-09mergemegamage
--HG-- branch : trunk
2009-08-09Backed out changeset: 43d0f185abe2megamage
--HG-- branch : trunk
2009-08-09*Fix a typo of Icebound Fortitude which causes crash.megamage
--HG-- branch : trunk
2009-08-09*Implement achievement On The Rocks.Anubisss
--HG-- branch : trunk
2009-08-08*Try to fix a crash caused by adding player to wrong instance.megamage
--HG-- branch : trunk
2009-08-08*Fix a crash caused by undismissed pet.megamage
--HG-- branch : trunk
2009-08-08*Fix a crash caused by relocationnotifymegamage
--HG-- branch : trunk
2009-08-08*Added autoannounce to core, and optimized autobroadcast db query to put ↵maximius
less strain on MySQL --HG-- branch : trunk
2009-08-08TypoNevan
--HG-- branch : trunk
2009-08-08*Fix Glyph of Blood StrikeNevan
*Fix Glyph of Plague Strike *Fix Glyph of Death Strike --HG-- branch : trunk
2009-08-08*Implement SPELL_ATTR_EX4_FIXED_DAMAGEmegamage
--HG-- branch : trunk
2009-08-08*Fix the quest requirement for DK to leave start zone. By kaellmegamage
--HG-- branch : trunk
2009-08-08*Revert Mangos patch [8325]megamage
--HG-- branch : trunk
2009-08-08*Add assert back to go::setownerguidmegamage
--HG-- branch : trunk
2009-08-08[8327] Fixed recieved packet size check for MSG_MOVE_TELEPORT_ACK. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-08-08[8325] Restore BG spirit guids work after [8308]-1. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-08 [8320] Imporovements in wild summoned gameobjects work. Author: ↵megamage
VladimirMangos * Not set owner for will summoned gameobjects. Its not expected to have owner, and must be accessable to all players (or team). * Set for all objects summoned by spells: despawned by deafult for proper despawn withut owner. * Cleanup Spell::EffectSummonObjectWild. --HG-- branch : trunk
2009-08-08*Some update of vehicle.megamage
--HG-- branch : trunk
2009-08-08*Also aggro player-controlled units in dozoneincombat.megamage
--HG-- branch : trunk
2009-08-08*Only allow mover to turn when it is on vehicle.megamage
--HG-- branch : trunk
2009-08-08*Fix a bug that UNIT_STAT_CASTING is not cleared when delayed spells are casted.megamage
--HG-- branch : trunk
2009-08-08*Fix Icebound Fortitude FormulaNevan
*Fix Glyph of Icebound Fortitude --HG-- branch : trunk
2009-08-08*Fix Unbreakable Armor FormulaNevan
*Fix Glyph of Unbreakable Armor --HG-- branch : trunk
2009-08-08*Cleanups, remove obsolete code and minor optimizations in spellauras.cpp ↵QAston
and spelleffects.cpp *Remove GetDummyAura(uint32 spellid) function - it is faster to use GetAuraEffect or GetAura if id is known than iterate threw dummy auras list *Move Death Strike code from HandleDummyAuraProc to Spell::EffectDummy - original patch by hununza. --HG-- branch : trunk
2009-08-08Add config options for filters, add some, delete some, change others. Make ↵Chaz Brown
sure you update your trinitycore.conf --HG-- branch : trunk
2009-08-07*Fix a bug introduced in 3874. This makes IsNonMeleeSpellCasted cannot ↵megamage
correctly check if caster is casting. *This fixes the bug that Heigan chases players when he is channelling. --HG-- branch : trunk
2009-08-07*Fix a typo in spellauras.cpp which makes some triggered spells triggered twice.megamage
--HG-- branch : trunk
2009-08-07mergemegamage
--HG-- branch : trunk
2009-08-07Backed out changeset: f86476eb503dmegamage
--HG-- branch : trunk
2009-08-07*Check category instead of flags for some spells. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-07*Emalon the Stormwatcher fully scripted, by Necroo (boss needs to be spawned ↵maximius
and ScriptName needs to be updated) *Added config options: DurabilityLoss.OnDeath and DurabilityLoss.InPvP, optimized Rate.RepairCost --HG-- branch : trunk
2009-08-07*Fix Glyph of Mirror ImageNevan
--HG-- branch : trunk
2009-08-07Fix knockback effect cause the creature's position client-server sync ↵Chaz Brown
problem - By smellbee Details and comments on this patch found here: http://www.trinitycore.org/forum/project.php?issueid=4689 --HG-- branch : trunk
2009-08-06[8316] Remove duplicate player stat output. Author: XTZGZoReXmegamage
--HG-- branch : trunk
2009-08-06 [8315] Fixed memory leaks (mostly at server shutdown) and code cleanups. ↵megamage
Author: VladimirMangos * Fixed leak in BattleGround::m_PlayerScores at BattleGround::Reset, add and use BattleGroundScoreMap typedef * Delete AreaTeam objects stored in global map at shutdown * Delete Corpse objects stored in global map at shutdown * Store guild bank log entries as objectes instead pointers in log event lists --HG-- branch : trunk
2009-08-06[8311] Prevent multiline fake messages in chat. Author: horogandrismegamage
--HG-- branch : trunk
2009-08-06*Correctly show npc root aura expire in client - by thenecromancer.QAston
--HG-- branch : trunk
2009-08-06*Fix the bug that players get stuck after teleported out of bg.megamage
*Do not delete the map immediately until all players are teleported. --HG-- branch : trunk
2009-08-06*Add SpellCasterAI as a framework for casting only units (like ebon gargoyle ↵QAston
or mirror image. --HG-- branch : trunk
2009-08-06*Fix the bug that player's pet enterevademode repeatedly.megamage
--HG-- branch : trunk
2009-08-06*Remove the assert(false) in StopCastingCharm() because i am not able to fix ↵megamage
it for now. --HG-- branch : trunk
2009-08-06*Use flags for positive spell check to reduce calculation.megamage
--HG-- branch : trunk
2009-08-06*Fix a dead loop in 4786. By QAston.megamage
--HG-- branch : trunk
2009-08-06*Update creature damamge formula. Use damage mod in config as total_pct ↵megamage
modifier. --HG-- branch : trunk