Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+5 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-09 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2017-06-08 | Remove useless extern declarations. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-25 | Allow buy more than one item at vending shop at once. | Andrei Karas | 1 | -0/+6 | |
2016-02-08 | Add some missing const. | Andrei Karas | 1 | -1/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -11/+1 | |
2015-01-07 | eathena: add packet CMSG_VENDING_CREATE_SHOP 0x01b2. | Andrei Karas | 1 | -0/+6 | |
2015-01-07 | eathena: add packet CMSG_VENDING_BUY2 0x0801. | Andrei Karas | 1 | -0/+7 | |
2015-01-07 | eathena: add packet CMSG_VENDING_BUY 0x0134. | Andrei Karas | 1 | -0/+6 | |
2015-01-07 | eathena: add packet CMSG_VENDING_LIST_REQ 0x0130. | Andrei Karas | 1 | -0/+4 | |
2015-01-07 | eathena: add packet CMSG_VENDING_CLOSE 0x012e. | Andrei Karas | 1 | -0/+4 | |
2015-01-07 | Add empty vending handler. | Andrei Karas | 1 | -0/+45 | |