summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-30Fix packets for 20170329.Andrei Karas3-2/+21
2017-06-30Remove extra includes again.Andrei Karas1-1/+0
2017-06-30Remove extra includes from headers.Andrei Karas13-0/+16
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
2017-06-29Move cast macroses into separate file.Andrei Karas4-0/+8
2017-06-29Move foreach macroses into separate file.Andrei Karas15-0/+23
2017-06-28Add packet SMSG_GUILD_MEMBER_LIST 0x0aa5.Andrei Karas2-3/+29
2017-06-28Add packet SMSG_GUILD_BASIC_INFO 0x0a84.Andrei Karas2-7/+28
2017-06-28Add packet SMSG_PARTY_MEMBER_JOB_LEVEL 0x0abd.Andrei Karas3-0/+26
2017-06-28Add packet SMSG_PARTY_INFO 0x0a44.Andrei Karas2-12/+35
2017-06-28Add packet SMSG_PARTY_MEMBER_INFO 0x0a43.Andrei Karas2-0/+14
2017-06-28Fix packet SMSG_VENDING_ITEMS_LIST for version 20160921.Andrei Karas2-2/+10
2017-06-28Add packet SMSG_PLAYER_INVENTORY_ADD 0x0a37.Andrei Karas2-1/+13
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas3-9/+9
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas3-0/+9
2017-06-19Auto close death dialog if local player resurrected.Andrei Karas2-2/+20
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas1-0/+5
2017-06-13Add missing const references to constructor parameters.Andrei Karas1-2/+2
2017-06-13Show site url in server info window.Andrei Karas1-0/+5
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas2-0/+60
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas1-0/+18
2017-06-11Rename player_relations into playerRelations.Andrei Karas5-11/+11
2017-06-09Fix code style.Andrei Karas62-105/+1
2017-06-09Fix too long line.Andrei Karas1-1/+3
2017-06-09Fix code style.Andrei Karas1-2/+4
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-08Remove useless extern declarations.Andrei Karas70-75/+63
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix namespace comments.Andrei Karas48-51/+51
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas101-971/+986
2017-06-05Remove extra include from net/ea/loginrecv.cppAndrei Karas1-1/+0
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas8-48/+116
2017-06-05Add packet SMSG_CHAR_MAP_INFO 0x0ac5.Andrei Karas1-0/+6
2017-06-05Add shuffle packet versions 2017.Andrei Karas1-0/+306
2017-06-04Fix code style.Andrei Karas4-6/+6
2017-05-10Add shuffle packets for new packet versions from hercules (2016 versions).Andrei Karas1-3/+819
2017-05-09Remove useless check from inventoryitem.h.Andrei Karas1-2/+0
2017-05-08Fix leaks in ipc.Andrei Karas1-0/+1
2017-05-08Allow run ipc commands before connected to server.Andrei Karas1-0/+21
2017-05-08Add command line parameter --enable-ipc for enable ipc at start.Andrei Karas1-0/+1
2017-05-08Fix crash in cart and fix different use after free in item options.Andrei Karas2-1/+25
2017-05-07Add possible SDL warning fix with gcc snapshot.Andrei Karas3-12/+12
2017-05-02Add temination flag for background download threads.Andrei Karas1-9/+15
2017-05-02Remove extra includes.Andrei Karas3-5/+0
2017-05-02Fix comment style in guildmanager.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveFamily because in only depend on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveServerPets because depend only on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveMail because it depend only on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveMultyStatusUp because it depend only on server type.Andrei Karas5-16/+0
2017-05-01Remove ServerFeatures haveSecureTrades because it depend only on server type.Andrei Karas5-16/+0