Age | Commit message (Expand) | Author | Files | Lines |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-29 | Move item into item directory. | Andrei Karas | 1 | -1/+2 |
2015-12-23 | Add const attribute to being classes. | Andrei Karas | 1 | -4/+0 |
2015-11-18 | Fix code style in beingequipbackend and add some consts to it. | Andrei Karas | 1 | -1/+1 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -1/+1 |
2015-11-16 | Convert State enum into strong typed. | Andrei Karas | 1 | -1/+1 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -2/+2 |
2015-08-09 | Add some missing checks to being found by paranucker. | Andrei Karas | 1 | -17/+31 |
2015-07-14 | Add ability for insert cards into items. | Andrei Karas | 1 | -0/+16 |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -14/+15 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -10/+11 |
2015-05-07 | Remove npcpostdialog. | Andrei Karas | 1 | -3/+1 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -35/+39 |
2015-04-05 | On room creation show room name in general tab caption. | Andrei Karas | 1 | -0/+16 |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+1 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -10/+9 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 1 | -4/+2 |
2015-02-28 | Build homunculushandler only if eathena enabled. | Andrei Karas | 1 | -0/+4 |
2015-02-23 | eathena: fix crash if pet went outside of visible area. | Andrei Karas | 1 | -6/+9 |
2015-02-22 | eathena: allow move pet by left shift + cursor keys. | Andrei Karas | 1 | -0/+9 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -2/+2 |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -2/+2 |
2015-02-02 | Set correct vending status to local player. | Andrei Karas | 1 | -0/+11 |
2015-01-24 | Move inventory type into separate file. | Andrei Karas | 1 | -3/+4 |
2015-01-23 | Add variable for cart window. | Andrei Karas | 1 | -0/+16 |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -2/+3 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-10-25 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2014-10-21 | Remove function setInventoryItem from playerinfo. | Andrei Karas | 1 | -11/+0 |
2014-10-20 | Remove item default parameters. | Andrei Karas | 1 | -1/+1 |
2014-10-06 | read guild position flags. | Andrei Karas | 1 | -0/+11 |
2014-10-01 | Move ATK stat from net enum into attributes. | Andrei Karas | 1 | -9/+5 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2014-09-25 | Add simple attack logic for mercenary and homunculus. | Andrei Karas | 1 | -0/+8 |
2014-09-25 | Add simple follow logic for mercenary and homunculus. | Andrei Karas | 1 | -0/+10 |
2014-09-25 | eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234. | Andrei Karas | 1 | -0/+10 |
2014-09-25 | Fix homunculus name detection. | Andrei Karas | 1 | -1/+1 |
2014-09-24 | eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230. | Andrei Karas | 1 | -0/+22 |
2014-09-23 | eathena: use petinfo for loading and storing data about pet. | Andrei Karas | 1 | -0/+23 |
2014-09-21 | Restore all usable mercenary stats if it respawned. | Andrei Karas | 1 | -0/+2 |
2014-09-21 | Restore mercenary stats if it was respawned. | Andrei Karas | 1 | -0/+9 |
2014-09-21 | Use MercenaryInfo object for storing mercenary attributes. | Andrei Karas | 1 | -0/+15 |
2014-09-17 | Remove getter for playerHandler. | Andrei Karas | 1 | -2/+2 |
2014-09-17 | Remove getter for inventoryHandler. | Andrei Karas | 1 | -11/+11 |
2014-07-14 | Change refine type to uint8_t. | Andrei Karas | 1 | -1/+1 |
2014-05-19 | Move itemsoundevent into separate file. | Andrei Karas | 1 | -11/+11 |
2014-05-19 | Move itemtype into separate file. | Andrei Karas | 1 | -2/+2 |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -5/+8 |
2014-05-08 | Fix code style in being | Andrei Karas | 1 | -2/+2 |
2014-04-27 | Remove depricated event and depricated listener. | Andrei Karas | 1 | -1/+0 |