Age | Commit message (Expand) | Author | Files | Lines |
2016-03-22 | Add support for packet version in servers list xml and in editor. | Andrei Karas | 10 | -9/+30 |
2016-03-22 | Add check for from equip index. | Andrei Karas | 2 | -0/+4 |
2016-03-21 | Move status effects start/end calls into separate functions in actorsprite. | Andrei Karas | 2 | -100/+78 |
2016-03-21 | Fix some status effects packet field names. | Andrei Karas | 2 | -9/+9 |
2016-03-21 | Fix typo also in .inc files. | Andrei Karas | 2 | -4/+4 |
2016-03-21 | Fix typo Plater -> Player. | Andrei Karas | 4 | -8/+8 |
2016-03-21 | Remove commented code from beingrecv. | Andrei Karas | 1 | -24/+6 |
2016-03-20 | Not allow close warp dialog until select warp target. | Andrei Karas | 1 | -1/+2 |
2016-03-20 | Update being packets for packet version >= 20150513. | Andrei Karas | 1 | -0/+9 |
2016-03-20 | Impliment packet SMSG_SKILL_MEMO_MESSAGE. | Andrei Karas | 1 | -2/+16 |
2016-03-20 | Impliment packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY. | Andrei Karas | 1 | -2/+16 |
2016-03-20 | Impliment packets SMSG_FAMILY_ASK_FOR_CHILD. | Andrei Karas | 4 | -14/+54 |
2016-03-20 | Add server feature haveFamily. | Andrei Karas | 5 | -0/+16 |
2016-03-19 | Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules). | Andrei Karas | 1 | -2/+11 |
2016-03-19 | Impliment packet SMSG_FAMILY_DIVORCED (hercules). | Andrei Karas | 1 | -2/+5 |
2016-03-18 | Fix reading packet SMSG_BEING_MOVE3 for non existing player. | Andrei Karas | 1 | -0/+1 |
2016-03-17 | Read whole packet SMSG_BEING_MOVE3 if being not exists. | Andrei Karas | 1 | -0/+4 |
2016-03-17 | Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa) | Andrei Karas | 1 | -1/+1 |
2016-03-16 | Split ParticleEngine from Particle class. | Andrei Karas | 2 | -3/+3 |
2016-03-16 | Fix compilation with some flags. | Andrei Karas | 1 | -3/+6 |
2016-03-16 | Add support for server type "hercules" in servers list. Same with eathena. | Andrei Karas | 1 | -0/+2 |
2016-03-15 | Ignore unsupported server types from servers list. | Andrei Karas | 1 | -8/+0 |
2016-03-15 | Remove old evol server type. | Andrei Karas | 2 | -5/+1 |
2016-03-15 | Show info about wrong packet size in chat if enabled show unimplimentaed pack... | Andrei Karas | 1 | -0/+1 |
2016-03-15 | Add support for unknown skill error (hercules).release2016-03-15 | Andrei Karas | 1 | -0/+7 |
2016-03-14 | Drop support for evol plugin 1 - 3 versions. | Andrei Karas | 1 | -8/+8 |
2016-03-13 | For skill units in context menu show creator name or id. | Andrei Karas | 1 | -2/+4 |
2016-03-12 | Add missing include into network.cpp. | Andrei Karas | 1 | -0/+2 |
2016-03-11 | Fix code style. | Andrei Karas | 35 | -58/+34 |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 19 | -40/+41 |
2016-03-08 | Rename Sp attributes to server values. Also add missing values for hercules. | Andrei Karas | 5 | -142/+340 |
2016-03-08 | Add into tmwa Sp constants value GM_LEVEL. | Andrei Karas | 2 | -2/+4 |
2016-03-08 | Move stat constants from ea namespace into tmwa and eathena. | Andrei Karas | 7 | -148/+248 |
2016-03-08 | Move setStat from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -216/+427 |
2016-03-08 | Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp. | Andrei Karas | 1 | -2/+21 |
2016-03-07 | Fix ping if player in party or guild (hercules). | Andrei Karas | 1 | -0/+4 |
2016-03-07 | Add server feature haveServerPets. | Andrei Karas | 5 | -0/+16 |
2016-03-07 | Add server feature haveMail. | Andrei Karas | 5 | -0/+16 |
2016-03-06 | Add server feature haveMultyStatusUp. | Andrei Karas | 5 | -0/+16 |
2016-03-06 | Remove decreaseAttribute because it left from manaserv. | Andrei Karas | 3 | -9/+0 |
2016-03-06 | Add into increaseAttribute parameter with about of attributes to up. | Andrei Karas | 5 | -6/+11 |
2016-03-06 | Fix some slot conversion tables and add comments (hercules). | Andrei Karas | 2 | -32/+34 |
2016-03-06 | Move InventoryRecv::getSlot form ea namespace into tmwa and eathena. | Andrei Karas | 6 | -52/+115 |
2016-03-06 | Add support for two new equipment slots in hercules. | Andrei Karas | 5 | -25/+43 |
2016-03-06 | Add comment in BeingRecv::processBeingChangeLookContinue | Andrei Karas | 1 | -0/+3 |
2016-03-05 | Add constant values for enum SPRITE_* in eathena net code. | Andrei Karas | 1 | -16/+16 |
2016-03-05 | Remove outdated serverVersion checks from tmwa net code. | Andrei Karas | 5 | -23/+8 |
2016-03-05 | Remove outdated protocol version checks from tmwa net code. | Andrei Karas | 3 | -23/+6 |
2016-03-05 | Disable server features incomplete chat messages for tmwa server version more... | Andrei Karas | 1 | -1/+1 |
2016-03-05 | Replace in Being speed field from vector to int. | Andrei Karas | 7 | -18/+15 |