mana/plus/src/net/eathena/playerrecv.cpp, branch s20170725 Advanced game client for tmwAthena and Evol2 servers. http://cgit.themanaworld.org/mana/plus/atom?h=s20170725 2017-07-13T22:31:22Z Replace std::vector into macro STD_VECTOR. 2017-07-13T22:31:22Z Andrei Karas akaras@inbox.ru 2017-07-13T22:31:22Z urn:sha1:311c175f3184103950c72bc5c775174597430b83 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. Set group id from net code to not only local player. 2017-07-12T21:47:48Z Andrei Karas akaras@inbox.ru 2017-07-12T18:05:31Z urn:sha1:f085c8aed70d5efaaccfa7a4e2cac4a840935165 Rename gm level into group id in localplayer.cpp 2017-07-12T18:12:24Z Andrei Karas akaras@inbox.ru 2017-07-12T16:32:30Z urn:sha1:03948f9bc58477100c61c11651290bee372dab5f Add packet SMSG_PLAYER_ATTRS 0x0b25. 2017-07-12T16:20:20Z Andrei Karas akaras@inbox.ru 2017-07-12T15:34:00Z urn:sha1:64d81679e4fbaba26cd538669a394070e9aa7c44 It allow set local player attributes from server. For now it send real group id. Fix clang-tidy check readability-implicit-bool-cast. 2017-06-07T16:23:40Z Andrei Karas akaras@inbox.ru 2017-06-06T20:34:34Z urn:sha1:36ba43d6ea38062b17f7e63ef659962bfc51c64d Update copyright year. 2017-01-03T13:48:28Z Andrei Karas akaras@inbox.ru 2017-01-03T13:48:28Z urn:sha1:a0451aa4e93b10ad2e50d5c4d59116f888aeacd5 Fix typo implimented -> implemented. 2016-11-11T16:21:51Z Andrei Karas akaras@inbox.ru 2016-11-11T16:21:51Z urn:sha1:4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 Add packet SMSG_PLAYER_HEAL 0x0a27. 2016-09-12T14:09:51Z Andrei Karas akaras@inbox.ru 2016-09-12T14:09:51Z urn:sha1:2507f262167386f83b46c4726f5d66fb99dad104 Fix too big lines. 2016-07-25T16:55:16Z Andrei Karas akaras@inbox.ru 2016-07-25T16:55:16Z urn:sha1:6afbd218f72684241e34e3561c900f41a5542010 Add into player attributes prefix PLAYER_. 2016-07-24T23:30:47Z Andrei Karas akaras@inbox.ru 2016-07-24T23:30:47Z urn:sha1:c9795055ee1b6079ef9b0c0e3faf4bb79704bd98
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>mana/plus/src/net/eathena/playerrecv.cpp, branch s20170725</title>
<subtitle>Advanced game client for tmwAthena and Evol2 servers.</subtitle>
<id>http://cgit.themanaworld.org/mana/plus/atom?h=s20170725</id>
<link rel="self" href="http://cgit.themanaworld.org/mana/plus/atom?h=s20170725"/>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/"/>
<updated>2017-07-13T22:31:22Z</updated>
<entry>
<title>Replace std::vector into macro STD_VECTOR.</title>
<updated>2017-07-13T22:31:22Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-07-13T22:31:22Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=311c175f3184103950c72bc5c775174597430b83"/>
<id>urn:sha1:311c175f3184103950c72bc5c775174597430b83</id>
<content type="text"> 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. </content>
</entry>
<entry>
<title>Set group id from net code to not only local player.</title>
<updated>2017-07-12T21:47:48Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-07-12T18:05:31Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=f085c8aed70d5efaaccfa7a4e2cac4a840935165"/>
<id>urn:sha1:f085c8aed70d5efaaccfa7a4e2cac4a840935165</id>
<content type="text"> </content>
</entry>
<entry>
<title>Rename gm level into group id in localplayer.cpp</title>
<updated>2017-07-12T18:12:24Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-07-12T16:32:30Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=03948f9bc58477100c61c11651290bee372dab5f"/>
<id>urn:sha1:03948f9bc58477100c61c11651290bee372dab5f</id>
<content type="text"> </content>
</entry>
<entry>
<title>Add packet SMSG_PLAYER_ATTRS 0x0b25.</title>
<updated>2017-07-12T16:20:20Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-07-12T15:34:00Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=64d81679e4fbaba26cd538669a394070e9aa7c44"/>
<id>urn:sha1:64d81679e4fbaba26cd538669a394070e9aa7c44</id>
<content type="text"> It allow set local player attributes from server. For now it send real group id. </content>
</entry>
<entry>
<title>Fix clang-tidy check readability-implicit-bool-cast.</title>
<updated>2017-06-07T16:23:40Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-06-06T20:34:34Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=36ba43d6ea38062b17f7e63ef659962bfc51c64d"/>
<id>urn:sha1:36ba43d6ea38062b17f7e63ef659962bfc51c64d</id>
<content type="text"> </content>
</entry>
<entry>
<title>Update copyright year.</title>
<updated>2017-01-03T13:48:28Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2017-01-03T13:48:28Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=a0451aa4e93b10ad2e50d5c4d59116f888aeacd5"/>
<id>urn:sha1:a0451aa4e93b10ad2e50d5c4d59116f888aeacd5</id>
<content type="text"> </content>
</entry>
<entry>
<title>Fix typo implimented -> implemented.</title>
<updated>2016-11-11T16:21:51Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2016-11-11T16:21:51Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=4b1002f7c5fad28e39581161c1bf03dbdd1b7b54"/>
<id>urn:sha1:4b1002f7c5fad28e39581161c1bf03dbdd1b7b54</id>
<content type="text"> </content>
</entry>
<entry>
<title>Add packet SMSG_PLAYER_HEAL 0x0a27.</title>
<updated>2016-09-12T14:09:51Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2016-09-12T14:09:51Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=2507f262167386f83b46c4726f5d66fb99dad104"/>
<id>urn:sha1:2507f262167386f83b46c4726f5d66fb99dad104</id>
<content type="text"> </content>
</entry>
<entry>
<title>Fix too big lines.</title>
<updated>2016-07-25T16:55:16Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2016-07-25T16:55:16Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=6afbd218f72684241e34e3561c900f41a5542010"/>
<id>urn:sha1:6afbd218f72684241e34e3561c900f41a5542010</id>
<content type="text"> </content>
</entry>
<entry>
<title>Add into player attributes prefix PLAYER_.</title>
<updated>2016-07-24T23:30:47Z</updated>
<author>
<name>Andrei Karas</name>
<email>akaras@inbox.ru</email>
</author>
<published>2016-07-24T23:30:47Z</published>
<link rel="alternate" type="text/html" href="http://cgit.themanaworld.org/mana/plus/commit/?id=c9795055ee1b6079ef9b0c0e3faf4bb79704bd98"/>
<id>urn:sha1:c9795055ee1b6079ef9b0c0e3faf4bb79704bd98</id>
<content type="text"> </content>
</entry>
</feed>