Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-20 | Merge pull request #13720 from AriDEV/6.x | Duarte Duarte | |
Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342) | |||
2014-12-20 | Server/DataStore: Updated Error Message Text | AriDEV | |
Signed-off-by: AriDEV <aridev666@gmail.com> | |||
2014-12-20 | Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342) | AriDEV | |
Signed-off-by: AriDEV <aridev666@gmail.com> | |||
2014-12-20 | DB/BattleNet: Update wow build to 19342 | Vincent-Michael | |
2014-12-19 | Hide Battleground List window | Gooyeth | |
The Battleground List window never showed on retail. Blizzlike. (cherry picked from commit 2a307f685c3fabfaca87342d19e896f3d72d61d7) Conflicts: src/server/game/Battlegrounds/BattlegroundMgr.cpp | |||
2014-12-20 | Core/Battle.net: Decrypt remainder of the packet that arrives together with ↵ | Shauren | |
EnableEncryption | |||
2014-12-19 | Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells | Shauren | |
2014-12-19 | Tools/ConnectionPatcher: Pause program when an error happens | Nayd | |
Similar to what is done in mmaps_generator and vmap4_extractor. This hopefully reduces the number of problems that Windows users have when patching fails. Closes #13580 | |||
2014-12-19 | DB/Quests: Added a new quest table for their objectives | Kinzcool | |
2014-12-19 | Core/Packets: Fix typo (meh @Intelz) | Vincent-Michael | |
2014-12-19 | Core/Spells: fixed build and SelectEffectImplicitTargets logic | Rat | |
2014-12-19 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells | Rat | |
Conflicts: src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp | |||
2014-12-19 | Core/Spells: added .auras command (temp, for easy aura debugging) | Rat | |
2014-12-19 | Core/Spells: Implemented varying damage for spells with no base value | Shauren | |
2014-12-17 | Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's aura | Nyeriah | |
(cherry picked from commit 37ccea13cbdb78b4c635ea9f3ec718d2e75e3c50) | |||
2014-12-17 | Scripts/Naxxramas: | Nyeriah | |
* Implement dialogue after Sapphiron dies. * Spawn missing triggers at Kel'Thuzad's room. * Implement a couple of missing texts and emotes to Kel'Thuzad's fight. (cherry picked from commit dd942db85fbd5e42fcd60fa4620c51093cc7ebfe) | |||
2014-12-15 | Scripts/MountHyjal: Kill warning | mthsena | |
(cherry picked from commit 884953942b1281c5d7f53a9c5876bba2222de9fa) | |||
2014-12-15 | Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss ↵ | Nyeriah | |
script to EventMaps/BossAI (cherry picked from commit d417e929307b4db65a89c188b2273199a33d3396) | |||
2014-12-15 | Scripts/Archimonde: replaced one yell with proper db content and unhacked ↵ | joschiwald | |
drain world tree | |||
2014-12-14 | Core/Spells: Updated base scaling value calculation | Shauren | |
2014-12-14 | Core/Items: Updated random property value calculation | Shauren | |
2014-12-14 | Core/Spells: Fixed player spells with only spellpower scaling doing no damage | Shauren | |
2014-12-14 | Core/Auras: Fixed a possible crash in proc triggering | Shauren | |
2014-12-14 | Core/Spells: Optimized spell effect info loading | Shauren | |
2014-12-14 | Core/PacketIO: Corrected values sent in SetSpellModifier - fixes client ↵ | Shauren | |
tooltips reporting incorrect damage/healing | |||
2014-12-14 | Core/Spells: Fixed a crash in SpellInfo::GetEffect happening when the ↵ | Shauren | |
current difficulty did not have an overriding effect | |||
2014-12-13 | Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing ↵ | Nyeriah | |
and the one after killing Mr. Bigglesworth (cherry picked from commit ee1fa933607342947fa579a02bd135858fd6cf99) | |||
2014-12-13 | tools/connection_patcher: add executable permissions to binary to avoid the ↵ | Bernd Lörwald | |
rare case where permissions of replaced file are ignored | |||
2014-12-12 | Update worldserver.conf.dist | Aokromes | |
2014-12-12 | Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after ↵ | Nyeriah | |
Gothik's death (cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e | |||
2014-12-12 | DB/Conditions: Update instance data enum value on condition for Descent into ↵ | Nyeriah | |
Madness teleporter gossip (previous value was 14 which now refers to BOSS_BRIGHTLEAF) (cherry picked from commit 1076b469db9b932f5cdd4bb5405658e7b5ae1cc0) | |||
2014-12-12 | DB/Creature: Onyxia's immunities | Nyeriah | |
* Add immunity to interrupt effects * Remove immunity to taunt effects as that was only valid for the classic version (cherry picked from commit e75534301d707cdf30f4ebe03923b8b4bcfa72d3) | |||
2014-12-12 | DB/Misc: Add missing spawns of Bloodcursed Voyagers and few additional scripts | Nyeriah | |
* Scripts Captain Edward Hanes to cast The Captain's Kiss upon accepting "The Bloodcursed Legacy" and "The Hopeless Ones..." * Script his gossip and add menu option from sniffs Closes #9611 (cherry picked from commit 72ad55469d448a06e24efda5e8cda94f41707cad) | |||
2014-12-11 | Core/Misc: Fix build | Nyeriah | |
(previously broken due to a branch disparity) | |||
2014-12-10 | Core/RBAC: Allow setting different default security level roles to different ↵ | Nyeriah | |
realms (cherry picked from commit c79af3f16f84d0d26bd69b5d06dd8754643ddc7f) | |||
2014-12-08 | Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells | Rat | |
2014-12-07 | Merge branch '6.x' into Spells | Intel | |
Conflicts: src/server/game/DataStores/DBCStores.h src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Server/Protocol/Opcodes.cpp src/server/scripts/Spells/spell_druid.cpp | |||
2014-12-07 | Compile warning fix | Shauren | |
2014-12-07 | Core/Packets: Add connection indexes for server packets | Intel | |
Fixed IOCP define for linux Minor code style change in inventory loading | |||
2014-12-07 | Core/Spells: some work on effects scaling | Rat | |
2014-12-07 | Core: fixed gcc build | joschiwald | |
2014-12-07 | Core/DataStores: Refactored "gt" dbc handling. Wrapped these stores in a new ↵ | Shauren | |
GameTable class which will calculate correct dbc entry index based on given row/column as well as read number of rows/columns from client files instead of hardcoded GT_MAX_LEVEL | |||
2014-12-07 | Core: fixed few coverity issues and warnings | joschiwald | |
2014-12-06 | Fixed build | joschiwald | |
2014-12-05 | Core/Scripts: log ScriptNames assigned in database without core script | joschiwald | |
2014-12-05 | Create INSTALL | Aokromes | |
2014-12-05 | DB/BattleNet: Update wow build to 19243 | Vincent-Michael | |
2014-12-05 | Update CONTRIBUTING.md | Aokromes | |
2014-12-05 | Core/Player: Prevent updating visibility if player is not in world. Closes ↵ | Intel | |
#13659 | |||
2014-12-05 | Scripts/Misc: Initialize a couple of fields | Nyeriah | |
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903) |