Age | Commit message (Expand) | Author | Files | Lines |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -4/+4 |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 1 | -1/+1 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+4 |
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 | -5/+4 |
2015-03-13 | fix code style. | Andrei Karas | 1 | -1/+3 |
2015-02-28 | Build vendinghandler only if eathena enabled. | Andrei Karas | 1 | -0/+2 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 1 | -0/+4 |
2015-02-27 | Build buyingstorehandler only if eathena enabled. | Andrei Karas | 1 | -0/+2 |
2015-02-18 | Add key to heal most damaged player | Joseph Botosh | 1 | -0/+15 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST. | Andrei Karas | 1 | -2/+6 |
2015-02-02 | add buy dialog for vending shop. | Andrei Karas | 1 | -2/+7 |
2015-01-30 | Fix code style. | Andrei Karas | 1 | -3/+5 |
2015-01-24 | Move inventory type into separate file. | Andrei Karas | 1 | -12/+12 |
2015-01-19 | Extend chat command /tagetattack to support mob name parameter. | Andrei Karas | 1 | -6/+18 |
2015-01-14 | Fix compilation warning. | Andrei Karas | 1 | -0/+1 |
2015-01-11 | Remove popup handler "clear drops". | Andrei Karas | 1 | -0/+6 |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+2 |
2015-01-06 | Move dialogtype.h into enums directory. | Andrei Karas | 1 | -1/+2 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-27 | Move pets actions into pets.cpp. | Andrei Karas | 1 | -34/+0 |
2014-12-23 | Add item type to item object. | Andrei Karas | 1 | -2/+2 |
2014-12-22 | Fix /buy and /sell commands for players outside of visible range. | Andrei Karas | 1 | -2/+21 |
2014-12-19 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2014-12-14 | Add chat command for kick player/mobs. | Andrei Karas | 1 | -0/+22 |
2014-12-13 | Add chat command for unprotect item. | Andrei Karas | 1 | -0/+8 |
2014-12-13 | Add chat command for protect item. | Andrei Karas | 1 | -0/+8 |
2014-12-13 | Add chat command for move item from storage to inventory. | Andrei Karas | 1 | -9/+41 |
2014-12-13 | Add chat command for add item to trade. | Andrei Karas | 1 | -0/+18 |
2014-12-13 | Improve /invtostorage chat command. | Andrei Karas | 1 | -39/+47 |
2014-12-13 | Remove chat command variation invtostorage*. | Andrei Karas | 1 | -54/+0 |
2014-12-13 | Extend chat command invtostorage with amount parameter. | Andrei Karas | 1 | -2/+44 |
2014-12-13 | Add chat command for move all items from inventory to storage. | Andrei Karas | 1 | -0/+13 |
2014-12-13 | Add chat command for move all except 1 items from inventory to storage. | Andrei Karas | 1 | -0/+13 |
2014-12-13 | Add chat command for move half items from inventory to storage. | Andrei Karas | 1 | -0/+13 |
2014-12-13 | Add chat command for move 10 items from inventory to storage. | Andrei Karas | 1 | -0/+16 |
2014-12-13 | Simplify actions based on inventory index. | Andrei Karas | 1 | -27/+16 |
2014-12-13 | Add chat command for move item from inventory to storage. | Andrei Karas | 1 | -0/+13 |
2014-12-13 | Add chat command for using item by inventory index. | Andrei Karas | 1 | -0/+12 |
2014-12-13 | Add chat command for drop all item by inventory index. | Andrei Karas | 1 | -0/+13 |
2014-12-13 | Add chat command for drop item by inventory index. | Andrei Karas | 1 | -0/+16 |
2014-12-12 | Add chat command for drop all items in stack with given id. | Andrei Karas | 1 | -0/+14 |
2014-12-12 | Add chat command for drop item by id and amount dialog. | Andrei Karas | 1 | -0/+19 |
2014-12-12 | Fix compilation warnings. | Andrei Karas | 1 | -0/+1 |
2014-12-12 | Add chat command for use item by id. | Andrei Karas | 1 | -0/+28 |
2014-12-12 | Remove "pickup" popup menu handler. | Andrei Karas | 1 | -3/+12 |
2014-12-11 | Remove "heal" popup menu handler. | Andrei Karas | 1 | -3/+14 |
2014-12-11 | Remove "attack" popup menu handler. | Andrei Karas | 1 | -2/+14 |
2014-12-09 | Extend talk chat command like buy and sell commands. | Andrei Karas | 1 | -23/+29 |
2014-12-09 | move buy and sell actions from commands.c to actions.c file. | Andrei Karas | 1 | -0/+65 |