aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-09-20Scripts/Ulduar/Algalon: fixed achievement "He Feeds On Your Tears"joschiwald
Ref #6157
2015-09-13Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring ↵Shauren
string conversions
2015-09-11Merge pull request #15257 from StormBytePP/6.x_fix_four_horsemen_evadeShauren
Scripts/Stratholme : Fix closed door at Baron Rivendare by @cr4st
2015-09-10Core/Spells: Improved spell category cooldown handlingShauren
* Category cooldown is stored with the spell that started the cooldown (and only resetting cooldown on that spell will clear cooldowns on entire category - this fully mirrors client behavior) * This significantly reduces the amount of data saved to database for cooldowns * Spell casts from items that have a different category specified than on spell will now check for cooldown during the cast Closes #15349
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
Closes #15357 New library dependency: Boost.Regex
2015-08-24Core/BuildSystem: Merged crypto into common, cleaned include directory lists ↵StormBytePP
(to mimic 3.x buildsystem)
2015-08-22Script/Commands: Add some sanity checks to cast commandsDavid Girón
Closes #15061
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-08-16Merge pull request #15297 from StormBytePP/3.3.5_rename_Revision.hjackpoz
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when old revision.h file is present (cherry picked from commit 360cc93357d1b51258986e547ac29dddac20159c) Conflicts: src/server/authserver/Main.cpp src/server/database/Updater/DBUpdater.cpp src/server/game/Entities/Player/Player.cpp src/server/game/World/World.cpp src/server/shared/PrecompiledHeaders/sharedPCH.h src/server/worldserver/Main.cpp
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of ↵StormBytePP
shared library, which allows cache hits to happen more likely (cherry picked from commit 94f69fb1bcef103392ca27074ebb31ef2ebd27fb)
2015-08-11Removed unneeded nullptr checkDavid Carlos Manuelda
2015-08-11Fixed boss evade and doors closed by cr4st.David Carlos Manuelda
Should close #6377 and #15239
2015-08-10Core/PacketIO: Exclude DamageDealt/DamageTaken script hook results from ↵Shauren
damage sent in SMSG_SPELL_NON_MELEE_DAMAGE_LOG
2015-08-08Core/PacketIO: Implemented advanced combat loggingShauren
2015-08-08Core/Misc:Vincent-Michael
- Updated and enabled CMSG_QUEST_PUSH_RESULT opcode - Update QuestPushReason enum for 6.2.0
2015-08-01Core/BattleNet: Removed bad lineVincent-Michael
2015-07-28Scripts/RubySanctum: Widen random angles for meteor flames.Warpten
Don't QQ because "OMG you're not testing any of your stuff", I can't build TC atm. Memo: Meteor Flames have ``` [12] UNIT_CREATED_BY_SPELL: 74689/1.046616E-40 ``` which isn't in DBCs, exists, but is not seen in sniffs.
2015-07-27Update boss_halion.cppAokromes
2015-07-27Scripts/RubySanctum: Fixed Meteor FlamesWarpten
2015-07-27Merge pull request #15164 from LuqJensen/mimironUnholychick
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike and Fix Mimiron DB target attacking players (cherry picked from commit 66bbdfb82cc27eb6fd39b93e8c11ea0aedf21c75) Conflicts: sql/updates/world/2015_07_26_05_world.sql
2015-07-25Scripts/Ulduar: fixed freya loot and added missing conditionsjoschiwald
thanks @Keader Closes #15098 (cherry picked from commit 8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060) Conflicts: sql/updates/world/2015_07_25_04_world.sql
2015-07-25Scripts/RubySanctum: Halion: Correctly spawn X-shaped flames.Warpten
(cherry picked from commit a82e55f6841284a68c4bb2500e342a591cb59c7a)
2015-07-23Misc: Removed tabsShauren
2015-07-22Fix non pch build.Gacko
2015-07-22Core/Scripts: converted leftover of SMSG_CONTROL_UPDATEMitchesD
* forgot in my last commit, thanks joschi for notice
2015-07-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-20Scripts/VioletHold: Fix build warningsjackpoz
(cherry picked from commit a22fd7dca5458719ea03612a7a14aa870b6e9199)
2015-07-19Scripts/ScarletEnclave: Add weapons to Unworthy Initiatelafoniz
Closes #14954 Closes #14955
2015-07-19Core: Remove whitespacesVincent-Michael
2015-07-19Core/PacketIO: Updated and enabled spell packetsShauren
2015-07-15Scripts/Commands: Allow .maxskill to be used with self or selected playerduhow
Closes #15064 (cherry picked from commit cec97f168c1179796493fb13b978aaf1cea1d6e1)
2015-07-12Spell Script for quests Among the Champions and The Grand Meleesirikfoll
Solves issues with the credit spells hitting the mount instead of the player itself. (cherry picked from commit 5bbd7cff4c98b59673d03416e6fff83d7db4d950) Conflicts: sql/updates/world/2015_07_11_00_world.sql
2015-07-12Scripts/Oculus: Implemented Drake GPS systemMik1893
(cherry picked from commit 409c8e406df29a3ce4527822f1f65c8b0184ef6a)
2015-07-12Scripts/Spells: Cherry-pick multiple commits related to MidsummerDDuarte
Merge pull request #14776 from sirikfoll/SpellMidsummer Core/Spells Add support for quest Torch Tossing/More Torch Tossing (cherry picked from commit 8197467c8787397ff58cd77e8a03a22b8654cac0) by sirikfoll --- Rename 2015_08_29_00_world.sql to 2015_06_23_01_world.sql (cherry picked from commit 352703e89b5b707f541340c3f1ee6bcac0801278) by MitchesD --- Scripts/Spells: fix codestyle thanks @whoami (cherry picked from commit 0cba5558cf1149e2dc04a50858b00652ed3e31af) by MitchesD
2015-07-12Scripts/VioletHold: cherry-pick multiple commits from 3.3.5DDuarte
--- Scripts/VioletHold: picked some things from pull request #11399 (thx MitchedD for initial work) (cherry picked from commit 34a721ba84643cf468f63e5c375949aaa3e15cac) by joschiwald --- Core/Scripts: Rework Violet Hold bosses adding missing spells/mechanics: - Cyanigosa, Arcane Vacuum - Ichoron, globules mechanic - Moragg, optic link visuals - Lavanthor, minor changes - Zuramat, correctly implement void sentries - Erekem, implement Windfury and correct management of Erekem Guards - Script for the pre-event Thx @ManuFe (cherry picked from commit 0bb7f89e82c65f6b750e5d96766c2092031803b5) Conflicts: src/server/scripts/Northrend/VioletHold/boss_erekem.cpp by mik1893 --- Rename 2015_06_08_01_world.sql to 2015_06_25_00_world.sql (cherry picked from commit 8176902b17ce7050029f70a87bec3284c1090785) by MitchesD --- Scripts/VioletHold: fixed non-pch build and codestyle (cherry picked from commit e34f74dacea82f85b3b945e23f3432deda4595b7) by MitchesD --- Scripts/VioletHold: Fix codestyle and unwanted crash in Violet/Hold closes #14952 and #14953 (cherry picked from commit 49809bd404ae7b58ac81086d52297532ec85972a) by mik1893 --- Scripts/VioletHold: fix a crash during Ichoron encounter Closes #14962 (cherry picked from commit 7c01638d45b3eaed7af124a43f21cc6d15407667) by mik1893 --- Core/Misc: Fix build warnings (cherry picked from commit 55681666b3cc0e33eeb5cdb77e638e68c19f452c) Conflicts: src/server/authserver/Main.cpp by jackpoz
2015-07-12Scripts/FoS/Bronjahm: fixed corrupted soul fragmentjoschiwald
Closes #5215 (cherry picked from commit 7b1fee6c78ba57cf49daf38d3698144de4b9355e)
2015-07-12Scripts/Ulduar: Fix Flame Leviathan instance lockjackpoz
Fix Flame Leviathan instance lock not being granted to players because they were ejected from the vehicles as soon as boss died. Players are now ejected some seconds later. Close https://github.com/TrinityCore/TrinityCore/issues/15005 (cherry picked from commit b574c99549bb8cf1d95bd4bc0c319548a678799a)
2015-07-12Scripts/Commands: ".mmap path line" now uses raycast pathfindingjackpoz
Add "line" optional parameter to ".mmap path" command to use raycast implementation of recast, useful to simulate charge paths. (cherry picked from commit 37b157746e075294fd14abef5cc8e611b7bf2c76)
2015-07-12Scripts/EoE: fixed crashjoschiwald
- removed some useless code (and some other random changes) (cherry picked from commit 6680a7c331a4ee981b55d0d725997f0bc3523c3b) Conflicts: src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
2015-07-08Core/Support: Drop parts of the support system since Blizz switched to a ↵Carbenium
browser based ticket system
2015-07-07Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast castsNyeriah
(should only be cast while the main target is not in melee range) (cherry picked from commit 3d2d2a97e032bb5c990381d8c3981333bccddfcf)
2015-07-07Core/DataStores: Updated dbc/db2 structures to 6.2.0Shauren
2015-07-05Core: White space CleanUpVincent-Michael
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-03Merge pull request #14748 from Rushor/druidMitchesD
Scripts/Spells: Curing the Sick - Add Questcredit (cherry picked from commit d898ade5a98e9654493c04ea616434d486570db8)
2015-07-01Core: Started work on 6.2.0.20182Shauren
2015-06-30Scripts/Command: remove unneeded code from .goMitchesD
2015-06-26Scripts/Commands: fix compile warningMitchesD
2015-06-26Core/ChatCommands: Allow to use "tele" command inside of a battlegroundjackpoz
Allow GameMasters with ".gm on" tag to use ".tele" command inside of a battleground to tele around. (cherry picked from commit 0b9cd22a6b5a0cca6e3c07dd5ae077ddbdfc3992)
2015-06-26Scripts/Auchindoun: Fix distance check in boss Shirrakjackpoz
Issue added in 88137c07b932ab5199c79a1d4f9d6246dac21e9e (cherry picked from commit a7847728a59a9a6925a75cb01d789d9f778163cd)