| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-03 | Core/Commands: Fixed build | Vincent-Michael | |
| 2016-09-03 | Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ↵ | xjose93 | |
| (#17301) (cherry picked from commit e2c01899272d1e6c6bbf990676b818cceaf18c9c) | |||
| 2016-09-03 | Scripts/Commands: Small QoL adjustments | treeston | |
| - .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3) | |||
| 2016-08-28 | Core/Spells: Updated create healthstone spellid | Vincent-Michael | |
| 2016-08-27 | Core/Commands: Added offline player support for unstuck command | Vincent-Michael | |
| 2016-08-15 | Warning fixes | Shauren | |
| 2016-08-15 | Core/Items: Implemented artifacts | Shauren | |
| 2016-07-25 | Core/Scripts: uint8 -> uint16 in cs_cheat.cpp | tkrokli | |
| After the latest size change in PLAYER_EXPLORED_ZONES_SIZE from 255 to 256, this needs to be an uint16 variable instead of uint8. | |||
| 2016-07-23 | Core/Players: Initial work on demon hunters | Ovalord | |
| * Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651 | |||
| 2016-07-20 | Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵ | Ivan Beňovic | |
| (#17614) | |||
| 2016-07-20 | Fixed nopch build, for real this time | Shauren | |
| 2016-07-20 | Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them ↵ | Ivan Beňovic | |
| also when the spell doesn't hit. (#17613) | |||
| 2016-07-19 | Merge branch 'legion' into 6.x | Shauren | |
| 2016-07-17 | Fix non pch build. | Gacko | |
| 2016-07-17 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-17 | Scripts: Build fix | Shauren | |
| 2016-07-16 | Scripts/Blackfathom Deeps: Subjugator Korul - Darkness Calls | Ulduar | |
| Closes #15316 Closes #16557 | |||
| 2016-07-16 | Core/Scripts: Hallow's End Pumpkin Treat | Keader | |
| Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-) (cherry picked from commit cee1c0789acb7d75e453ed355a5d68781a5dec4c) | |||
| 2016-07-16 | Core/Commands: Allow .cooldown command to work on player pets | Shauren | |
| (cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d) | |||
| 2016-07-15 | [6.x] Core/Battlefield: Tol Barad (#17124) | Mihapro | |
| 2016-07-10 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-09 | Core/Scripts: Corrections after 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808 | w1sht0l1v3 | |
| (cherry picked from commit fcfb7b96b2f6f56382243560ed319a1cec1c2b05) | |||
| 2016-07-06 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-05 | [6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scripts | Ulduar | |
| * Core/DB Add SAI for Decimatus. Add Decimatus SAI and Dark Siphon spell condition target. * Decimatus spell script for 169869. Decimatus Transformation Sickness. * Replace caster on target. Compiling fine! And then you never know what comes into head Blizzard. * Add three spell scripts. Add support spell scripts for 189549, 189512 and 189491. | |||
| 2016-07-05 | Scripts/Commands: Fix build warning | DDuarte | |
| (cherry picked from commit 42028a18421f672a3292733cac73840c4e766089) | |||
| 2016-07-05 | Scripts/Commands: Remove unused argument of .cometome command | DDuarte | |
| (cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql | |||
| 2016-07-01 | Core/Spells: Fixed spell range check | Shauren | |
| Closes #17060 (cherry picked from commit e6a52d4aae9e8facc46c3b05e0560d540a928d73) | |||
| 2016-06-26 | Core/Spells: Fixed Glyph of Surging Mist | Shauren | |
| 2016-06-23 | Scripts/Monk: Surging Mist | Kito | |
| * When glyphed and in stance will cast AOE ally selection heal * Else, cast normal heal on Explicit target | |||
| 2016-06-17 | Game/Unit: Update shapeshift forms enum to match SpellShapeshiftForm.dbc ↵ | P-Kito | |
| (#17407) | |||
| 2016-06-17 | Core/Spells: Fixed monk spell Provoke | Shauren | |
| Initial PR submitted by @Infamous-devel Closes #17384 | |||
| 2016-06-16 | Core/PacketIO: Updated combat log packets | Shauren | |
| 2016-06-16 | Scripts/Ulduar: Remove removed achievement | Aokromes | |
| Closes #17387 | |||
| 2016-06-13 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-06-12 | Core/GameObejcts: Fixed disconnects happening when viewing nearby players on ↵ | Shauren | |
| elevators Closes #17335 | |||
| 2016-06-09 | Core/Players: Updated talent specializations | Shauren | |
| 2016-06-08 | Core/Misc: Fixed warnings | Vincent-Michael | |
| 2016-06-06 | Core/Misc: Fixed coverity issues | Shauren | |
| Uninitialized fields: CID 1354593, 1354595, 1354738 Unchecked return value: CID 1354558 Out of bounds access: CID 1352989, 1352993 Null pointer dereference: CID 1296286 | |||
| 2016-06-06 | Core/Spells: Silence coverity false positive - CID 1356246 | Shauren | |
| 2016-06-05 | Core/PacketIO: Update movement packets | Shauren | |
| 2016-06-05 | Core/Commands: Added ".npc set phase" command error message for invalid phaseid | Vincent-Michael | |
| Closes #14927 | |||
| 2016-06-05 | Core/PacketIO: Updated spell packets | Shauren | |
| 2016-06-03 | Build fixes | Shauren | |
| 2016-05-30 | Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796 | Shauren | |
| 2016-05-27 | Core/DataStores: Updated db2 to 7.0.3.21737 | Shauren | |
| 2016-05-26 | Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵ | Shocker | |
| CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE | |||
| 2016-05-20 | Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20994 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20914 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20810 | Shauren | |
