Age | Commit message (Expand) | Author | Files | Lines |
2017-08-23 | Add partial adding items into new mail message. | Andrei Karas | 1 | -3/+41 |
2017-08-22 | Remove some parentheses. | Andrei Karas | 1 | -4/+4 |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -2/+1 |
2017-08-14 | Dont try to draw hidden rows by filter in item container. | Andrei Karas | 1 | -4/+4 |
2017-08-13 | Change height in item containers if some items hidden by filter. | Andrei Karas | 1 | -5/+20 |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 |
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 |
2017-06-08 | Add missing consts or string references. | Andrei Karas | 1 | -2/+2 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -64/+70 |
2017-05-30 | Fix memory leak in itemcontainer cell image. | Andrei Karas | 1 | -0/+5 |
2017-05-02 | Remove extra includes. | Andrei Karas | 1 | -1/+0 |
2017-05-01 | Remove ServerFeatures haveCards because it depend only on server type. | Andrei Karas | 1 | -1/+2 |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 1 | -0/+12 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-09-20 | Dont allow try to insert items into each other in legacy server. | Andrei Karas | 1 | -0/+3 |
2016-08-25 | In item sorting by name in inventort sort by name with colors. | Andrei Karas | 1 | -5/+9 |
2016-08-25 | In inventory if item same sort it also by inventory index for remove random i... | Andrei Karas | 1 | -8/+44 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -22/+0 |
2016-04-26 | Split graphicsvetexes into multiply files. | Andrei Karas | 1 | -1/+1 |
2016-04-26 | Move graphicsvertexes into render/vertexes. | Andrei Karas | 1 | -1/+2 |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -1/+2 |
2016-03-24 | Rename enum ItemType into ItemDbType. | Andrei Karas | 1 | -2/+2 |
2016-03-24 | Change ItemType into strong typed enum. | Andrei Karas | 1 | -2/+2 |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 |
2016-02-08 | Remove useless variable from itemcontainer. | Andrei Karas | 1 | -2/+1 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -2/+2 |
2016-01-26 | Add support for move 1 amount of item to craft if hold stop attack key (left ... | Andrei Karas | 1 | -1/+6 |
2016-01-24 | Not allow add equipped items to craft inventory. | Andrei Karas | 1 | -0/+2 |
2016-01-08 | Allow drag & drop more than one amount at time in craft inventory. | Andrei Karas | 1 | -5/+24 |
2016-01-08 | Impliment craft inventory for moving items one by one. | Andrei Karas | 1 | -21/+12 |
2016-01-07 | Add partial implimentation for craft inventory. For now almost same with npc ... | Andrei Karas | 1 | -0/+69 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -1/+2 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -3/+3 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -32/+33 |
2015-11-16 | Convert DragDropSource enum into strong typed enum. | Andrei Karas | 1 | -37/+37 |
2015-11-03 | Fix removing items from npc inventory (restore amount in player inventory) | Andrei Karas | 1 | -1/+6 |
2015-11-02 | Allow add items to npc inventory from same slot multiple times. | Andrei Karas | 1 | -3/+7 |
2015-10-31 | Fix compilation warning. | Andrei Karas | 1 | -3/+2 |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 1 | -0/+11 |
2015-10-30 | Allow drag&drop items inside npc item container. | Andrei Karas | 1 | -4/+44 |
2015-10-30 | Fix resize item container in npc dialog. | Andrei Karas | 1 | -3/+5 |
2015-10-30 | Add item container max columns limit. | Andrei Karas | 1 | -11/+56 |
2015-10-30 | Add strong typed bool enum ShowEmptyRows and use it in itemcontainer. | Andrei Karas | 1 | -3/+8 |
2015-10-30 | Add strong typed bool enum ForceQuantity. | Andrei Karas | 1 | -3/+5 |
2015-10-30 | Add support in themes to draw each inventory cell background. | Andrei Karas | 1 | -3/+160 |
2015-10-30 | Allow add item by drag&drop into npc inventory to exact position. | Andrei Karas | 1 | -2/+3 |
2015-10-29 | Dont allow add same item twice into npc inventory. | Andrei Karas | 1 | -17/+2 |
2015-10-04 | Dont show popup in inventory if mouse present outside of item rectangle. | Andrei Karas | 1 | -1/+3 |
2015-08-21 | Use item tag for dragged items. | Andrei Karas | 1 | -1/+5 |