summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-21Fix packet CMSG_NPC_STR_RESPONSE for hercules packet version >= 20151029.Andrei Karas1-4/+14
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-03-09Remove extra includes.Andrei Karas1-2/+0
2017-03-06Show assert if failed open streamed files.Andrei Karas1-0/+3
2017-03-06Fix packet warnings for server plugin version < 16.Andrei Karas1-12/+48
2017-03-06Fix packets for updated hercules.Andrei Karas1-0/+9
2017-02-21Move other fs related files into fs directory.Andrei Karas3-7/+5
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-12/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-2/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix code style.Andrei Karas3-3/+3
2017-02-04Fix libcurl version checks.Andrei Karas1-28/+25
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-02-02Remove extra include from cashshoprecv.cppAndrei Karas1-2/+0
2017-02-02Remove extra include from buysellrecv.cppAndrei Karas1-2/+0
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas5-14/+27
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas7-6/+98
2017-01-31Move units into db directory.Andrei Karas3-8/+11
2017-01-31Fix money amount in cash shops.Andrei Karas1-2/+3
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas6-9/+105
2017-01-31Remove extra include from buysellrecv.cppAndrei Karas1-1/+0
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas8-38/+67
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas3-0/+14
2017-01-30Fix compilation with old libcurl versions.Andrei Karas1-7/+11
2017-01-20Fix code style.Andrei Karas21-21/+42
2017-01-20Add missing initialisation for Token struct.Andrei Karas1-1/+5
2017-01-19Dump on startup linked and loaded lib versions.Andrei Karas1-2/+2
2017-01-18Remove extra include.Andrei Karas1-1/+0
2017-01-17Remove support for hercules plugin version 6.Andrei Karas7-19/+2
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas44-0/+190
2017-01-03Update copyright year.Andrei Karas402-402/+402
2016-12-30Improve drawing map layers.Andrei Karas1-0/+1
2016-12-17Drop support for evol plugin version 5.Andrei Karas6-17/+1
2016-12-12Add noexcept in some files.Andrei Karas2-5/+5
2016-12-10Fix some issues found by automatic checks.Andrei Karas5-9/+9
2016-11-11Fix typo implimented -> implemented.Andrei Karas37-170/+170
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas5-11/+7
2016-11-04Fix version for packet SMSG_SKILL_NO_DAMAGE in some cases.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas8-12/+64
2016-10-28Add missing packet initialisation for new packets.Andrei Karas1-0/+2
2016-10-26Fix some packets.Andrei Karas3-6/+73
2016-10-17Fix versions for some incoming packets.Andrei Karas1-4/+23
2016-10-12Fix character creation for hercules with packet version >= 20120307.Andrei Karas1-0/+1
2016-10-04Move menutype into enums directory.Andrei Karas3-55/+4
2016-10-04Move beingtype into enums directory.Andrei Karas3-56/+11
2016-09-26Add support for quest fields in quests window.Andrei Karas1-2/+0
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas2-22/+22
2016-09-26Add paket SMSG_QUEST_ADD2 0x0b24.Andrei Karas3-0/+24