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-07-13 | Set group id from net code to not only local player. | Andrei Karas | 1 | -2/+6 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Add packet SMSG_PLAYER_ATTRS 0x0b25. | Andrei Karas | 1 | -0/+14 | |
It allow set local player attributes from server. For now it send real group id. | |||||
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -22/+22 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -12/+12 | |
2016-09-12 | Add packet SMSG_PLAYER_HEAL 0x0a27. | Andrei Karas | 1 | -1/+5 | |
2016-07-25 | Fix too big lines. | Andrei Karas | 1 | -6/+12 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -29/+31 | |
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 1 | -0/+9 | |
2016-05-29 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2016-05-06 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-04-27 | Add packet SMSG_PLAYER_KILLED_BY 0x0b1d. | Andrei Karas | 1 | -1/+29 | |
Change protocol version to 17. | |||||
2016-04-23 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-04-14 | Move function PlayerRecv::processPlayerClientCommand into ea namespace. | Andrei Karas | 1 | -15/+0 | |
2016-04-01 | Add packet SMSG_PLAYER_SHORTCUTS 0x07d9. | Andrei Karas | 1 | -1/+2 | |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 1 | -1/+1 | |
2016-03-08 | Rename Sp attributes to server values. Also add missing values for hercules. | Andrei Karas | 1 | -1/+1 | |
2016-03-08 | Move stat constants from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -3/+3 | |
Also rename constants namespace from Ea to Sp. | |||||
2016-03-08 | Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp. | Andrei Karas | 1 | -2/+21 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -3/+3 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-06 | Add packet SMSG_DRESS_ROOM_OPEN 0x0a02. | Andrei Karas | 1 | -0/+6 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from ↵ | Andrei Karas | 1 | -1/+1 | |
remote usage. | |||||
2015-09-11 | Fix code style. | Andrei Karas | 1 | -3/+0 | |
2015-09-06 | Readd packet SMSG_MAP_MASK (tmwa) | Andrei Karas | 1 | -9/+0 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -3/+1 | |
2015-08-30 | Move receive code from playerhandler into separate file. | Andrei Karas | 1 | -0/+436 | |