summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Rename being receive handler into beingrecv.Andrei Karas3-158/+159
2015-08-24Rename admin receive handler into adminrecv.Andrei Karas1-2/+2
2015-08-24Add damaged attribute to floor items.Andrei Karas1-0/+2
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas4-1407/+1489
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas1-1/+3
2015-08-23Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa).Andrei Karas5-2/+18
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas3-15/+15
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas1-2/+6
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas2-0/+27
2015-08-16Add missing fields into flooritem.Andrei Karas1-2/+8
2015-08-16Add strong typed int for item color.Andrei Karas12-53/+97
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas2-13/+7
2015-08-13Add server feature haveAdvancedSprites. Enable it for evol servers >= 7.Andrei Karas2-0/+7
2015-08-12Remove old evol color implimentation from readPlayerData.Andrei Karas1-34/+10
2015-08-09Add server feature haveNewGuildrawng3-3/+21
2015-08-09Edit Guild Expulsion in tmwa.rawng1-4/+3
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-07-14Add ability for insert cards into items.Andrei Karas2-2/+5
2015-06-30Fix code style.Andrei Karas3-5/+2
2015-06-29Move notifytypes.h into enums directory.Andrei Karas6-12/+12
2015-06-25Add missing checks into net directory.Andrei Karas2-1/+7
2015-06-20Fix compilation warnings.Andrei Karas4-27/+9
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
2015-06-20Remove server feature haveLangTab.Andrei Karas2-9/+2
2015-06-20Remove unused server feature haveSpecialChatChannels.Andrei Karas2-7/+0
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas9-192/+37
2015-06-20Fix code style.Andrei Karas7-7/+13
2015-06-16Add team id into beings cache.Andrei Karas1-0/+1
2015-06-16Set being team id from packet SMSG_PVP_SET (tmwa)Andrei Karas1-1/+8
2015-06-16Add server feature haveTeamId.Andrei Karas2-0/+7
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas2-0/+17
2015-06-15Fix code style.Andrei Karas3-2/+4
2015-06-14Use CREATEWIDGET macro in npchandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-3/+8
2015-06-14Use CREATEWIDGET macro in buysellhandler.Andrei Karas1-2/+3
2015-06-14Replace packet direct defines to macro with constants.Andrei Karas1-268/+273
2015-06-08Check usePersistentIP when switching map serversRawng1-1/+9
2015-06-07Remove useless parameter from PartyHandler::inviteResponse.Andrei Karas2-4/+2
2015-06-06Fix code style.Andrei Karas8-21/+9
2015-06-03Convert StoreSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas2-10/+10
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-3/+3
2015-06-01Convert BattleGroundType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-01Convert AuctionSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas2-2/+2