summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Allow draw npc equipment sprites (only basic slots).Andrei Karas1-0/+11
2017-11-07Simplify set basic equipment for beings.Andrei Karas1-146/+110
2017-11-01Add shuffle packets for packet version 20171101.Andrei Karas1-0/+34
2017-10-28Add packets for packet version 20171025.Andrei Karas1-0/+34
2017-10-23Remove extra include.Andrei Karas1-1/+0
2017-10-23Remove duplicated packet implementation.s20171023Andrei Karas3-12/+0
2017-10-23Fix for possible truncated packet.Andrei Karas1-1/+1
2017-10-23Read always packet lens and not skip it in net code.Andrei Karas1-2/+2
2017-10-18Fix packet CMSG_MAIL2_CHECK_NAME for non evol servers.Andrei Karas1-1/+1
2017-10-18Add packet SMSG_MAIL2_MAIL_LIST_PAGE 0x0ac2.Andrei Karas2-16/+51
2017-10-18Add packets CMSG_MAIL2_OPEN_MAILBOX 0x0ac0, CMSG_MAIL2_REFRESH_MAIL_LIST 0x0ac1.Andrei Karas2-4/+33
2017-10-18Add packet SMSG_PLAYER_GET_EXP2 0x0acc.Andrei Karas3-0/+22
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas8-5/+21
2017-10-18Add shuffle packets for new packet versions.Andrei Karas1-0/+136
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas1-3/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas1-0/+3
2017-09-29Fix code style.Andrei Karas2-2/+3
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas4-4/+5
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas5-28/+19
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas4-4/+4
2017-09-25Add new shuffle packets added to latest hercules.Andrei Karas1-22/+4414
2017-09-25Add support for char server packets for packet version >= 20170830.Andrei Karas1-2/+8
2017-09-22Fix wrong packet version.Andrei Karas1-1/+1
2017-09-19Update packet versions based on latest hercules updates.Andrei Karas1-3/+3
2017-09-19Fix disconnect chat command.Andrei Karas1-0/+1
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-1/+1
2017-09-18Use fast open in curl.Andrei Karas1-0/+4
2017-09-18Set minimal allowed speed in curl is 1 bytes per minute.Andrei Karas1-0/+3
2017-09-18Limit each downloaded file by curl to 536870912 bytes.Andrei Karas1-1/+4
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+9
2017-09-15Fix code style.Andrei Karas2-3/+4
2017-09-07Remove commented code from download.cppAndrei Karas1-6/+0
2017-09-07Fix possible threads structure leak in download.cppAndrei Karas1-3/+3
2017-09-07Add current renderer into user agent string.Andrei Karas2-0/+73
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas3-14/+5
2017-09-05Fix send date in mails.Andrei Karas1-1/+2
2017-09-05Fix receiving half broken packet with mail message (SMSG_MAIL2_READ_MAIL).Andrei Karas1-0/+3
2017-09-05Fix adding stackable items to mail.Andrei Karas1-16/+26
2017-09-01Fix code style.Andrei Karas4-9/+13
2017-08-31Fix compilation warning.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas12-21/+93
2017-08-30Remove some cards number to constants.Andrei Karas4-12/+12
2017-08-28Remove extra includes.Andrei Karas2-8/+0
2017-08-26Mark Mail2Recv::processMailIcon as implemented.Andrei Karas1-2/+2
2017-08-26Remove unused fields from MailMessage struct.Andrei Karas1-0/+2
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-12/+48
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-3/+24
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-3/+24
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas2-0/+5
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+1