aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
on 'reload config' command
2011-09-08Merge pull request #2931 from Chaplain/cleanupShocker
Core/Mechanic: Implement Diminishing Returns for miss\parry\dodge. Original author for parry\dodge case Lynx3d.
2011-09-08Merge pull request #2930 from Fredi/cleanKaelima
Core/Scripts: Code style and cleanups in npc_special.cpp
2011-09-08DB/Items: Fix a couple of consumable itemsNay
2011-09-08Core/Scripts: Correct a wrong spell id used in ZGNay
2011-09-08DB/SAI: (Roughly) Fix quest 3821. Closes #249Nay
2011-09-08DB/Spells: Some more spell target positionNay
2011-09-08Typo fix of previous commit (:S)Spp
2011-09-08Fix a typo in 327fe7c than changed the logic of a function and simplify ↵Spp
IsXXXAccount functions
2011-09-08Minor Correction to 327fe7cSpp-
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, ↵Spp-
GM, Admin or Console
2011-09-08Core/Spells: Changed targets of Lifebinder's Gift (search for entry instead ↵Lopin
of area ally). For conditions thanks Anubisss
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ↵Spp-
internal state
2011-09-07Revert "Core/GameObjects: Fix possible crash in ↵kaelima
GameObject::SetDestructibleState." This reverts commit 85c7a916a0efcbadaabfa28c1424ae1360ba4142. Ty Shauren.
2011-09-07Fix typo in 9d90c8245bfbfec8d821e25283643bd67f5bfeae and unintended change ↵kaelima
in b08900d033b51632e9adef8cb227a71a1061be5f.
2011-09-07Core/Mechanic: Remove unneeded(now) argument.Chaplain
2011-09-07Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.kaelima
Also let his clone cast enervating brand. Thanks Shauren.
2011-09-07Merge branch 'master' of git://github.com/TrinityCore/TrinityCorekaelima
2011-09-07Core/Spells: Deep freeze should do damage instead of freezing on targets ↵kaelima
with permanent stun immunity.
2011-09-07Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access ↵Spp-
private members)
2011-09-07Core/Loot:VladimirMangos
- SMSG_LOOT_MONEY_NOTIFY is sent after SMSG_LOOT_CLEAR_MONEY. - Fixed chat message displayed when looting gold with > 1 member in group.
2011-09-06Core/GameObjects: Fix possible crash in GameObject::SetDestructibleState.kaelima
2011-09-06DB/BGs: Fix capturing of Snowball GY - AVNay
Counter-hack a hack with a hack. Closes #222
2011-09-06Core/PacketIO: Remove most calls to hexlike()Nay
These are not needed in production code (even in debug logging)
2011-09-06DB/SAI: Remove unneeded actions and creature_text related to fleeing. Thanks ↵Nay
Discovered.
2011-09-06Core/Spells: Correct a DBC mistake in Improved Stings (R2)Nay
2011-09-06Core/Mechanic: Implement Diminishing Returns for miss\parry\dodge. Original ↵Chaplain
author for parry\dodge case Lynx3d. fixes: #2339, #2536, #887, #687 etc.
2011-09-06Core/Scripts: Code style and cleanups in npc_special.cppFredi Machado
- Removed hungarian notation - moved types before the const keyword - applied TC code style - some code cleanups
2011-09-06Fix typo (Rename SPELL_AURA_PREVENT_RESSURECTION to ↵Spp-
SPELL_AURA_PREVENT_RESURRECTION)
2011-09-06Merge pull request #2920 from Chaplain/cleanupQAston
Core/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling: * Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target. * Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for SpellDamageBonus.
2011-09-06Core/Spells: Fix some talents with incorrect target entries in dbcs. This is ↵QAston
an alternative fix for #2848. Closes #2846 Closes #2848.
2011-09-06Core/Auras: Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for spellBonusDataChaplain
fixed #2834
2011-09-06Core/Handler: Do now use dynamic memory allocation in character creationSpp-
2011-09-06Partial revert of fcf58e7 (both check performed inside IsInMeleeRange)Spp-
2011-09-06Core/Entities: Vehicles should be able to be both source and target of map ↵Shauren
scripts
2011-09-05DB/Gossip: Add missing gossip to acherus' trainers. Closes #179durotar
2011-09-05Core/Auras: Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change ↵Chaplain
PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target. *fixed #2842 *updated comment
2011-09-05DB/Spells: Add some missing spell_target_positionNay
2011-09-05Core/Quests: Implement quests that require PlayerSlain. Closes #169Nay
2011-09-05BG/Isle of Conquest: Fix a crash in RemovePlayer.kaelima
2011-09-05Core/Spells: Fix Sentry Totem's bind sight.kaelima
2011-09-05Core/Achievements: Award normal mode achievements when instance was done on ↵Shauren
heroic mode
2011-09-05Merge branch 'master' of git://github.com/TrinityCore/TrinityCorekaelima
2011-09-05Core/PacketIO: Fix some more "unprocessed tail data" errors.kaelima
Also some cleanup.
2011-09-05Core: Code cleanup (here and there)Spp-
2011-09-05Core/Channels: Properly fix "opcode CMSG_MESSAGECHAT have unprocessed tail ↵kaelima
data".
2011-09-05Core/Channels: Fix crash in HandleJoinChannel introduced with commit ↵kaelima
bbde479f4aab74733734.
2011-09-05Merge pull request #2889 from Kiperr/masterKaelima
Small visual correction
2011-09-04Core/Quests: Fix quests with RepObjective2 set. Closes #2901.Nay
Misc: Correct a file name, move a spell error to error log and a small typo in trinity_string
2011-09-04Core/Channels: Fix the console error "opcode CMSG_MESSAGECHAT have ↵Nay
unprocessed tail data" and some logic problems when joining/leaving some channels (like only be able to join LFG inside a city)