aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-05Core/PacketIO:Vincent-Michael
- Updated and enabled SMSG_DB_REPLY - Enabled some movement opcodes - Enabled SMSG_FEATURE_SYSTEM_STATUS / SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
2015-07-05Core/PacketIO:Vincent-Michael
- Updated and enabled SMSG_UPDATE_OBJECT - Enabled CMSG_PLAYER_LOGIN
2015-07-05Core/PacketIO: Updated and enabled SMSG_CONNECT_TOShauren
2015-07-04Core/Spells: removed unused variable (fix compile warning)MitchesD
2015-07-04Core/DataStores: Removed CreatureSpellData.dbc, it is not used anymoreShauren
2015-07-04Core/Spells: Defined new spell attribute and aura typeShauren
2015-07-04Core/DataStores: moved GameTables to separate method and load them from DB2MitchesD
2015-07-04Merge pull request #15007 from armano2/6.xMitchesD
Cleanup some whitespaces and change some codestyle
2015-07-04Cleanup some whitespacesArmano
2015-07-04Core: Fix multiple warningsDDuarte
Travis should be building again now
2015-07-04Core/Executables: Add --version and -v to worldserver and bnetserver argumentsDDuarte
Closes #14993
2015-07-03Tools/ConnectionPatcher: Add 'versions' file patching methodDJScias
* This is necessary to allow connection to 6.1.2 after the 6.2.0 update released. Patching is version aware. * Link is hardcoded to a github page after suggestion from Aokromes, it is not tied to any server this way * The usage is optional. To patch use the "-e" option * OOP-ify the tool a bit Original implementation by DJScias Closes #14980
2015-07-03Buildsystem: Fixed disabling compiler warnings in dep for clang/iccShauren
2015-07-03Dep: Disable 2 warnings in zmqpp and CascLibDDuarte
2015-07-03Fix build and SQL import after cherry-picksDDuarte
2015-07-03DB/Schema: Increase size of ConditionValueX fields in `world`.`conditions`DDuarte
Required by bigger masks due to new races in MoP
2015-07-03Scripts/EyeOfEternity: Fix crash added in ↵jackpoz
d1853f693b2c1a60134603d946e31f71f26535c0 Close https://github.com/TrinityCore/TrinityCore/issues/14984#issuecomment-118044904 (cherry picked from commit 275bb9303438a3e6e21e90de514723fd4aba7b05)
2015-07-03Dep/G3D: Backport fix from G3D10jackpoz
(cherry picked from commit b9d5b194df2719bda956ea4f8794916ceb4bdd58)
2015-07-03CI/Travis: Report travis build as broken if new build warnings get added to ↵jackpoz
the sources (cherry picked from commit 2b6ddce59b2e1f7bff83f904813ef86acecf243d)
2015-07-03Merge pull request #14797 from czw/3.3.5mik1893
Core/Spells: Fix DK Death rune selection (cherry picked from commit 94bb71e5a1f2b341e94aa6adc661f1200b2b10aa) Conflicts: src/server/game/Spells/Spell.cpp
2015-07-03Dep/gsoap: Turn off build warningsjackpoz
Disable -Wunused-parameter warnings in gsoap library to have a 0-warning build till the library gets updated (cherry picked from commit 77f7f562683753a15bd2d3f80e65385f88383566)
2015-07-03Core/Unit: Fix issue with Divine Shield immunitiesrobinsch
Closes #14910 (cherry picked from commit 2263cb9e1015ed0f6dbf83b63d8f0332bcbe6205) Conflicts: src/server/game/Entities/Unit/Unit.cpp
2015-07-03Rename files after cherry-picksCarbenium
2015-07-03Merge pull request #14898 from tkrokli/improved_devouring_plaguemik1893
[3.3.5] Core/Spells: Improved Devouring Plague spell direct damage (cherry picked from commit 551c61b7ceaabed198dc3f4f06006cbc9e15a146) Conflicts: src/server/game/Spells/Auras/SpellAuras.cpp
2015-07-03Buildsystem/Clang: Suppress warningjackpoz
Suppress -Wmismatched-tags warnings on clang to avoid false positive warnings reported using gcc 4.8 (cherry picked from commit 879af88d2180ca0655fda87072308f6eb76e70ca)
2015-07-03Merge pull request #14969 from chaodhib/taunt_threat_fixesmik1893
[Spell] Fix bugged amount of threat given by Taunt (cherry picked from commit aacd8feb61e5b596c4af7dc3d2f530b944437424) Conflicts: src/server/game/Spells/SpellEffects.cpp
2015-07-03Merge pull request #14976 from robinsch/wgTimermik1893
Core/WorldState: WG Interface timer Closes issue #14913 (cherry picked from commit c8df10dbc00c10fc81535e2904a3092465d654e4)
2015-07-03Core/Creature: Fix UNIT_FLAG_IMMUNE_TO_PC validity for player petsMik1893
related to #14780 and #14744 (cherry picked from commit accab5451d3e62739e4aa376d25bc6623f0d3c52)
2015-07-03Core/Texts: Fix race conditions in CreatureTextMgr repeat groupjackpoz
Fix race conditions in CreatureTextMgr repeat group happening with MapThreads > 1 reported by helgrind by moving Creature-GUID-base data from CreatureTextMgr to Creature. Issues added in bbf86641a1c35fcc66de30d7a79175c31effde88 (cherry picked from commit d123c811623fcedcf125f56101b6aea773f460e0) Conflicts: src/server/game/Texts/CreatureTextMgr.cpp
2015-07-03DB/Misc: Dire Maul Tribute stuffDr-J
still needs core support for instance script so boss states can be checked. * Script Mizzle the Crafty / Cho'Rush the Observer * Add missing texts and gossips to more npcs * Script Guard Mol'Dar, Guard Fengus and Guard Slipkik to give there buffs to a player has king of the gordoc buff * Script Captain Kromcrush event to allow skipping with Gordoc Ogre Suit (WP not complete) (cherry picked from commit 170794a0298364b13312a65abd8738ea298723dc)
2015-07-03DB/Creature: Add Stranglethorn SAIsRushor
closes #12570 (cherry picked from commit db3b22c63e7efcce9871f116b2eacd721d71490b)
2015-07-03DB/Creature: Remy "Two Times"Aokromes
By Killyana, closes #12616 (cherry picked from commit 28ef8431ee5091da638d5bcd333629cb0b342213)
2015-07-03Merge pull request #14748 from Rushor/druidMitchesD
Scripts/Spells: Curing the Sick - Add Questcredit (cherry picked from commit d898ade5a98e9654493c04ea616434d486570db8)
2015-07-03DB/Quest: Ammo for RumbleshotRushor
* one remaining problem: the shootanimation of the cannon, tempfix will be http://pastebin.com/ZbwUg41v * closes #12582 (cherry picked from commit cdb16ea27fe4776c8dc0add4d2828839f6565278)
2015-07-03DB/Creature: Marshal DughanAokromes
By Killyana, closes #12615 (cherry picked from commit 82664273cc472e2c88a7883cab895f0fe3212569)
2015-07-03DB/Creature: Mountaineer StormpikeAokromes
By Killyana, closes #12711 (cherry picked from commit 291fc4d591f828f11268bce9817b28fa7fbef609)
2015-07-03Core/BG/SOA: fixed interaction with flags and titan relicjoschiwald
Closes #13091 (cherry picked from commit 8afa15ef15b3d540208e89dd8e9072bd75af041d) Conflicts: src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp
2015-07-01Merge pull request #14988 from ShinDarth/cherry-picks-6Duarte Duarte
Some cherry picks from 3.3.5a to 6.x
2015-07-02Remove SQL files wrongly added in previous cherry-pick mergeShinDarth
2015-07-02DB/Quest: Protecting our Own (horde)Aokromes
By Killyana, closes #10184
2015-07-02DB/Item: Rumsey's alcoholsAokromes
By Killyana, closes #13036
2015-07-02DB/Misc: Hex of Jammal'anAokromes
By Killyana, closes #12705
2015-07-02DB/Creature: Kodo Calf + Kodo MatriarchAokromes
By Killyana, closes #12547
2015-07-02DB/Creature: Forsaken CrossbowmanRushor
* Enable Shootvisual in all phases
2015-07-02DB/Creature: Complete UP MovementRushor
2015-07-02DB/Creature: Dragonflayer FanaticRushor
* Add Emotescript for Dragonflayer in the Startroom of UP
2015-07-02DB/Quest: Escape from the Staging GroundsRushor
closes #3724
2015-07-02DB/Creature: Scarlet HoundRushor
by @Killyana closes #14743
2015-07-02DB/Creature: Finish Grizzlyhills MovementRushor
2015-07-02DB/Creature: Grizzly Hills Giant - VisualRushor
* Add Stonevisual which will be thrown periodically towards to Dummies