aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-11-16Core/Networking: Catch possible boost exception in StartNetworkNayd
2014-11-10Core/Commands: implement .pvpstats commandShinDarth
2014-10-25AH related fixesRochet2
2014-10-18Scripts/Commands: Implement mutehistory command for GM's with requested impro...Heihachi
2014-10-18Core/Quest: implement Quest TrackerShinDarth
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-10-05Core/Misc: Added support for calculate zoneId/areaId for creature / gameoject...Vincent-Michael
2014-10-02Fixed ==25829== Thread #1: pthread_cond_{signal,broadcast}: dubious: associat...Shauren
2014-09-30Revert "Core/AuctionHouse: Delete expired auctions at startup."jackpoz
2014-09-27Fixed GCC buildShauren
2014-09-26Core/Debugging: Extended ASSERT macro to allow passing additional formatted s...Shauren
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-20Revert "Core: Fix build for msvc14"Vincent-Michael
2014-09-20Core: Fix build for msvc14Vincent-Michael
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-19Oops.DDuarte
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-18Core/Texts: added TextRange parameter to creature_textjoschiwald
2014-09-18Shared/Logging: Use standard format specifier for size_tjackpoz
2014-09-18Core/Scripts: implemented a guid map in InstanceScript, this way you can easi...joschiwald
2014-09-17Core/Spells: consider spell speed in SPELL_EFFECT_CHARGEjoschiwald
2014-09-17Core/NetworkIO: Fixed queued packets not being properly sent causing players ...Shauren
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-14Core: Remove whitespaceVincent-Michael
2014-09-14Core/Misc: Fix issues reported by static analysisjackpoz
2014-09-13Script/CoS: Fix quest credit for mal ganis (but @Aokromes like more HACKS)Vincent-Michael
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-12Core/Misc: Added const modifier to MessageBuffer::Write parameterShauren
2014-09-12Core: Fix warningVincent-Michael
2014-09-12Core/NetworkIO: Set non blocking mode on sockets properlyShauren
2014-09-12Core/Misc: Kill few more warnings.w1sht0l1v3
2014-09-11Core/Misc: Get rid of some warnings.w1sht0l1v3
2014-09-10Core/DB: Fix crash on shutdownjackpoz
2014-09-09Core/Net: Fix GCC buildDuarte Duarte
2014-09-09Build fixShauren
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-09-08Scripts/Commands: Allow to set a custom duration to the Freeze command applie...Odyssey
2014-09-07Removed redundant cast to c_str() in ConfigMgr::Reload function.Leonid Logvinov
2014-09-06Core/DBLayer: Fixed GetUInt32,GetInt64 and GetUInt64 on windows when value st...Shauren
2014-08-28Core/BattleGrounds: store data about BGs victoriesShinDarth
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
2014-08-16Core/DBLayer: Fixed an incredibly rare memory leak happening when player star...Shauren
2014-08-15Core/Socket: Added helpers to retrieve the size of currently ready dataShauren
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed Th...Shauren
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is already...Shauren
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-11Kill potentially uninitialized variable warningleak