aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2015-05-11Core/Garrisons: Added more building checks and implemented canceling building...Shauren
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-03Core/PacketIO: Updated and enabled CMSG_TRAINER_BUY_SPELL, SMSG_TRAINER_BUY_F...Vincent-Michael
2015-05-03Core/PacketIO: Enabled SMSG_TRAINER_LISTVincent-Michael
2015-05-02Core/PacketIO: Updated and enabled SMSG_CHAT_SERVER_MESSAGEVincent-Michael
2015-05-01Core/Misc: Fix issues reported by static analysisVincent-Michael
2015-05-01Core/Player: Implemented seamless teleportingShauren
2015-05-01Core/PacketIO: updated and enabled SMSG_DISMOUNT, CMSG_FAR_SIGHTMitchesD
2015-05-01Core/PacketIO: Updated and enabled CMSG_ITEM_TEXT_QUERY, SMSG_QUERY_ITEM_TEXT...Shauren
2015-04-30Core/PacketIO: Fixed wrong FlushBits usage (mostly related to string lengths)Shauren
2015-04-29Core/Movement: Updated spline flagsShauren
2015-04-28Core/Packets: Add a lost optional initialization.Naios
2015-04-27Core/Misc: Use boost::in_place() to initialize optionals.Naios
2015-04-26Core/Misc: Replace tc's optional with boost::optional.Naios
2015-04-25Core/PacketIO: Limit the amount of support packets allowed to be processed an...Shauren
2015-04-25Core/PacketIO: CMSG_COMPLETE_CINEMATIC, CMSG_NEXT_CINEMATIC_CAMERA and enable...MitchesD
2015-04-24Merge pull request #14595 from DJScias/guildopcodeCarbenium
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-23Core/PacketIO: Updated and enabled CMSG_UNLEARN_SKILL, CMSG_SELF_RESDJScias
2015-04-23Core/PacketIO: Updated and enabled CMSG_GUILD_SET_ACHIEVEMENT_TRACKINGDJScias
2015-04-23Core/PacketIO: Updated and enabled CMSG_SET_FACTION_AT_WAR, CMSG_SET_FACTION_...DJScias
2015-04-21Core/Support:Carbenium
2015-04-21Core/Logging: Removed a bunch of useless "received X" logsShauren
2015-04-21Core/Misc: Update base sql files after bba6eb8d3dfe73a02063a7cefe6f465dae69334bCarbenium
2015-04-21Core/Player: Added character templatesCarbenium
2015-04-21Core/Misc: Barbershop fixesShauren
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-04-19Core: Fix build (meh fucking save)Vincent-Michael
2015-04-19Core/PacketIO: Rename some unks after researchVincent-Michael
2015-04-19Core/PacketIO: Updated and enabled CMSG_REQUEST_WOW_TOKEN_MARKET_PRICE / SMSG...Vincent-Michael
2015-04-19Core/Socket: Fixed race conditions with instance socketShauren
2015-04-19Core/PacketIO:Vincent-Michael
2015-04-19Core/PacketIO: Fix packet order in 3499b77d5fa0b56a8a749982ef984ccbd30dc1fcVincent-Michael
2015-04-19Core/PacketIO: Updated and enabled SMSG_SPELL_HEAL_LOG for WoDVincent-Michael
2015-04-19Core/PacketIO: Updated and enabled CMSG_SPIRIT_HEALER_ACTIVATE / SMSG_SPIRIT_...Vincent-Michael
2015-04-18Core/PacketIO: Updated and enabled CMSG_WRAP_ITEM for WoDVincent-Michael
2015-04-18Core/PacketIO: Updated and enabled SMSG_CHAT_PLAYER_NOTFOUND for WoDVincent-Michael
2015-04-18Core/PacketIO: Updated and enabled CMSG_QUERY_PET_NAME / SMSG_QUERY_PET_NAME_...Vincent-Michael
2015-04-18Core/PacketIO: SMSG_TITLE_EARNED, SMSG_TITLE_LOST, SMSG_SHOW_MAILBOXMitchesD
2015-04-18Core/Spells: Fixed crash happening during character creation when adding init...Shauren
2015-04-18Core/PacketIO: Updated and enabled SMSG_SPELL_EXECUTE_LOG for WoDVincent-Michael
2015-04-18Core/PacketIO: Fixed MoveUpdateCollisionHeight structureShauren
2015-04-18Core/PacketIO: Changed WorldSession::Handle_NULL to use packet class (Null). ...Shauren
2015-04-18Core/PacketIO: Updated and enabled more battleground packetsShauren
2015-04-18Core/PacketIO: Fix QuestGiverQuestList structureVincent-Michael
2015-04-18Core/PacketIO: Updated and enabled more battleground packetsShauren
2015-04-17Core/PacketIO: Fix AuctionListItems structureVincent-Michael
2015-04-17Core/PacketIO: updated and enabled CMSG_QUEST_CONFIRM_ACCEPTMitchesD
2015-04-17Core/PacketIO: Added missing FlushBits in MoveUpdateTeleportVincent-Michael
2015-04-17Core/PacketIO: SMSG_PLAY_SOUNDGolrag