aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-06-11Core/Objects: Object scale will now also affect bounding radius and combat ↵Shauren
reach fields
2013-06-09Core/Scripts: Fix Drake Hunt, closes #2005w1sht0l1v3
2013-06-09DB/Quests: Fix The Explorer's League OutpostPitcrawler
Move a corescript to SAI
2013-06-08Core/Scripts: Simplify spellscript from 1f785905d548257b56d83f180f3d8e94e8de0634Pitcrawler
2013-06-08DB/Quests: Fix Danger! Explosives!, closes #6850 closes #9458Pitcrawler
2013-06-03Scripting: fix gossip scripting for rogue trainersMalcrom
2013-06-03Core Whitespace cleanupVincent-Michael
2013-06-03Core: Fix warningVincent-Michael
2013-06-02Merge pull request #9854 from Ascathor/masterSubv
Core/Command: Optimized .pinfo more
2013-06-02Script/Ulduar: Fix try for Assembly Of Iron achievement "I choose you, xxx"Vincent-Michael
2013-06-01Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells ↵Shauren
defined for spellclick event.
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-28Scripts/Halls of Reflection: Fixed a possible crashShauren
2013-05-27DB/Quests: Fix some remaining issues from ↵Pitcrawler
https://github.com/TrinityCore/TrinityCore/commit/aaa1d9b749988fb1ad3139041e7199b1381b54ba For example the missing floating visual and prevent the script from being started more than once.
2013-05-26Script/Gundrak: CodestyleGacko
2013-05-26Core/Command: Optimized .pinfo moreAscathor
* Moved some checks around * Added RBAC Permission for Email, last login and last ip (group 3 and 4) -- If missing RBAC permission, then it displays "Unauthorized (RBAC)" * Changed totalmail output from uint64 to uint32 * Level either puts Max level, or a list of information necessary * Only queries guild if the current xp query also detects guild membership * Incorporated recent changes into code * Commander requires higher than target to get sensitive data beside RBAC permission.
2013-05-24Scripts/Gundrak: Fix Gal'darah door.xjose93
2013-05-24Compile fixShauren
2013-05-24Scripts/Halls of Reflection: Fixed gauntlet eventShauren
2013-05-24Core/Commands: Fixed wrong field types used in db queries for pinfo command ↵Shauren
and output alive state if target is offline
2013-05-24Scripts/Halls of Reflection: Fixed a few possible crashes and cleaned up the ↵Shauren
code a bit
2013-05-24Core: Fix warningsVincent-Michael
2013-05-24Core: Fix logic fail in 77743ea13e991a10b11e6707d7def84336ebcfe7Vincent-Michael
2013-05-24Core: Fix non pch buildVincent-Michael
2013-05-24Scripts/Halls of Reflection: Falric/MarwynAokromes
This is a Work in Progress script by WishToDie based on the work found at http://www.trinitycore.org/f/topic/7192-patch-halls-of-reflections/
2013-05-22Actually fix compileShocker
(sorry about the multitude of commits)
2013-05-22Another missing includeShocker
2013-05-22Compile fix after recent mergeShocker
2013-05-22Implement .arena commands - add new commands to the core to handle with ↵Bezo
arena teams. *.arena create [player] "arena name" [type] *.arena create "arena name" [type] *.arena disband [TeamID] *.arena rename "oldName" "newName" *.arena captain [TeamID] [Player] *.arena info [TeamID] *.arena lookup [name]
2013-05-21Core/Command: Remove excess parameter in LANG_PINFO_PLAYERAscathor
Should fix the command on linux servers
2013-05-21Core: Fix warningsVincent-Michael
2013-05-21Merge pull request #9827 from Ascathor/masterAokromes
Core/Command: Rework .PInfo and give more output and add Gender to trinity_string
2013-05-21Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ↵Spp
changes
2013-05-20Core/Command: Rework PInfo and give more output and add Gender to trinity_stringAscathor
* Prints out in several strings instead of few * Leaves unnecessary ones out (e.g. phase for GMs) * Some code documentation included (including doxygen) * Cleaner code (partly) * Prints more content, e.g.: ** Localized Class- and Race names ** Localizable Gender names ** Current experience, required experience ** And more Shoutouts to @Nay, @Subv, @Shauren and several others from the irc Core/Command: Rework PInfo and give more output and add Gender to trinity_string
2013-05-20Core/Spells: Fix spell script "spell_yogg_saron_malady_of_the_mind"joschiwald
Closes #9813
2013-05-19Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-19Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-19Scripts/Misc: Fixed many scripts not executing one of their actions because ↵Shauren
of an event with id = 0
2013-05-17* Another issue found by static analysis fixed.Subv
2013-05-17* Batch of fixes for issues found by static analysis.Subv
2013-05-17Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-17Core/Misc: Fixed a bunch of issues found by static analysisShauren
2013-05-16Core: Fix compiler warningsNay
2013-05-14Scripts/Ulduar: Fix warningshorn
2013-05-14Merge pull request #9799 from xjose93/DamageGOShauren
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14Core/Commands: Improve .damage command, now can damage destructible ↵xjose93
gameobjects => ".damage go <guid> <damage>"
2013-05-14Scripts/Ulduar: Yogg-Saronhorn
Known issues: - encounter doesn't start immediately after you enter the room, you need to go closer - players standing outside of the room are not turned Insane after 15 seconds - encounter resets if the last living player is gripped by Constrictor Tentacle or encased in Hodir's Flash Freeze - Hodir won't freeze multiple players when they die at the same moment - Flash Freeze missile (64176) won't hit anybody, probably cast too soon (cosmetic issue) - there are some unused spells, don't know when or why they should be cast - some spell animations hit multiple players, but they shouldn't do that
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros. Memleak fix
2013-05-13Core: Declare some functions const and remove use of "using" directive in a ↵Spp
couple of files
2013-05-11Core/Ticketsillusion
* Fixed .ticket complete command not marking tickets as completed * Fixed "Need more help" button functionality after ticket has been answered by a GM Closes #9383