aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21Merge pull request #9842 from Bezo/ArenaAokromes
Core/Command: Implement .arena commands
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-21Merge pull request #9840 from Ascathor/masterAokromes
Core/Command: Remove excess parameter in LANG_PINFO_PLAYER
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 #9822 from wowpsp/masterAokromes
Support 1.12.3 (build 6141)
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-21Merge pull request #9808 from xjose93/ImproveLog12Aokromes
Core/Logs: Added more info for .send mail command.
2013-05-21Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ↵Spp
changes
2013-05-21Core/Build: Fix compile under Ubuntu 13.04 and openSUSE 12.3 (and probably ↵Spp
other new distros) Closes #9832 Closes #9740
2013-05-19DB/Triggers: Added "anti-exploration" teleport for Scholomance.Kinzcool
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-20DB: Several runtime error fixesGacko
2013-05-20Core/Spells: Fix spell script "spell_yogg_saron_malady_of_the_mind"joschiwald
Closes #9813
2013-05-19DB/Creature: Fix startup error (thx Runico)Vincent-Michael
2013-05-19MMAPS: Update mmaps_generator readme.txt with thread infoNay
2013-05-19Cmake: Fix typo in msvc/settings.cmakeNay
2013-05-19Merge pull request #1 from TrinityCore/masterwowpsp
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-19Core/Spells: Fixed channeling spells with infinite durationShauren
2013-05-19Scripts/Misc: Fixed many scripts not executing one of their actions because ↵Shauren
of an event with id = 0
2013-05-18Reverted part of 60a88a08f5e85c1986aee49f9bfdbf8fa254f370Shauren
All 8 bytes must be read from file to match output from vmap4extractor
2013-05-18Core/Collision: Corrected logic for closing source file in ↵Shauren
WorldModel_Raw::Read, fixes resource leak if method succeeds and prevents double free if it fails. Closes #9823
2013-05-18support 1.12.3 (build 6141)wowpsp
2013-05-18Reverted part of 8be181c7e60daf9833044da61b379c2136892c37 that was not ↵Shauren
supposed to be pushed
2013-05-18Buildsystem/MSVC: Fix a minor issue with /Zm heap allocation parameters not ↵click
being used 32-bit environment
2013-05-17Core/Build: Fixed the buildSubv
2013-05-17* Another small batch of fixes from static analysis tool.Subv
2013-05-17* Some more static analysis issues fixed.Subv
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-17Merge pull request #9815 from Ascathor/masterNay
Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race string.
2013-05-17Core/Vehicles: Fixed a crash that happened during seat changes searching for ↵Shauren
a previous free seat Closes #9609
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-17Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class ↵Ascathor
and race names. Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race names.
2013-05-16Merge pull request #9814 from vlad852/masterShauren
Fix startup errors
2013-05-16Fix startup errors.Vlad
2013-05-16Core: Fix compiler warningsNay
2013-05-15Core/Logs: Added more info for .send mail command.xjose93
2013-05-14Merge pull request #9800 from horn/yogg_saronShauren
Scripts/Ulduar: Fix warnings
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-14Merge pull request #9690 from horn/yogg_saronShauren
Scripts/Ulduar: Yogg-Saron
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/Debugging: Marked assert functions as non returningShauren
2013-05-13Core: Fixed windows compileShauren
2013-05-13Core/Spells: Manually reverted 8dea73fc83ed00764e03c6ee3bb7c1ffa28527eb.Warpten
Will have a closer and better look later.