Age | Commit message (Expand) | Author | Files | Lines |
2015-01-06 | Move state.h into enums directory. | Andrei Karas | 6 | -8/+9 |
2015-01-06 | eathena: add packet CMSG_AUCTION_BID 0x024f. | Andrei Karas | 6 | -0/+23 |
2015-01-06 | eathena: add packet CMSG_AUCTION_CLOSE 0x025d. | Andrei Karas | 6 | -0/+17 |
2015-01-06 | eathena: add packet CMSG_AUCTION_CANCEL 0x024e. | Andrei Karas | 6 | -0/+17 |
2015-01-06 | Rename function AuctionHandler::cancelRequest into AuctionHandler::cancelReg. | Andrei Karas | 6 | -7/+7 |
2015-01-06 | eathena: add packet CMSG_AUCTION_REGISTER 0x024d. | Andrei Karas | 6 | -0/+29 |
2015-01-06 | eathena: add partial support for packet SMSG_AUCTION_CLOSE 0x025d. | Andrei Karas | 4 | -1/+14 |
2015-01-06 | eathena: add partial support for packet SMSG_AUCTION_MESSAGE 0x0250. | Andrei Karas | 4 | -1/+14 |
2015-01-06 | eathena: add packet CMSG_AUCTION_SET_ITEM 0x024c. | Andrei Karas | 6 | -0/+30 |
2015-01-06 | eathena: add packet support CMSG_AUCTION_CANCEL_REQUEST 0x024b. | Andrei Karas | 6 | -0/+19 |
2015-01-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2015-01-06 | eathena: add partial support for packet SMSG_AUCTION_SET_ITEM 0x0256. | Andrei Karas | 4 | -1/+15 |
2015-01-05 | eathena: add partial support for packet SMSG_AUCTION_RESULTS 0x0252. | Andrei Karas | 4 | -1/+33 |
2015-01-05 | eathena: fix packet size SMSG_AUCTION_OPEN_WINDOW. | Andrei Karas | 1 | -1/+1 |
2015-01-05 | Allow play sound effect if show emote. | Andrei Karas | 3 | -1/+10 |
2015-01-05 | Add missing check for null pointer. | Andrei Karas | 1 | -0/+3 |
2015-01-05 | Simplify setting default gender. | Andrei Karas | 4 | -6/+4 |
2015-01-05 | Remove legace gender specific code from char creation dialog. | Andrei Karas | 2 | -62/+0 |
2015-01-05 | eathena: change protocol version to 4. | Andrei Karas | 1 | -1/+1 |
2015-01-05 | eathena: set gender in char creation dialog. | Andrei Karas | 1 | -0/+9 |
2015-01-05 | Allow if supported by server select gender in char creation dialog. | Andrei Karas | 2 | -7/+65 |
2015-01-05 | Add actual gender in char creation method. | Andrei Karas | 5 | -10/+18 |
2015-01-05 | Allow set pressed item in widgetgroup and child objects. | Andrei Karas | 6 | -14/+31 |
2015-01-05 | Change imitation menu item from "Imitation" to "Imitate". | Andrei Karas | 1 | -1/+1 |
2015-01-05 | Add server feature haveCreateCharGender. | Andrei Karas | 5 | -0/+16 |
2015-01-04 | Fix char deletion password request if was connected to server with password f... | Andrei Karas | 1 | -0/+1 |
2015-01-04 | eathena: allow delete characters if account have non default email. | Andrei Karas | 7 | -26/+54 |
2015-01-04 | Add server feature haveEmailOnDelete. | Andrei Karas | 5 | -0/+16 |
2015-01-04 | Move processCharDeleteFailed from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -15/+35 |
2015-01-04 | eathena: allow set race in char creation dialog. | Andrei Karas | 2 | -1/+4 |
2015-01-04 | Add stringmap typedefs. | Andrei Karas | 17 | -55/+92 |
2015-01-03 | Change version to 1.5.1.3v1.5.1.3 | Andrei Karas | 1 | -2/+2 |
2015-01-02 | Fix code style. | Andrei Karas | 14 | -39/+13 |
2015-01-01 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2015-01-01 | Fix crash with completly broken themes. | Andrei Karas | 2 | -11/+40 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1232 | -1232/+1232 |
2015-01-01 | eathena: fix char gender on char selection dialog. | Andrei Karas | 1 | -2/+3 |
2014-12-30 | Shorted inputactionmap.h file. | Andrei Karas | 1 | -1404/+854 |
2014-12-30 | Equip items also if drag it from inventory to player box in equipment window. | Andrei Karas | 1 | -0/+28 |
2014-12-29 | Fix translation for use/equip buttons from client data. | Andrei Karas | 1 | -2/+2 |
2014-12-29 | Fix translation for default use/equip buttons. | Andrei Karas | 1 | -2/+2 |
2014-12-29 | Allow move pet by mod key (left shift) + move keys. | Andrei Karas | 2 | -1/+10 |
2014-12-28 | fix warnings again. | Andrei Karas | 1 | -2/+2 |
2014-12-28 | Fix compilation warnings. | Andrei Karas | 1 | -0/+2 |
2014-12-28 | Improve function localPetSay. | Andrei Karas | 1 | -16/+10 |
2014-12-28 | Allow assign keys to stop/start pet ai actions. | Andrei Karas | 1 | -0/+12 |
2014-12-28 | Add chat command for stop and start pet ai. | Andrei Karas | 11 | -0/+70 |
2014-12-28 | Use as separator coma char for internal pet moving packet. | Andrei Karas | 2 | -2/+4 |
2014-12-28 | Add garbage into pets chat commands to avoid broken antispam system in tmwa. | Andrei Karas | 1 | -5/+7 |
2014-12-28 | Allow change pet direction by pet emote key + move keys. | Andrei Karas | 2 | -1/+14 |