aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-05-27Remove unnecessary semicolonsDaniel M. Weeks
2015-05-22Core/Garrisons: Implemented follower class/spec abilities and saving them to ...Shauren
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-05-17Core/Garrisons: Initial work on garrison followersShauren
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-27Core/Misc: Use boost::in_place() to initialize optionals.Naios
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and flag9...Shauren
2015-04-26Core/Misc: Replace tc's optional with boost::optional.Naios
2015-04-24Core/Log: Fix newlines when using dynamic log namesNaios
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-21Core/Player: Added character templatesCarbenium
2015-04-20Removed unused includeShauren
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-04-18Core/PacketIO: Updated and enabled more battleground packetsShauren
2015-04-15Add missing newlineDaniel M. Weeks
2015-04-15Remove unnecessary semicolonsDaniel M. Weeks
2015-04-15Fix documentationDaniel M. Weeks
2015-04-15Prevent collisions in GCC attribute definitionsDaniel M. Weeks
2015-04-14Core/Quests: Added research results about last field in QuestPackageItem.db2Shauren
2015-04-13Core/Quests: fixed quest rewardingRat
2015-04-12Core/Battle.net: Ensure email is always uppercaseShauren
2015-04-11Core/Battle.net: Query optimizations part2 - made all queries asynchronousShauren
2015-04-11Core/Battle.net: Query optimizations part1 - reduced the amount of queries du...Shauren
2015-04-11Core/Bnet: Fixed crash on shutdown happening when there were still players co...Shauren
2015-04-10Core/Misc:Vincent-Michael
2015-04-08Core: Whitespace cleanupVincent-Michael
2015-04-06Core/Database: removed old questItem fieldsRat
2015-04-05Core/Player: Implement CharSections.dbc and serverside checksCarbenium
2015-04-05Core/DBUpdater: Remove some constructors accidently merged in 455eee9392acNaios
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
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