aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-10-04Core: Remove WhitespacesVincent-Michael
2014-10-04Scripts/Misc: fixed GameObjects chests in CoS and HoRMitchesD
Fixes https://github.com/TrinityCore/TrinityCore/issues/13246
2014-10-03Merge pull request #13259 from sonic3000/masterDuarte Duarte
Core/Scripts: Fix for issue #882
2014-10-03Core/Brewfest: Fix typo in b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (thx to ↵Vincent-Michael
Gooyeth)
2014-09-30Core/Brewfest: Added texts for quest "Bark for the Thunderbrews!" / "Bark ↵Vincent-Michael
for the Barleybrews!"
2014-09-30Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid targetVincent-Michael
2014-09-28Core/Scripts: Fix for issue ↵sonic3000
https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326
2014-09-27Core/Spells: Fix typoVincent-Michael
2014-09-27Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 ↵Vincent-Michael
-Bark for T''chali''s Voodoo Brewery!"
2014-09-26Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Last issue to be fixed, fixes #12960
2014-09-26Scripts: Fixed compiler warningShauren
2014-09-26Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMapMitchesD
2014-09-26Scripts/UtigardePinnacle: Prevent Ymiron from triggering a phase transition ↵Nyeriah
at death ...caused by the health percent multiplers used to check transitions
2014-09-25Scripts/Misc: Make InstanceScript::Initialize() obsoletejackpoz
Move all InstanceScript initialization code from Initialize() to the constructor. InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility.
2014-09-25Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Eighth batch of fixes targeting 80 issues reported by Coverity
2014-09-25Scripts/Icecrown CitadelShauren
* Fixed Deathbringer Saurfang faction * Fixed Coldflame faction
2014-09-25Scripting/Isle of Queldanas: Moved Converted Sentry to SAI.Malcrom
Closes #13121
2014-09-24Misc/Events:Vincent-Michael
- Fix Quest "There and Back Again" (only Horde-side) - Fix Quest "Now This is Ram Racing... Almost." (only Horde-side) - Fix more spell mechanics for racing ram To/Do: Fix gossips and some optimize
2014-09-23Core/Spells: Added missing stuff in 44bcfb86f5da0a5a374fc5b07431836b3c0f51c7Vincent-Michael
2014-09-23Core/Spells: Fix Ram Racing mechanicVincent-Michael
To/Do: Fix Quests and your lazy ass :/
2014-09-22Core/Spell - Fix Remove Aura "The Eye of Acherus"iDenyDeX
Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 . Earlier, after using the player remained under the aura.
2014-09-21Scripts/Examples: Remove outdated example scriptsjackpoz
Remove outdated misleading example scripts not following anymore current TC codestyle and standards. Please refer to the wiki or forum for up to date examples and documentation.
2014-09-21Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Seventh batch of fixes targeting 100 issues reported by Coverity
2014-09-21Scripts/Shadowmoon Valley: Fix static analysis issues added in ↵jackpoz
cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 Fix static analysis issues added in cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 about uninitialized values and pointers possibly point to free'd memory being dereferenced. In memory of all the developers who got banned from IRC in the process of fixing these issues.
2014-09-21Scripting/Shadowmoon Vally: Added scripting for Infernal Attackers.Malcrom
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-20Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Sixth batch of fixes targeting 100 issues reported by Coverity
2014-09-20Core/Spells: fixed Intervadejoschiwald
Closes #13171
2014-09-20Scripts/Auchindoun: Darkweaver SythNyeriah
- Despawn minions on death/reset - Misc clean up
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-19Core/Grids: Replace some magic numbers with constantsShocker
(P.S.: That's why! @cs_misc.cpp)
2014-09-19Scripting/Tanaris: added a few enumsMalcrom
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and ↵DDuarte
clear code)
2014-09-19Core/Misc: multiple changesjoschiwald
* fixed build * apply tc codestyle to ObjectGuid class * fixed warning
2014-09-18Core/Texts: added TextRange parameter to creature_textjoschiwald
Ranges: 0 - Normal (Default) 1 - Area 2 - Zone 3 - Map 4 - World Ref #13116
2014-09-18Scripts/Gundrak: cleanup InstanceScriptjoschiwald
* converted Gal'Darah and Moorabi to BossAI * add and correct some texts * fixed altar activation spell visual
2014-09-18Core/Scripts: implemented a guid map in InstanceScript, this way you can ↵joschiwald
easier store guids and access its objects
2014-09-16Core/Spells: Fix some -Wconversion warningsUnholychick
Attempt to fix #13152 by properly casting between data types during damage calculations.
2014-09-16Scripts/Quest: Script spell for quest "Fumping"Nyeriah
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Scripting/MapScripts.cpp src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed PCH buildShauren
2014-09-15Core/Scripts: Fixed build zone_* scriptsShauren
2014-09-15Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remainShauren
2014-09-15Core/Scripts: Fixed build of boss_* scriptsShauren
2014-09-15Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid ↵Shauren
class Fixed compile for boss scripts starting with letters B, C and D
2014-09-14Scripts/ToCR: Set Anub'arak's respawn delayNyeriah
* This needs to be done manually since he's a summon. Closes https://github.com/TrinityCore/TrinityCore/issues/10587
2014-09-14ScriptsShauren
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there) * CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed * Fixed compile in boss scripts starting with letter A