aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-25[svn] Fix the bug that summoned creatures may respawn.megamage
--HG-- branch : trunk
2008-10-24[svn] Fix a crash caused by gruul script.megamage
Change in EffectSummonWild and DoZoneInCombat. --HG-- branch : trunk
2008-10-23[svn] Fix cloak of shadow, can remove fairy fire now.megamage
Add yells to High King Maulgar. Patch provided by riddick. Script for Prince Malchezaar Doors. Patch provided by BroodWyrm. Bug fix for Selin Fireheart. Patch provided by BroodWyrm. Arcane Charges only while on flightpath. Patch provided by SLG. --HG-- branch : trunk
2008-10-23[svn] Prevent Bestial Wrath from being applied 5 times when cast by a hunter ↵w12x
with The Beast Within talent. Hopefully this will also fix the crashes caused by this spell. Change 'tbc' to 'expansion' in realmd.sql. --HG-- branch : trunk
2008-10-23[svn] Restore automatic crashlog generation on Windows. Make sure to have a ↵w12x
Crashes folder in the working directory of the executables. --HG-- branch : trunk
2008-10-23[svn] Fixed copyright notices to comply with GPL.w12x
--HG-- branch : trunk
2008-10-22[svn] Fix a bug that elixir buff cannot stack.megamage
Fix quest 9685. Patch provided by ogeraisi. --HG-- branch : trunk
2008-10-22[svn] Add SPELL_ATTR_BREAKABLE_BY_DAMAGE. Remove part of the hacked ↵megamage
breakable aura check. Patch provided by thenecromancer. --HG-- branch : trunk
2008-10-22[svn] Fixed crashes in LoadQuests().w12x
Removed TrinityCore Only project files. --HG-- branch : trunk
2008-10-22[svn] Fix a bug that shaman's shield can stack.megamage
Fix: MovementInform without behavior change for waypoint movement. Patch provided by DragonHunter. Update gruul lair script. Patch provided by Blaymoira. --HG-- branch : trunk
2008-10-22[svn] Add missing SQL changes from prev. commit, also fix mistakenly ↵w12x
commented out line. Patch provided by Visagalis. --HG-- branch : trunk
2008-10-22[svn] * Implement honor rewards from quests - Source MangosKingPin
--HG-- branch : trunk
2008-10-22[svn] Added sanity checks in loading player cache to prevent crashing upon ↵w12x
corrupted player data. --HG-- branch : trunk
2008-10-21[svn] * Use ObjectMgr/AccountMgr functions rather than DB queries. Source mangosKingPin
--HG-- branch : trunk
2008-10-21[svn] Fix cloak of shadows. Dispel type should be based on ↵megamage
SPELL_DAMAGE_CLASS_MAGIC. Fix: SPELL_DAMAGE_CLASS_NONE type spells should never miss. --HG-- branch : trunk
2008-10-21[svn] Fixed win32 compilew12x
Null pointer checks in the barrens ai. --HG-- branch : trunk
2008-10-21[svn] * Fix professions NPC script typoKingPin
--HG-- branch : trunk
2008-10-21[svn] * Prevent Cheating at logout/login by players. Thank you VisagalisKingPin
* Set scripts to eol style native --HG-- branch : trunk
2008-10-21[svn] Black Temple doors script. Patch provided by Blaymoira.megamage
--HG-- branch : trunk
2008-10-21[svn] * Added some player info cache to the core. Thanx to Rognar for patch, ↵KingPin
visaglis for testing and bugging me to add it. --HG-- branch : trunk
2008-10-21[svn] Try to remove the big hack in SpellMgr::IsNoStackSpellDueToSpell. Not ↵megamage
sure if this works. --HG-- branch : trunk
2008-10-21[svn] Change MSVC project files to use multithreaded (debug) dll runtime ↵w12x
libraries. Hopefully this will solve the problems with ACE. Original patch by Derex. --HG-- branch : trunk
2008-10-21[svn] Implement a new table (spell_disabled) to allow disabling some spells ↵w12x
for players and / or creatures. To disable a spell for a players and pets, set 2^0 in the disable_mask, to disable for creatures, set 2^1. The comment field is optional. Original patch provided by Craker. --HG-- branch : trunk
2008-10-20[svn] Fix 71ScriptDev2.vcproj. Thanks to NeoLithicX.megamage
--HG-- branch : trunk
2008-10-20[svn] * Compile fixes from previous revs.KingPin
--HG-- branch : trunk
2008-10-20[svn] Add Alar script.megamage
Update Magtheridon script. Update Vorpil script. Patch provided by BroodWyrm. Add sunwell boss scripts into scriptmgr.cpp (forgot to do so in previous revs). --HG-- branch : trunk
2008-10-20[svn] Implement CREATURE_FLAG_EXTRA_TRIGGER. In GM mode, creatures flagged ↵w12x
with this will be displayed with displayid_a, in non-gm mode with displayid_h. --HG-- branch : trunk
2008-10-20[svn] Fixed a crash in OutdoorPvP*::BuffTeam().w12x
--HG-- branch : trunk
2008-10-20[svn] * Minor code fixesKingPin
* Move account related functions from ObjectMgr to AccountMgr and drop duplicate functions - source mangos * recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos * added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos --HG-- branch : trunk
2008-10-20[svn] * fixed help for subcommands - source mangosKingPin
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O --HG-- branch : trunk
2008-10-19[svn] Script for quest 1719. Patch provided by ckegg.megamage
--HG-- branch : trunk
2008-10-19[svn] Fix a typo in rev 80. Patch provided by ogeraisi.megamage
--HG-- branch : trunk
2008-10-19[svn] * Fixed compile from r78KingPin
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP --HG-- branch : trunk
2008-10-19[svn] * DB data for item 28356 and related, and also for 28602, 30317, ↵KingPin
28578. source: Mangos * List fake data for last spells expected to listed in `spell_affect`. source: Mangos * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. source: Mangos * Implemented dummy aura of spell 43873. source: Mangos --HG-- branch : trunk
2008-10-19[svn] * Raise modify scale limit from 3 to 10 for playersKingPin
* Implement immunity totems from periodic damage spell effects. Source: Mangos * Implemented second choice aggro targets for creatures. Source: Mangos --HG-- branch : trunk
2008-10-19[svn] Add a hack check for spell 42292.megamage
--HG-- branch : trunk
2008-10-19[svn] Fix spell 45072: should only affect demons.megamage
--HG-- branch : trunk
2008-10-19[svn] Add Unit::IsWithinCombatDist function to check melee range and spell ↵megamage
range (now range is related to the attacker's bounding_radius and target's combat_reach, not sure if both should be combat_reach). --HG-- branch : trunk
2008-10-19[svn] * fix Compile ( typo in boss_felmyst.cpp )KingPin
--HG-- branch : trunk
2008-10-19[svn] Change aura stack check.megamage
Add some boss yells. Patched provided by BroodWyrm and Blaymoira. --HG-- branch : trunk
2008-10-19[svn] * Fixed Compile error from previous revKingPin
--HG-- branch : trunk
2008-10-19[svn] Escortai for 10211 quest provided by Blaymoira.megamage
Grandmaster Vorpil script provided by BroodWyrm. --HG-- branch : trunk
2008-10-19[svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function.megamage
Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. --HG-- branch : trunk
2008-10-19[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear ↵KingPin
I didnt make up the name) * Fixed a couple of spelling errors in TC conf file --HG-- branch : trunk
2008-10-19[svn] Finally really fixed compile. Also, removed Unit::GetObjectInWorld(), ↵w12x
use Map::GetCreatureInMap() and Map::GetGameObjectInMap() instead. This is to prevent creature-creature interaction on different maps, which would make the later multithreading of maps impossible. --HG-- branch : trunk
2008-10-19[svn] * Prevent creatures from moving if they are dead (if they were fleeing ↵Seline
for example). * Critters now flee from attacker when taking damage. --HG-- branch : trunk
2008-10-19[svn] Fixed compile errors. Hopefully.w12x
--HG-- branch : trunk
2008-10-18[svn] Add Unit::GetObjectInWorld function to get object by guid without ↵megamage
providing reference. Small change in SummonGameObject. Fix a bug that player can not click summoned najentus spine (must let target summon gameobject). --HG-- branch : trunk
2008-10-18[svn] Update some Black Temple boss scripts.megamage
Implement some Black Temple boss spells. Update maiden of virtue and void reaver scripts. Patch provided by Blaymoira. --HG-- branch : trunk
2008-10-18[svn] Modify SummonGameObject function to set owner GUID.megamage
Implement spell 23019. Patch provided by Edder. --HG-- branch : trunk