aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-01Core: Fix more typos (thx Expecto)Vincent-Michael
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
2012-11-26Core/Spells: Corrected radius calculationShauren
2012-11-26Core/Player: Fixed crashes happening when player logs in to a battleground ↵Shauren
which has ended and doesn't have valid return location stored in database. Closes #5441 Closes #7093 Closes #8242
2012-11-26Core/Guilds: Fix bank money log after 58ec4e53 (due to bad opcode structure).joschiwald
Closes #8432
2012-11-25DB/Conditions:Vincent-Michael
- Fix startup db error - Fix spawn for Plant Chieftain's Totem
2012-11-25Core/Script: Remove Scourge Prisoner cpp script, handled by SAIVincent-Michael
2012-11-25DB/Misc: Various fixes from issuetracker:ZxBiohazardZx
correct SAI parameters, should fix quest "Not On My Watch" Closes #4149 Add SAI for quest "Eliminate the Competition" Closes #4206 add SAI for quest "Bringing Down the Iron Thane" Closes #4252 add SAI for event after quest "The Dragonforged Hilt" Closes #4888
2012-11-25DB/Misc: Various fixes from the issuetracker, Various Authors, see issues ↵ZxBiohazardZx
for details Fix issue for warlock quest "The Binding" Closes #373 add SAI and gossip for quest "Glyph Chasing" Closes #1682 add spells for quest "On Ruby Wings" Closes #3068 add spawns for quest "Vengeful Souls" Closes #3232 add conditions and spells for quest "Seal of Ascension" Closes #3608 add SAI for quest "Hungry Nether Rays" Closes #3656 add SAI for quest "The Restless Dead" Closes #3853
2012-11-25Core/Battlefield: Compile fixShauren
2012-11-25Core/Spells: Fixed combat log for spells that affect item durabilityShauren
2012-11-25Core/PacketIO: Parse the MGS_MOVE_STOP packet embedded into spell cast ↵Shauren
packets with flag 0x2
2012-11-25Core/Players: Logic fixes for tradeable soulbound itemsShauren
2012-11-25Core/Items: Cloned items should not retain refundable/tradeable flagsShauren
2012-11-25Merge pull request #8318 from blipi/battlefield_fixShauren
Core/Battlefield: Fix crashes due to invalid pointers use
2012-11-25Core/Battlegrounds: Fixed GameMasters logging out in arena counting as ↵Shauren
player killed for any teams. Closes #7429