aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02Core/DB: Creature text for 37 script filesGacko
2012-12-02DB/Gameobject Template: Some spell focus fixes from Vincent-Michael.Malcrom
Closes #8466
2012-12-01Core/Creatures: Fix correct faction for Iskalder <The Ancient Hero>Vincent-Michael
2012-12-01Core/Ulduar:Vincent-Michael
- Implemented kill credit for hodir and assembly of iron - Some cleanup
2012-12-01Merge pull request #8284 from Warpten/miscFixSubv
Core/Spells: Misc fixes.
2012-12-01SQL: Fix sql import problemsVincent-Michael
2012-12-01Core: Fix some warningsVincent-Michael
2012-12-01SQL: Rename SQL merged in PRVincent-Michael
2012-12-01Merge pull request #8510 from Gacko/creaturetextblub
Core/DB: Creature text for 24 script files
2012-12-01Merge pull request #8522 from joschiwald/creature_textblub
Scripts/Ulduar: convert all script_texts to creature_text from this zone
2012-12-01Core/Spells:Warpten
* Bryntroll's Drain Life should not crit. * Bestial Wrath can be used while under CC since patch 3.3.2 Patch 3.2.2 (2009-09-22): "Bestial Wrath and The Beast Within Changed to function like PvP Trinkets, removing any movement impairing effects, and giving immunity to these effects for 10 seconds.", also the tooltip doesn't say this, but it now breaks all forms of CC that a PvP trinket would break (including Cyclone,Sap, etc.).
2012-12-01DB/Conditions: Fix some BtA items for reputationVincent-Michael
2012-12-01Core: Fix more typos (thx Expecto)Vincent-Michael
2012-12-01Core/DB: Creature text for 24 script filesGacko
2012-12-01Scripts/Ulduar: convert all script_texts to creature_text from this zonejoschiwald
2012-12-01Core: Fix typoVincent-Michael
2012-12-01Core/Conditions: Implemented CONDITION_SOURCE_TYPE_NPC_VENDOR = 23Vincent-Michael
2012-12-01SQL: Rename SQL merged in PRVincent-Michael
2012-11-30Merge pull request #8519 from joschiwald/assemblyblub
Scripts/Ulduar: cleanup Assembly of Iron
2012-11-30Scripts/Ulduar: cleanup Assembly of Ironjoschiwald
2012-11-30Core/Spells: Convert Replenishment in spell scriptVincent-Michael
2012-11-30Core/Misc: Include character level in log when a character is being deletedSpp
2012-11-28Core/Dungeon Finder: Partial revert of ad6b5fb419Spp
2012-11-27Scripts/WailingCaverns: Remove hack for achievement "Wailing Caverns"Vincent-Michael
2012-11-27Scripts/HallsOfLightning: Remove hack for Volkhan "Shatter Resistant"Vincent-Michael
2012-11-27Fix typo (thx Trista)Vincent-Michael
2012-11-27Scripts/Naxxramas:Vincent-Michael
- Remove hack for Sapphiron "The Hundred Club" - Convert Sapphiron script_texts in creature_text
2012-11-27Core/Misc: Random changes here and there to minimize differences with 4.3.4 ↵Spp
branch
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-27Core: Fix warningsVincent-Michael
2012-11-27Merge pull request #8473 from Gacko/creaturetextShauren
Core/DB: Convert 25 more scripts to creature text
2012-11-27Core/Authserver: Always send realm address to clients in dotted ip format.Shauren
2012-11-27Core/Auras: Added missing break in AuraEffect::CalculateAmount (accidentally ↵Shauren
removed in cea752fadf3f86a6317768d8a1c4dac1cb2b0a23)
2012-11-27Merge pull request #8481 from Ne3x/unholy_blight_fixShauren
Core/Spells: Fix Unholy Blight not stacking correctly
2012-11-27Core/Units: make SetHover virtualSpp
2012-11-26Core/Spells: Fix Unholy Blight not stacking correctly Note: As of patch ↵Ne3x
3.2.0: The damage supposed to accumulate similar to Ignite and Deep wounds. Source: http://www.wowwiki.com/Unholy_Blight Closes: #8265
2012-11-27Core: Change phrasing on the logmessage given when a gameobject loses its ↵click
reference owner
2012-11-27Core: Move BF-handler invitation/queuing-logmessages to outDebug() (the ↵click
information given there aren't really considered "errors"...)
2012-11-27Core: Fix some silly warnings (some stupid remnants from old times that has ↵click
bugged me enough) No need to recompiling anything, it's just a visual change to make the compilers STFU about variable initializations
2012-11-27Core/Buildsystem: Clean up compileflags when compiling with warnings fully ↵click
enabled. -Wwrite-strings is default enabled when -Wall is set in clang/gcc, hence removed. -Woverloaded-virtual is now enabled for C++-code only, this removes the useless warnings when dabbling with C-only code.
2012-11-26SQL: Fix sql import problemVincent-Michael
2012-11-26Core/DB: Corrections for creature text conversionGacko
2012-11-27Fix No newline at end of file.WishToDie
2012-11-26Core/Scripts/Quests: Implement The Battle for Crusaders' Pinnacle.w1sht0l1v3
2012-11-26Core/DB: Convert 25 more scripts to creature textGacko
2012-11-26Merge branch 'master' of https://github.com/TrinityCore/TrinityCorew1sht0l1v3
2012-11-26Fix compile after bdbafc018414f9831d045a03cf8cefe1c8e9b6f6w1sht0l1v3
2012-11-26Core/Buildsystem: Start cleaning up the mess created after "implementing" ↵click
support for clang/OSX-based compiles - initial cleanup, more will come If OSX-compile fucks up because of this, then report fixes on the tracker as usual, not through hotpatches going through other lead devs.
2012-11-26Core/Conditions: Add CONDITION_GENDER = 20Subv
2012-11-26Core/Dungeon Finder: Fix reward for last member of each group being ↵Spp
disbanded to join new lfg group - Move some messages to Trace - Add some cases where internal data wasn't updated with new state - Reverts 441712fbb and ae507e5 (Old State should only store those states you can Restore from a Rolecheck/Proposal) Closes #8339 Closes #8420 Closes #8421