aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
2015-04-04Misc: Fixed license header formattingShauren
2015-04-02Rename variables to fix C++11 keyword collisionDaniel M. Weeks
2015-04-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
2015-04-02Core/Database: Remove va_args from DatabaseWorker::Execute methods.Naios
2015-03-29Core/Phases: phaseMask remove part 1Rat
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-29CMake: Use source_groups to represent the source treeNaios
2015-03-29Core/Database: Return an unknown error code instead of false (0) if mysql_ini...Naios
2015-03-29Core/Database: Fix a mistake in 54ee5267244acac16Naios
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-28Core/Networking: Fixed unsafe access to _worldSession member in WorldSocketShauren
2015-03-28Core/PacketIO: Implemented CMSG_ENABLE_NAGLEShauren
2015-03-28Core/Log: Improve creation of log prefixes.Naios
2015-03-28Core/Database Improve commit 39bdd06446dcNaios
2015-03-27Core/Database: Prepare statements at reconnect.Naios
2015-03-24Core/DBUpdater: Use correct formatter for size_tNaios
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-24Core/DBUpdater: Fix some warnings introduced in 966282fbed24a0d0cf8Naios
2015-03-24Core/DBUpdater: Add the possibility to limit the remove of orphaned entries.Naios
2015-03-22Core/Misc: Warning fixesShauren
2015-03-22Core/DBUpdater: Use correct uint64 to store timestamps.Naios
2015-03-22Core/DBUpdater: Fixed compile errors with boost 1.55 and VS 2013Shauren
2015-03-21Core/Database: Fix some warnings on gccNaios
2015-03-21TDB 6.0.1 - 2015/03/21TDB6.01Nayd
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ...Naios
2015-03-18Core/Log: Readd include of <stdarg.h> to fix compile issues under gccNaios
2015-03-18Core: WARN instead of INFO - this is actually something we'd want to be infor...click
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-18Shared/Logs: Add support to .server set loglevel command after 003d67708b9a27...jackpoz
2015-03-18Shared/Logs: Improve log performancesjackpoz
2015-03-18Core/CrashHandler: Fix char[] without '\0' handlingjackpoz
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map s...Rat
2015-03-13Core/Log: Add type safe formattingNaios
2015-03-11Core/Log: Fix some issues detected by static analysis.Naios
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
2015-03-09CMake: Remove unused source referenceleak
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-08Core/Spells: Implemented multiple spell power costsShauren
2015-03-06Core/DataStores: Added an extra safeguard for loading db2 hotfix locale table...Shauren
2015-03-06Core/Player: fixed some leftovers in db after player deletejoschiwald
2015-03-04Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is s...Shauren
2015-03-04Core/DataStores: Updated dbc structures to 6.1Shauren
2015-03-04Core/DataStores: Made prepared statement index argument for DB2Storage constr...Shauren
2015-02-25Core/DataStores: Fixed out of bounds array access in DBStorageIteratorShauren
2015-02-24Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's se...Shauren
2015-02-22DB: Dropped unused tablesShauren
2015-02-22Core/DataStores: Added iterator class for DBCStorage and DB2StorageShauren
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-22Shared/Database: Improve dead-lock error handlingjackpoz