Age | Commit message (Expand) | Author | Files | Lines |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-23 | Add const attribute to being classes. | Andrei Karas | 1 | -6/+1 |
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-02 | Add intmap defines. | Andrei Karas | 1 | -2/+2 |
2015-05-29 | Fix compilation without C++11 flag. | Andrei Karas | 1 | -2/+2 |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -14/+23 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -4/+6 |
2015-05-24 | Remove simpletypes.h. | Andrei Karas | 1 | -1/+0 |
2015-05-24 | Move type Keep into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Sfx into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Trading into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Notify into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move simpletypes.h into directory simpletypes. | Andrei Karas | 1 | -1/+2 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -17/+19 |
2015-04-10 | Fix code style. | Andrei Karas | 1 | -0/+2 |
2015-04-06 | Fix compilation with some options. | Andrei Karas | 1 | -0/+1 |
2015-04-05 | On room creation show room name in general tab caption. | Andrei Karas | 1 | -0/+6 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+1 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 1 | -0/+2 |
2015-02-23 | eathena: fix crash if pet went outside of visible area. | Andrei Karas | 1 | -1/+1 |
2015-02-22 | eathena: allow move pet by left shift + cursor keys. | Andrei Karas | 1 | -0/+2 |
2015-02-02 | Set correct vending status to local player. | Andrei Karas | 1 | -0/+4 |
2015-01-23 | Add variable for cart window. | Andrei Karas | 1 | -0/+4 |
2015-01-06 | Move guildpositionflags.h into enums directory. | Andrei Karas | 1 | -1/+1 |
2015-01-06 | Move state.h into enums directory. | Andrei Karas | 1 | -1/+2 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-10-21 | Remove function setInventoryItem from playerinfo. | Andrei Karas | 1 | -6/+0 |
2014-10-06 | read guild position flags. | Andrei Karas | 1 | -0/+5 |
2014-09-25 | Add simple attack logic for mercenary and homunculus. | Andrei Karas | 1 | -0/+2 |
2014-09-25 | Add simple follow logic for mercenary and homunculus. | Andrei Karas | 1 | -0/+2 |
2014-09-25 | eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234. | Andrei Karas | 1 | -0/+4 |
2014-09-24 | eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230. | Andrei Karas | 1 | -0/+7 |
2014-09-23 | eathena: use petinfo for loading and storing data about pet. | Andrei Karas | 1 | -0/+7 |
2014-09-21 | Restore mercenary stats if it was respawned. | Andrei Karas | 1 | -0/+2 |
2014-09-21 | Use MercenaryInfo object for storing mercenary attributes. | Andrei Karas | 1 | -0/+6 |
2014-07-14 | Change refine type to uint8_t. | Andrei Karas | 1 | -1/+1 |
2014-06-02 | Add missing final/notfinal to classes. | Andrei Karas | 1 | -1/+1 |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -24/+0 |
2014-05-11 | Remove unused code from playerinfo. | Andrei Karas | 1 | -12/+0 |
2014-05-09 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2014-05-08 | Fix code style in being | Andrei Karas | 1 | -2/+2 |
2014-04-27 | Simplify triggerStat function. | Andrei Karas | 1 | -6/+1 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-10-06 | remove unused includes and remove default parameter in being. | Andrei Karas | 1 | -2/+0 |
2013-10-05 | add missing consts in playerinfo. | Andrei Karas | 1 | -7/+7 |
2013-10-04 | add pickup and drop sound effects. | Andrei Karas | 1 | -0/+5 |
2013-10-04 | add sound effects for equip/unequip/use items for local player. | Andrei Karas | 1 | -5/+7 |
2013-10-04 | move equip/unequip/use calls into playerinfo. | Andrei Karas | 1 | -0/+10 |
2013-09-09 | remove unused includes from being files. | Andrei Karas | 1 | -1/+0 |