Age | Commit message (Expand) | Author | Files | Lines |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 |
2016-02-03 | Add chat command /seen for show seen informatin abount nick. | Andrei Karas | 1 | -0/+46 |
2016-01-27 | Remove popup action "copy bar to chat" | Andrei Karas | 1 | -0/+10 |
2016-01-27 | Remove action "reset yellow bar" from context menu. | Andrei Karas | 1 | -0/+6 |
2016-01-27 | Improve undress popup menu item. | Andrei Karas | 1 | -2/+17 |
2016-01-27 | Add quick shortcuts for add selected item to each craft inventory slot. | Andrei Karas | 1 | -0/+14 |
2016-01-07 | Add partial implimentation for craft inventory. For now almost same with npc ... | Andrei Karas | 1 | -0/+1 |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -0/+7 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -3/+4 |
2015-12-17 | Add support for full screen in nacl. | Andrei Karas | 1 | -2/+2 |
2015-12-14 | Move skillconsts from resources int consts directory. | Andrei Karas | 1 | -1/+2 |
2015-12-13 | Move spells and graphics related constants into separate files. | Andrei Karas | 1 | -0/+2 |
2015-12-13 | Not build unsupported render backends on nacl. | Andrei Karas | 1 | -1/+1 |
2015-11-22 | Allow drag skill with any selected level to shortcuts window. | Andrei Karas | 1 | -1/+2 |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -1/+10 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -14/+15 |
2015-10-08 | Add chat command /testinfo for output some debug parameters to log. | Andrei Karas | 1 | -0/+11 |
2015-09-26 | Disable differnt heal or magic action on non tmwa servers. | Andrei Karas | 1 | -0/+17 |
2015-09-21 | Add option for auto target skill to closest target. | Andrei Karas | 1 | -1/+2 |
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 |