Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
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-31 | Allow buy multiply items at once from cash shops. | Andrei Karas | 1 | -1/+2 | |
2017-01-20 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-02-08 | Add some missing const. | Andrei Karas | 1 | -1/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-04 | Allow buy from npc shop or from market more than one of item at one transaction. | Andrei Karas | 1 | -0/+4 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -11/+1 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+1 | |
2015-03-29 | eathena: add packet CMSG_NPC_CASH_SHOP_SCHEDULE 0x08c9. | Andrei Karas | 1 | -0/+4 | |
2015-03-29 | eathena: add packet CMSG_NPC_CASH_SHOP_REQUEST_TAB 0x0846. | Andrei Karas | 1 | -0/+4 | |
2015-03-29 | eathena: add packet CMSG_NPC_CASH_SHOP_OPEN 0x0844. | Andrei Karas | 1 | -0/+4 | |
2015-03-26 | eathena: add packet CMSG_NPC_CASH_SHOP_CLOSE 0x084a. | Andrei Karas | 1 | -0/+4 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-24 | eathena: add support for buy from cash shop. | Andrei Karas | 1 | -4/+4 | |
2014-12-24 | eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288. | Andrei Karas | 1 | -0/+7 | |
2014-09-15 | Add empty cashshophandler. | Andrei Karas | 1 | -0/+45 | |