summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Read damaged attribute from all packets.Andrei Karas3-8/+10
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas2-1/+10
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-5/+37
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-4/+18
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-4/+12
2015-08-20Show card name in insert card dialog.Andrei Karas1-2/+6
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas3-15/+15
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-11/+3
2015-08-17Fix colors on equipment.Andrei Karas1-26/+13
2015-08-17Fix item icon color if insert card in it.Andrei Karas1-0/+1
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas9-21/+34
2015-08-16Enable feature haveItemColors in eathena.Andrei Karas1-1/+1
2015-08-16Fix compilation warnings.Andrei Karas1-2/+2
2015-08-16Add packet SMSG_ITEM_DROPPED2 0x0b19.Andrei Karas4-1/+42
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas6-6/+55
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas6-27/+54
2015-08-16Add missing fields into flooritem.Andrei Karas3-6/+18
2015-08-16Add strong typed int for item color.Andrei Karas36-134/+251
2015-08-14fix code style.Andrei Karas2-10/+7
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas6-55/+87
2015-08-13Add server feature haveAdvancedSprites. Enable it for evol servers >= 7.Andrei Karas5-0/+16
2015-08-12Remove old evol color implimentation from readPlayerData.Andrei Karas1-34/+10
2015-08-12Fix loading weapon sprite in char selection dialog.Andrei Karas1-2/+3
2015-08-12Send equipped cards to function processBeingChangeLookContinue.Andrei Karas2-5/+11
2015-08-12With equipped items read cards (hercules).Andrei Karas5-2/+33
2015-08-09Add server feature haveNewGuildrawng6-3/+30
2015-08-09Edit Guild Expulsion in tmwa.rawng1-4/+3
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-2/+2
2015-08-04Change tmw protocol version to 4.Andrei Karas1-1/+1
2015-08-04Disable haveMove3 feature for some tmwa server versions.Andrei Karas1-1/+1
2015-08-04Try retry download updates if curl error happend.Andrei Karas1-1/+2
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+3
2015-07-21Add missing checks and non null attributes.Andrei Karas3-3/+10
2015-07-15Fix some style issues.Andrei Karas1-3/+3
2015-07-15Update existing item after inserting card.Andrei Karas1-7/+18
2015-07-14Add ability for insert cards into items.Andrei Karas6-14/+54
2015-07-11Add missing checks into other files.Andrei Karas2-0/+7
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-2/+2
2015-06-30Fix code style.Andrei Karas6-10/+3
2015-06-29Move notifytypes.h into enums directory.Andrei Karas30-61/+62
2015-06-25Add missing checks into net directory.Andrei Karas8-38/+19
2015-06-20Fix compilation warnings.Andrei Karas4-27/+9
2015-06-20Move processMapMask from ea namespace to eathena.Andrei Karas4-11/+14
2015-06-20Move processOnlineList from ea namespace into eathena.Andrei Karas4-65/+67
2015-06-20Move processUpdateHost2 from ea namespace into eathena.Andrei Karas3-26/+21
2015-06-20Move processNameResponse2 from ea namespace into eathena.Andrei Karas4-48/+49
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas6-17/+2
2015-06-20Remove evol server version check from tmwa.Andrei Karas1-12/+2
2015-06-20Remove all left evol server version checks from tmwa.Andrei Karas1-4/+4
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas6-208/+68