| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-11 | Core/Objects: Object scale will now also affect bounding radius and combat ↵ | Shauren | |
| reach fields | |||
| 2013-06-09 | Core/Scripts: Fix Drake Hunt, closes #2005 | w1sht0l1v3 | |
| 2013-06-09 | DB/Quests: Fix The Explorer's League Outpost | Pitcrawler | |
| Move a corescript to SAI | |||
| 2013-06-08 | Core/Scripts: Simplify spellscript from 1f785905d548257b56d83f180f3d8e94e8de0634 | Pitcrawler | |
| 2013-06-08 | DB/Quests: Fix Danger! Explosives!, closes #6850 closes #9458 | Pitcrawler | |
| 2013-06-03 | Scripting: fix gossip scripting for rogue trainers | Malcrom | |
| 2013-06-03 | Core Whitespace cleanup | Vincent-Michael | |
| 2013-06-03 | Core: Fix warning | Vincent-Michael | |
| 2013-06-02 | Merge pull request #9854 from Ascathor/master | Subv | |
| Core/Command: Optimized .pinfo more | |||
| 2013-06-02 | Script/Ulduar: Fix try for Assembly Of Iron achievement "I choose you, xxx" | Vincent-Michael | |
| 2013-06-01 | Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells ↵ | Shauren | |
| defined for spellclick event. | |||
| 2013-05-30 | Core/Misc: Another batch of fixes for issues found by static analysis | Spp | |
| 2013-05-28 | Scripts/Halls of Reflection: Fixed a possible crash | Shauren | |
| 2013-05-27 | DB/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-26 | Script/Gundrak: Codestyle | Gacko | |
| 2013-05-26 | Core/Command: Optimized .pinfo more | Ascathor | |
| * 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-24 | Scripts/Gundrak: Fix Gal'darah door. | xjose93 | |
| 2013-05-24 | Compile fix | Shauren | |
| 2013-05-24 | Scripts/Halls of Reflection: Fixed gauntlet event | Shauren | |
| 2013-05-24 | Core/Commands: Fixed wrong field types used in db queries for pinfo command ↵ | Shauren | |
| and output alive state if target is offline | |||
| 2013-05-24 | Scripts/Halls of Reflection: Fixed a few possible crashes and cleaned up the ↵ | Shauren | |
| code a bit | |||
| 2013-05-24 | Core: Fix warnings | Vincent-Michael | |
| 2013-05-24 | Core: Fix logic fail in 77743ea13e991a10b11e6707d7def84336ebcfe7 | Vincent-Michael | |
| 2013-05-24 | Core: Fix non pch build | Vincent-Michael | |
| 2013-05-24 | Scripts/Halls of Reflection: Falric/Marwyn | Aokromes | |
| 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-22 | Actually fix compile | Shocker | |
| (sorry about the multitude of commits) | |||
| 2013-05-22 | Another missing include | Shocker | |
| 2013-05-22 | Compile fix after recent merge | Shocker | |
| 2013-05-22 | Implement .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-21 | Core/Command: Remove excess parameter in LANG_PINFO_PLAYER | Ascathor | |
| Should fix the command on linux servers | |||
| 2013-05-21 | Core: Fix warnings | Vincent-Michael | |
| 2013-05-21 | Merge pull request #9827 from Ascathor/master | Aokromes | |
| Core/Command: Rework .PInfo and give more output and add Gender to trinity_string | |||
| 2013-05-21 | Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ↵ | Spp | |
| changes | |||
| 2013-05-20 | Core/Command: Rework PInfo and give more output and add Gender to trinity_string | Ascathor | |
| * 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-20 | Core/Spells: Fix spell script "spell_yogg_saron_malady_of_the_mind" | joschiwald | |
| Closes #9813 | |||
| 2013-05-19 | Core/Misc: Another batch of fixes for issues found by static analysis | Shauren | |
| 2013-05-19 | Core/Misc: Another batch of fixes for issues found by static analysis | Shauren | |
| 2013-05-19 | Scripts/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-17 | Core/Misc: Another batch of fixes for issues found by static analysis | Shauren | |
| 2013-05-17 | Core/Misc: Fixed a bunch of issues found by static analysis | Shauren | |
| 2013-05-16 | Core: Fix compiler warnings | Nay | |
| 2013-05-14 | Scripts/Ulduar: Fix warnings | horn | |
| 2013-05-14 | Merge pull request #9799 from xjose93/DamageGO | Shauren | |
| Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>" | |||
| 2013-05-14 | Core/Commands: Improve .damage command, now can damage destructible ↵ | xjose93 | |
| gameobjects => ".damage go <guid> <damage>" | |||
| 2013-05-14 | Scripts/Ulduar: Yogg-Saron | horn | |
| 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-13 | Core/Logging: Performance-related tweaks to logging system | Spp | |
| All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros. Memleak fix | |||
| 2013-05-13 | Core: Declare some functions const and remove use of "using" directive in a ↵ | Spp | |
| couple of files | |||
| 2013-05-11 | Core/Tickets | illusion | |
| * 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 | |||
