aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-07Add goblin mount vendorUkulutl
2014-02-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Handlers/ChatHandler.cpp
2014-02-04DB/SAI: Fix Dire Maul entrance leversAokromes
Updates #6298
2014-02-04Rename 2014_01_21_world_access_requirement.sql to ↵Aokromes
2014_02_04_00_world_access_requirement.sql
2014-02-04Merge pull request #11095 from gerripeach/pull_request3Aokromes
Core/LFG: Minimum item level in Wotlk heroic dungeons
2014-02-04Core/Spells: Fixed AoE damage reduction auras, original patch by @UnholychickShauren
2014-02-04Core/Groups: Fixed UnitIsPartyLeader lua functionShauren
2014-02-02Core/Misc: remove error log, which returns false positivesjoschiwald
2014-02-02Core/Chat: Fix a new issue caused by ↵Discover-
c0224dd7ca9a39034518bd7e6285702636749929 which would trigger false positives for CHAT_MSG_AFK and CHAT_MSG_DND.
2014-02-02Core/Chat: Fixed merge errorShauren
2014-02-01Core/Spell: Handle SPELL_AURA_FORCE_REACTION missing casesjackpoz
Always check forced reputation ranks before any other faction check to get the reaction between 2 units. Fixes #5790
2014-02-01Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-02-01Core/Spells: fix crash when loading custom spell attr with invalid spellidjoschiwald
2014-02-01Core/Scripts: Fix quest The Totem of Kar'dash alliance version.w1sht0l1v3
Remove some hungarian notation for horde side version. Closes #11035
2014-02-01DB/Creature: Fix warnings with creature_formations loadingVincent_Michael
2014-02-01Core/Chat: Fix an exploit where it was possible to speak in universal ↵Discover-
language in say/yell/emote by sending CMSG_MESSAGECHAT using cheats.
2014-01-31Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/scripts/Spells/spell_dk.cpp
2014-01-31Build: Use override/final keywords for VS 2012 and newer. (VS 2013 still ↵Shauren
defines __cplusplus as 199711L)
2014-01-31Shared/Logs: Fix crash in Console log outputjackpoz
Correctly handle the return value of vsnprintf() which returns -1 if the buffer is too small http://msdn.microsoft.com/en-us/library/1kt27hek.aspx . In this case just truncate the output. This caused a crash on character delete if Logger.entities.player.dump was enabled and set to 3. Fixes #11539
2014-01-31Core/Arena: Fix arena season not always appearing to clientsjackpoz
Arena season sent to client with SMSG_INIT_WORLD_STATES opcode was not sent if Player was on a zone with id 0 on login. Initializing the zone id to -1 will always trigger UpdateZone() properly on login. Fixes #10623
2014-01-31SQL: Update 2014_01_31_01_world_item_template.sqlDuarte Duarte
2014-01-31DB/item_template: Set defaults of spellcharges_X to 0 instead of NULLMagnifikator
Closes #10748 Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>
2014-01-31Core/Achievs: Rename a few unknown achievement criteria flagsDuarte Duarte
Source tomrus88, Mangos
2014-01-31SQL: Fixed two issues with 2014_01_31_00_world_spell_custom_attr.sqlDuarte Duarte
Engine should be MyISAM and not MRG_MyISAM MySQL doesn't play nice with hex values so converted them to decimal Closes #11537
2014-01-31Core/Spells: Fix DK Ghoul's damage after ↵Discover-
ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald
2014-01-31SQL: Update old .sql files to keep consistency with auth_database.sqlDuarte Duarte
Also update characters_database.sql (generated by mysqldump)
2014-01-31Core&DB/Spells: Move custom spell attributes from code to DB, ↵Duarte Duarte
`spell_custom_attr` table `spell_custom_attr` - `entry` uint PK - `attributes` uint (enum SpellCustomAttributes of SpellInfo.h)
2014-01-30Fix warnings introduced on littleendian in ↵QAston
2134cb610d45727a0623741f7416a360882133fa This fix prevents possible issues on bigendian machines. Don't use c style casts ppl, it's evul.
2014-01-30Scripts/HoR: Fix log errorjackpoz
Fix "DoZoneInCombat called for creature that has empty threat list" error caused by DoZoneInCombat() called by IsSummonedBy() in a script before the Creature is allowed to enter combat.
2014-01-30Core/Splines: Fix "velocity > 0.1f" errorjackpoz
Updates #6191.
2014-01-30Fix non pch buildjoschiwald
2014-01-30Core/Spells: fix Ancient Hysteria and Time Warp thx @yousefscof and @gigatotemjoschiwald
Closes #11018
2014-01-30Core/Misc: Missing changes and get rid of useless method in ↵Discover-
acd46085d1f496657e27e0d5f823f53d466702dc
2014-01-30Core/Spells: drop last leftovers of hardcoded spell target selection and ↵joschiwald
move it into spellscripts Closes #1719 Closes #3186
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Typo fix.Aokromes
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some startup errorsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-27SQL: Rename in correct nameVincent_Michael
2014-01-27Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ffjoschiwald
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501