aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-18Core/Spells: Since patch 4.0.1, an hunter can track multiple creature types ↵Warpten
at once.
2014-07-17Core/Opcodes: Updated SMSG_SUPERCEDED_SPELL's structure to 4.3.4Warpten
2014-07-17Conflicts fix after cherry pick of previous commit from master branch.Warpten
2014-07-14Core/Battleground: Fix typo and small cleanup (again thx @joschiwald)Vincent-Michael
2014-07-14Core/Battleground: Fix merge fail (thx @joschiwald)Vincent-Michael
2014-07-14Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Battlegrounds/ArenaScore.h src/server/game/Battlegrounds/Battleground.cpp src/server/game/Battlegrounds/Battleground.h src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Pet/Pet.cpp src/server/scripts/Commands/cs_wp.cpp
2014-07-14Core/Battleground: fixed typojoschiwald
* and fixed some warnings
2014-07-14DB/Creature: Script a lot of creaturesAokromes
By dr-j, closes #12498
2014-07-14Core/Battleground: moved some arena related code into a generic arena classjoschiwald
* fixed typo in random bg selection, that causes no bg is created if only one bg is enabled * fixed swapped worldstates in Ring of Valor
2014-07-14Core/Battlefield: move complex methods from BattlefieldWG.h to BattlefieldWG.cppjoschiwald
2014-07-14Core/Creature: Fix problems with neutral innkeepersVincent-Michael
2014-07-14Scripts/Commands: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-07-14Core: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-07-14DB/Quest: Hive'Zora Scout ReportAokromes
By dr-j, closes #781
2014-07-13DB/Misc: Update to badac94Aokromes
By dr-j
2014-07-13Core/InstanceScript: Fix possible crashjackpoz
Store Boss doors/minions as GUID instead of GameObject*/Creature* to avoid accessing pointers to free'd memory.
2014-07-13DB/Quest: Investigate the Alchemist ShopAokromes
Original work by Rushor, finished by dr-j, closes #9717
2014-07-13DB/Quest: Let Them Not RiseAokromes
By dr-j, closes #12484
2014-07-13DB/Gameobject: Deeprun ChestAokromes
Closes #12430
2014-07-13Core: Fix warningVincent-Michael
2014-07-13Core/AreaTrigger: Remove useful checkVincent-Michael
2014-07-13DB/Player: Update player create info skills for 4.3.4Vincent-Michael
2014-07-13Core/Aura: Update InvisibilityType for 4.3.4Vincent-Michael
2014-07-12DB/Creature: Summoning the PrincessAokromes
By dr-j, closes #12370
2014-07-12Merge 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/game/Handlers/SkillHandler.cpp
2014-07-12Core/Misc: Renamed a few spell and skill line related methods to follow tc ↵Shauren
coding standards
2014-07-12Core/Skills: Fixed spells automatically learned from skill lines adding more ↵Shauren
skill lines
2014-07-12DB/Quest: Solof's BootyAokromes
By dr-j closes #9673
2014-07-12Core/PathGenerator: Split raycast paths into more points for better path z ↵Trisjdc
normalization. Solves many of the 'falling underground with charge' issues
2014-07-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-12Core/Player:Vincent-Michael
- Fix merge fail - Fix SkillRaceClassInfo structure
2014-07-12Core/Commands: Fixed crashes caused by using .account lock ip and .account ↵Shauren
lock country commands from console - these commands apply to currently logged account so they cannot be used from console
2014-07-12Core/Player: Improve error logVincent-Michael
2014-07-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/DungeonFinding/LFGMgr.cpp src/server/scripts/Spells/spell_paladin.cpp
2014-07-12Core/LFG: Fix build for gccVincent-Michael
2014-07-11Core: Fix warnings with other wayVincent-Michael
2014-07-11Scripts/Misc: Fix some warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Core: Fix some warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/BlackTemplate: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/Misc: Added missing break in ↵Vincent-Michael
495ca8c2dc60aa14a9145f24eb166e1ea5802672 (thx to @ccrs)
2014-07-11Core/LFG: Fix warning with vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/Misc: Fix some warnings with vs2014 ctp (no support)Vincent-Michael
2014-07-11Merge pull request #12462 from Golrag/masterAokromes
Core/BattlegroundIC: Fixed LoS on gates.
2014-07-11Core/BattlegroundIC: Fixed LoS on gates.Golrag
2014-07-11Core/LFG: Move 2 logs in traceVincent-Michael
2014-07-11Core/Creature: Implement CREATURE_FLAG_EXTRA_IGNORE_PATHFINDINGVincent-Michael
2014-07-10Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-10Core: Fix non pch buildVincent-Michael
2014-07-10Core/LFG: Added support for display of required item level. for player / ↵Vincent-Michael
group member
2014-07-10Revert "Core/Quests: Changed QUEST_FLAGS_AUTO_ACCEPT to reflect what it ↵Subv
actually does in 4.3.4." This reverts commit 9c339d9eeb09e1ca4600728294c77fc3d36f22e3.