aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-14Core/DataStore: Add struct for LiquidTypeEntry.dbc, unused for now.kaelima
2011-09-14Core/Dungeon Finder: Fix entry point not being saved to db.Spp
2011-09-14Core/Dungeon Finder: Use areatrigger coords when trying to get out from a lfg...Spp-
2011-09-13Core: Minor cleanups (here and there)Spp-
2011-09-13Better description for Rate.InstanceResetTime setting.Aokromes
2011-09-12Script/Oculus: Fix yells of Drakos.Nay
2011-09-12Core/ScriptedAI: remove ScriptedAI::CanCast function which is not functioning...QAston
2011-09-11DB/NPC: Spawn npc 25589 and fix some issues in its core script.ZxBiohazardZx
2011-09-11Core/Spells: Remove redundant explicit target checks from Spell::castQAston
2011-09-11Merge pull request #2966 from Chaplain/cleanupQAston
2011-09-11Core/Spells: Don't check cast requirements twice for instant cast spells.QAston
2011-09-11Core/Unit: Define UNIT_FLAG_UNK_0 as UNIT_FLAG_SERVER_CONTROLLED and remove r...QAston
2011-09-11Core/Protocol: Define more opcode names - thanks to TOM_RUS.QAston
2011-09-11Core/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling:Chaplain
2011-09-10Merge pull request #2951 from Fredi/reload_configShocker
2011-09-09Addons/AddonMgr: converted from singleton to namespace with free functionsSpp-
2011-09-09Conditions/DisableMgr: converted from singleton to namespace with free functi...Spp-
2011-09-09Core/ArenaTeam: Use full captain guid instead of low guid on team creation an...Spp-
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
2011-09-08Merge pull request #2931 from Chaplain/cleanupShocker
2011-09-08Merge pull request #2930 from Fredi/cleanKaelima
2011-09-08Core/Scripts: Correct a wrong spell id used in ZGNay
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 IsXXX...Spp
2011-09-08Minor Correction to 327fe7cSpp-
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, GM,...Spp-
2011-09-08Core/Spells: Changed targets of Lifebinder's Gift (search for entry instead o...Lopin
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ...Spp-
2011-09-07Revert "Core/GameObjects: Fix possible crash in GameObject::SetDestructibleSt...kaelima
2011-09-07Fix typo in 9d90c8245bfbfec8d821e25283643bd67f5bfeae and unintended change in...kaelima
2011-09-07Core/Mechanic: Remove unneeded(now) argument.Chaplain
2011-09-07Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.kaelima
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 with...kaelima
2011-09-07Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access ...Spp-
2011-09-07Core/Loot:VladimirMangos
2011-09-06Core/GameObjects: Fix possible crash in GameObject::SetDestructibleState.kaelima
2011-09-06DB/BGs: Fix capturing of Snowball GY - AVNay
2011-09-06Core/PacketIO: Remove most calls to hexlike()Nay
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 a...Chaplain
2011-09-06Core/Scripts: Code style and cleanups in npc_special.cppFredi Machado
2011-09-06Fix typo (Rename SPELL_AURA_PREVENT_RESSURECTION to SPELL_AURA_PREVENT_RESURR...Spp-
2011-09-06Merge pull request #2920 from Chaplain/cleanupQAston
2011-09-06Core/Spells: Fix some talents with incorrect target entries in dbcs. This is ...QAston
2011-09-06Core/Auras: Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for spellBonusDataChaplain
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 sc...Shauren
2011-09-05Core/Auras: Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change PLA...Chaplain