aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-12*Implement achievement Timely Death.Anubisss
--HG-- branch : trunk
2009-08-12Fix quest Death ChallangeKudlaty
--HG-- branch : trunk
2009-08-11*Try to fix a crash caused by single target auras. Thanks to QAston.megamage
--HG-- branch : trunk
2009-08-11*Fix a crash caused by setmap.megamage
--HG-- branch : trunk
2009-08-11*Fix compile in debug mode.megamage
--HG-- branch : trunk
2009-08-11*Fix compile in *nix.megamage
--HG-- branch : trunk
2009-08-11*Add some asserts back.megamage
--HG-- branch : trunk
2009-08-11*ResetMap for worldobjects when map is deleted.megamage
--HG-- branch : trunk
2009-08-11*Only use m_isWorldObject to check if an object is in grid or world.megamage
--HG-- branch : trunk
2009-08-11*A temp fix of the crashes caused by corpses.megamage
--HG-- branch : trunk
2009-08-11*Linked Ulduar bosses with their scriptsmaximius
*Wailing Caverns updates, by Oculus --HG-- branch : trunk
2009-08-11*Correctly check ispositive for spells.megamage
--HG-- branch : trunk
2009-08-11*Cleanups and obsolete spell handlers remove.QAston
--HG-- branch : trunk
2009-08-11*Consider all non-existing spells as negative. This fixes the broken ↵megamage
Forbearance. --HG-- branch : trunk
2009-08-11*Use unified function in loadhelper.megamage
--HG-- branch : trunk
2009-08-11*Fix anothe crash bug caused by SetMapmegamage
--HG-- branch : trunk
2009-08-11*Add function Unit::OutDebugInfo for debug.megamage
--HG-- branch : trunk
2009-08-11*Fix a crash when go is removed but m_ObjectSlot is not cleared.megamage
--HG-- branch : trunk
2009-08-11*Fix a crash since the last rev.megamage
--HG-- branch : trunk
2009-08-10*Assert !IsInWorld() in set mapmegamage
--HG-- branch : trunk
2009-08-10*Assert !IsInWorld() in reset mapmegamage
--HG-- branch : trunk
2009-08-10*Some update of opvp (no real change)megamage
--HG-- branch : trunk
2009-08-10*Cleanup about deleting player.megamage
--HG-- branch : trunk
2009-08-10*Fix a crash when player gets teleported during log out.megamage
--HG-- branch : trunk
2009-08-11*Fix prison Containment Spheres in Keristrasza.Anubisss
--HG-- branch : trunk
2009-08-10*More cleanupmaximius
--HG-- branch : trunk
2009-08-10*ScriptMgr cleanupmaximius
--HG-- branch : trunk
2009-08-10*Mergemaximius
--HG-- branch : trunk
2009-08-10*Ulduar script updates, thanks Nemesismaximius
*Minor Vault of Archavon cleanup --HG-- branch : trunk
2009-08-11Merge [SD2]Kudlaty
r1179 Initialize variables used for EscortAI. Simplify some parts of code and also remove obsolete code for reconnecting to path. r1180 Added script for npc 19679, not allow vendor if not have friendly rep or better. r1181 Updated ScriptDev2 to MaNGOS 0.12 patch for SD2 version 1180 and mangos-0.12 7680 - skip r1182 Cleanup instance related definitions for BT and apply code style - skip r1183 Provide updated patch for Mangos (8095) and restore option to use git am. Update How To Install.txt accordingly and clarify why/when patch is needed also for Windows. - skip r1184 Added support for quest 11142. Database support for spell 42316 needed. r1185 Fix typo from 1182 and set eol-style + add missing to makefile --HG-- branch : trunk
2009-08-10*fix achievement 630 (Wailing Caverns)Rat
--HG-- branch : trunk
2009-08-10Merge [SD2]Kudlaty
r1172 Replace some DealDamage() with ForcedDespawn() r1173 Added a few more texts for quest 12733 r1174 Allow escortAI to continue run for as long as at least one member of party is in range (in case original player who start escort is in party). r1175 Correct gossip text, wrong in rev 1173. r1176 Correcting a bug for script related to quest 11129. Also use explicit boolean as check if still moving to location. r1177 Adjusting tempsummon time for Opera event bosses and also despawn if creatures evade. r1178 Remove not needed code (already called from escortAI::UpdateAI) --HG-- branch : trunk
2009-08-10*Halls of Lightning update, Loken script from SD2 (thanks manuel)maximius
--HG-- branch : trunk
2009-08-10*Fix a typo. By mike753megamage
--HG-- branch : trunk
2009-08-10*Fix Lightwell. By Elronmegamage
--HG-- branch : trunk
2009-08-10*Set react passive for passiveAI creatures.megamage
--HG-- branch : trunk
2009-08-10*change SPELL_AURA_MOD_ARMOR_PENETRATION_PCT to reduce armor on target and ↵megamage
add cap amount of armor reduced by armor penetration rating By thenecromancer --HG-- branch : trunk
2009-08-10*Fix Quest Skywing. By Farahmegamage
--HG-- branch : trunk
2009-08-10Merge [SD2]Kudlaty
r1171 Restore compile. Replace add/remove/has monster movement flag with new function and correct CreatureRelocation() and SendMonsterMove() related code. Remove all use of Relocate() and replace with expected CreatureRelocation() Requires Mangos 8078. --HG-- branch : trunk
2009-08-10*Merge heads. :(Anubisss
--HG-- branch : trunk
2009-08-10*Read AutoBroadcast's messages from cache instead of from DB every times.Anubisss
--HG-- branch : trunk
2009-08-10*add script for Wailing Caverns, Disciple of Naralex event, thanks to OculusRat
--HG-- branch : trunk
2009-08-10*add new functions to escortAI (does not effect old escort scripts)Rat
--HG-- branch : trunk
2009-08-10Missing part of patch added in 4783Kudlaty
--HG-- branch : trunk
2009-08-10Fix credit from quest 12698Kudlaty
--HG-- branch : trunk
2009-08-10*Implement achievement Chaos Theory, Intense Cold.Anubisss
*Thanks to Big for the help with testing in the last one. :) --HG-- branch : trunk
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