Age | Commit message (Expand) | Author | Files | Lines |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -18/+0 |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -4/+9 |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -5/+24 |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -3/+5 |
2016-02-08 | Fix small performance issues. | Andrei Karas | 1 | -2/+2 |
2016-02-08 | Add some missing checks and remove useless checks. | Andrei Karas | 1 | -22/+6 |
2016-01-07 | Move invetory into inventory directory. | Andrei Karas | 1 | -1/+2 |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -10/+43 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -2/+2 |
2015-12-29 | Move shopitem into item directory. | Andrei Karas | 1 | -1/+2 |
2015-12-14 | Move chatconsts into const directory. | Andrei Karas | 1 | -1/+1 |
2015-11-11 | Fix compilation warning. | Andrei Karas | 1 | -2/+0 |
2015-11-11 | In personal shops in sell dialog shop no existing items with amount 0 and dis... | Andrei Karas | 1 | -4/+14 |
2015-09-08 | Add some missing item colors. | Andrei Karas | 1 | -3/+1 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -11/+14 |
2015-06-14 | Use CREATEWIDGET macro in shopwindow. | Andrei Karas | 1 | -15/+14 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -2/+2 |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -1/+2 |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -3/+5 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -4/+7 |
2015-03-29 | Fix memory leak in shop window on exit. | Andrei Karas | 1 | -0/+1 |
2015-03-23 | Fix memory leak in ShopWindow. | Andrei Karas | 1 | -0/+2 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -12/+27 |
2015-02-27 | Fix compilation with eathena only. | Andrei Karas | 1 | -34/+38 |
2015-02-16 | Build vendingslotslistener only if eathena support enabled. | Andrei Karas | 1 | -8/+10 |
2015-02-16 | Build vendingmodelistener only if eathena support enabled. | Andrei Karas | 1 | -10/+10 |
2015-02-16 | Build buyingstoreslotslistener only if eathena support enabled. | Andrei Karas | 1 | -4/+4 |
2015-02-16 | Build buyingstoremodelistener only if eathena support enabled. | Andrei Karas | 1 | -0/+4 |
2015-02-15 | fix enable/disable add/remove buttons in shop window in buy dialog. | Andrei Karas | 1 | -2/+3 |
2015-02-15 | Allow add to buying shop item from inventory. Before was from cart. | Andrei Karas | 1 | -1/+1 |
2015-02-15 | allow unpublish buying store shop. | Andrei Karas | 1 | -7/+18 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS. | Andrei Karas | 1 | -0/+11 |
2015-02-14 | Enable publish button in personal buy shop only if it allowed by server. | Andrei Karas | 1 | -3/+13 |
2015-02-14 | Add basic support for buying store. | Andrei Karas | 1 | -47/+68 |
2015-02-08 | Fix compilation without eathena support. | Andrei Karas | 1 | -0/+6 |
2015-02-03 | Change button text for unpublish shop. | Andrei Karas | 1 | -1/+1 |
2015-02-03 | eathena: allow rename shop. | Andrei Karas | 1 | -7/+44 |
2015-02-03 | Fix buttons in shop window based on state. | Andrei Karas | 1 | -3/+11 |
2015-02-02 | Fix wening shop if item amount in shop more than present in cart. | Andrei Karas | 1 | -1/+3 |
2015-02-02 | Set correct vending status to local player. | Andrei Karas | 1 | -35/+56 |
2015-02-02 | eathena: add support for creating vending shop. | Andrei Karas | 1 | -15/+86 |
2015-01-30 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2015-01-27 | Redesign shop window into tabbed window. | Andrei Karas | 1 | -86/+99 |
2015-01-14 | For trade tab use channel to send messages. | Andrei Karas | 1 | -2/+2 |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+2 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-23 | Add item type to item object. | Andrei Karas | 1 | -8/+14 |