Age | Commit message (Expand) | Author | Files | Lines |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -7/+5 |
2015-08-21 | Add function for convert time diff to string. | Andrei Karas | 1 | -52/+2 |
2015-08-20 | Use separate icons palette. | Andrei Karas | 1 | -4/+0 |
2015-08-20 | /atkhuman now checks teamId and map pvp flag | Joseph Botosh | 1 | -2/+1 |
2015-08-17 | Dont use item palettes in createitems command. | Andrei Karas | 1 | -12/+1 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -7/+10 |
2015-08-09 | Add some missing checks to actions found by paranucker. | Andrei Karas | 1 | -33/+72 |
2015-07-25 | healmd checks healing radius | Joseph Botosh | 1 | -1/+16 |
2015-07-25 | remove duplicate checkAttackPermissions(target) for /atkhuman | Joseph Botosh | 1 | -5/+2 |
2015-07-25 | add targetingType feature | Joseph Botosh | 1 | -3/+3 |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 1 | -0/+2 |
2015-06-25 | Add NONNULL atribute into actions directory. | Andrei Karas | 1 | -0/+5 |
2015-06-25 | Add missing non null attributes into gui directory. | Andrei Karas | 1 | -1/+1 |
2015-06-14 | Rename CREATEWIDGET* macroses. | Andrei Karas | 1 | -3/+3 |
2015-06-14 | Use CREATEWIDGET macro in actions. | Andrei Karas | 1 | -9/+12 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+2 |
2015-06-01 | Convert DownloadStatus enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -1/+3 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -5/+14 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -1/+1 |
2015-05-25 | Fix buy/sell from personal shop in player stand very close to npc. | Andrei Karas | 1 | -6/+12 |
2015-05-25 | Dont set global color variables before drawing text. | Andrei Karas | 1 | -2/+4 |
2015-05-24 | From ChatTab::chatLog removed default parameter for message owner type. | Andrei Karas | 1 | -24/+49 |
2015-05-22 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -3/+9 |
2015-05-17 | Fix some issues after automatic checks. | Andrei Karas | 1 | -9/+11 |
2015-05-06 | Add strong typed bool type AllowSort. | Andrei Karas | 1 | -5/+5 |
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 |