aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-03-20Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'Rushor
by @untaught closes #3977 (cherry picked from commit 588b92ee0570146b37cd6211aeb32354781aada0)
2015-03-19Scripts/ToC: The Lich King event should only be started by the announcerNyeriah
(cherry picked from commit ea78bce592b66c72230b63871024e83536b693b7)
2015-03-19Split up LANG_MAP_POSITION to fix a crash when issuing .gps commandariel-
Conflicts: src/server/game/Miscellaneous/Language.h (cherry picked from commit 461daadcaf0cafa410c740e6376090c27a1df8ff)
2015-03-18Core/Misc: Fix some issues detected by static analysisNaios
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? -> This argument is passed by value, it makes no sence so set it to null here. * Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor. * Mismatching allocation and deallocation: Data
2015-03-18Merge pull request #14371 from Kittnz/movecirclepath_003click
Core: Move FillCirclePath function to MotionMaster Closes #14371 (cherry picked from commit cf14e9051d15e33ca9fa87be3287d2a628faedef)
2015-03-18Core/Script: INFO->DEBUG notification changes in ToCclick
(cherry picked from commit 0c7c25d6ed05355c1dfd0e1ca1179d8f20602073)
2015-03-18Core/Scripts: INFO-DEBUG changes in scripts (gawd)click
(cherry picked from commit a8a5fae4f9055d1099b63bb462cbc5b0b47c2d48)
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
Type safe logging
2015-03-17Scripts/Undercity: Update Lady Sylvanas' script and also implement few ↵Nyeriah
missing things to Journey to Undercity's quest end event Closes https://github.com/TrinityCore/TrinityCore/pull/14094 Thanks to @Killyana @Rushor @jaredjones and all others who helped with this (cherry picked from commit a76722ccef8ffb719d5736e9220a94415bd88a5d)
2015-03-13Core/Log: Add type safe formattingNaios
* improves safety and log speed through: - variadic templates - perfect forwarding * fixes a newline in db logs * improve performance of Appender::write by using std::ostringstream && std::move
2015-03-11Scripts/Spells: Fix some issues detected by static analysis.Naios
* Prefer prefix ++/-- operators for non-primitive types. * Variable 'ownerBonus' is reassigned a value before the old one has been used. * Fix a wrong type of ownerBonus, sometimes it is float sometimes uint32
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-08Core/Packets: updated structure of CMSG_PLAYED_TIME, SMSG_PLAYED_TIMEMitchesD
2015-03-08Core/Spells: Implemented multiple spell power costsShauren
2015-03-07Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on SpawnRushor
(cherry picked from commit a99d57b0a3e88c86768957bd8d61f8b3b3fada90)
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131 (cherry picked from commit ceea37c9e3304ea2b387b7d3f6ea201b43c2615d)
2015-03-07Fixed typo in 1dc60e8717bddab2a6bc39779a53e83c9fa3b339joschiwald
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1)
2015-03-07Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵joschiwald
fix an startup error
2015-02-23Core/Packets: SMSG_NOTIFICATIONGolrag
2015-02-22Core/Database: Removed locales_item from world database (use ↵Shauren
item_sparse_locale in hotfixes database)
2015-02-22DB: Dropped unused tablesShauren
2015-02-22Core/DataStores: Added iterator class for DBCStorage and DB2StorageShauren
2015-02-22Merge pull request #14167 from Golrag/WorldStatesDuarte Duarte
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-21Core/Spells: Removed leftovers of old cooldown handlingShauren
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-20Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of ↵Rushor
Void Sentry closes #12175 (cherry picked from commit f06b77dcb3412239994a2139f05948c4f66ea49f)
2015-02-18Scripts/HallsOfLightning: Boss Volkhan - Add OOC ForgecastRushor
closes #14066 (cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d)
2015-02-18Scripts/Arcatraz: Warden Mellichar - Set summoned Units in CombatRushor
(cherry picked from commit 1e90b096cafa9cfb9eeb06015f85ea8c4b285226)
2015-02-17Scripts/BlackTemple: Shade of AkamaNyeriah
* Updated to BossAI * Solved issue with door not closing when event starts * Solved issue with gossip flag being reset after event is done * Misc code clean ups Updates #10430 (cherry picked from commit 85105ac87bedb26c052be6ab1c3d0a397075414b)
2015-02-17Core/Spells: Cooldown updatesShauren
* Refactored cooldown handling to separate class shared by creatures and players * Updated and enabled cooldown packets * Implemented creature school lockouts * Implemented spell charges * Fixed AuraUpdate structure * Fixed aura flag AFLAG_NOCASTER handling * Implemented spell charge related auras
2015-02-16Core/Opcodes: SMSG_INIT_WORLD_STATESGolrag
2015-02-13Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkroklijoschiwald
Closes #14130 (cherry picked from commit 6dfc35d13c7a6c85ae3a12a6751203869d5e8279)
2015-02-13Scripts/ForgeOfSouls: Fix an indentation issue on Bronjahm's scriptNyeriah
(cherry picked from commit 69d016d0fe2bb0d47df1e56b36877e5f28c2034e)
2015-02-11Merge pull request #14106 from Noeliel/3.3.5Duarte Duarte
Scripts/ScarletEnclave: Add missing WorldObject parameter for Talk() ove... (cherry picked from commit f961c06612540bcdfd4871cb1c1ae60654f1ddb0)
2015-02-11Tabs to spaces and whitespace cleanupNayd
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity. Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08Scripts/SunwellPlateau: Fix a typo that caused M'uru's phase transition to ↵Nyeriah
fail on some rare cases (cherry picked from commit 1e3247f00e08900180dcda2bdbc1c55e7e05baf9)
2015-02-05Core/Players: Updated player byte field offsetsShauren
2015-02-04Core/Misc: Update outdated license header filesNoffearr
Ref #14028
2015-02-02Scripts: Remove scripts that were replaced by SAI in ↵Nayd
ba906b69e0a90e714da4fe139c25134ca68d402a
2015-02-02(1) Scripts/Spells: Death Grip should not be castable while jumping/falling ↵Nayd
and should have 8-30 yards range in PvP instead of 0-30 yards Closes #13499 (cherry picked from commit e8955cf6ddddd6953340c2ceeb3b5b4a98d57c90) Conflicts: sql/updates/world/2014_12_28_01_world.sql (2) Scripts/Spells: Adding overrides Death Grip Initial. Thanks @Goatform (cherry picked from commit bb002803bc0cd0283db0873e9a12db43a82ca30b) (3) Scripts/Spells: Move death grip from DB Moves death grip from DB to spellscript for clarity and to reduce confusion in future. (cherry picked from commit 77887ab32ff4d703dbc618b5cab364f02582c5e7) Conflicts: sql/updates/world/2014_12_28_03_world.sql
2015-02-02Core/Build: Use std namespace in getline callsNayd
2015-02-01Scripts/Kalimdor: Fix non pch buildVincent-Michael
2015-02-01Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-02-01Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed CreatureRushor
(cherry picked from commit 644de8700c4138b01927160423463a5e222217c5)
2015-01-31Merge pull request #13973 from Unholychick/6.xDuarte Duarte
Spells/Scripts: Some small fixes to spell_dk.cpp
2015-01-31 Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure ↵Rushor
Explosion (cherry picked from commit de99d9e15b7329b5cbe20d1f0d29a7daf2736d51)
2015-01-30Core/Spells: Reimplemented automatic spell learningShauren
* Fixed learning/unlearning talents