aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2014-04-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-04-05Core/CrashHandler: Add more informations about localsjackpoz
2014-04-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-03-29Merge pull request #11719 from Dehravor/master-lootShauren
2014-03-24Core/Logging: Fixed filenames of backup logsShauren
2014-03-23Core/Misc: Removed unused defines, added missing include and removed a few wa...Shauren
2014-03-23Fixed build without PCHShauren
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
2014-03-16Core/Loot: Implement round robin for under threshold items in case of master ...Dehravor
2014-03-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting charact...joschiwald
2014-02-08Shared/Logs: Code cleanupjackpoz
2014-02-07Shared/Logs: Make AppenderFile more thread-safejackpoz
2014-02-07Shared/Logs: Add workaround for "w" flag used with dynamic name filesjackpoz
2014-02-06Core/CrashHandler: Add more informations about localsjackpoz
2014-01-31Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-31Build: Use override/final keywords for VS 2012 and newer. (VS 2013 still defi...Shauren
2014-01-31Shared/Logs: Fix crash in Console log outputjackpoz
2014-01-30Fix warnings introduced on littleendian in 2134cb610d45727a0623741f7416a36088...QAston
2014-01-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-23Core/CrashHandler: Add more informations about localsjackpoz
2014-01-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-22Shared/OpenSSLCrypto: Add switch to fix build under MacGacko
2014-01-19Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-19CoreCore/CrashHandler: Handle CRT asserts in Windows buildjackpoz
2014-01-19Core/CrashHandler: Fix issues on Windows crash handlerjackpoz
2014-01-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-12Core/Movement: Add LOS check for fleeingmovement target point.zengwf
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-10Merge branch 'master' into 4.3.4DDuarte
2014-01-10Merge branch 'master' into 4.3.4DDuarte
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-22Core/Auth: Fix expiring account bansjackpoz
2013-12-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-12-19Core/Logging: Use logger cache for speed up logger filter searchSpp
2013-12-15Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-12-08Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
2013-11-25Core/Guilds: Fixed an issue with withdrawing money from guild bank as guild m...Shauren
2013-11-17Core/Transports: Fix few transport issues on relog.jackpoz
2013-11-16Core/Auth: Fix Auth failing sometimesjackpoz
2013-11-11Core/Logging: Minor changesSpp
2013-11-08Merge branch 'master' into 4.3.4Spp
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-08Merge branch 'master' into 4.3.4Spp
2013-11-08Core/Logs: Create default set of loggers and Appender if the config is wrong.Spp
2013-11-07Core/Logging: Extend logging system to allow inheritance of loggersSpp
2013-11-02Core/Database: Add additional assertjackpoz
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush