Age | Commit message (Expand) | Author | Files | Lines |
2017-01-20 | Fix code style. | Andrei Karas | 1 | -0/+1 |
2017-01-19 | Dont clean online list if curl error happened (legacy server only) | Andrei Karas | 1 | -3/+3 |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 2 | -0/+14 |
2017-01-03 | Update copyright year. | Andrei Karas | 105 | -105/+105 |
2016-12-23 | Fix style issues. | Andrei Karas | 2 | -11/+8 |
2016-12-22 | Fix style issues. | Andrei Karas | 3 | -3/+4 |
2016-12-19 | Fix hair animation in char create dialog. | Andrei Karas | 1 | -0/+1 |
2016-12-16 | Fix style issues. | Andrei Karas | 1 | -1/+0 |
2016-12-16 | Remove extra break. | Andrei Karas | 1 | -1/+0 |
2016-12-16 | Fix hiding tabs in skill dialog. | Andrei Karas | 1 | -1/+10 |
2016-12-15 | Add special skills tab for unknown skills. | Andrei Karas | 2 | -0/+22 |
2016-12-15 | Dont show on start skill tabs without skills. | Andrei Karas | 2 | -29/+50 |
2016-12-15 | Add support for rectangular skills tabs. | Andrei Karas | 1 | -1/+26 |
2016-12-13 | Add support for possible new skill set types. | Andrei Karas | 1 | -14/+35 |
2016-12-12 | Fix too long lines. | Andrei Karas | 1 | -2/+4 |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 8 | -14/+14 |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 5 | -9/+9 |
2016-10-28 | Add missing consts references. | Andrei Karas | 1 | -1/+1 |
2016-10-09 | Add support for redirects in online list (legacy server). | Andrei Karas | 1 | -0/+1 |
2016-10-05 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -2/+1 |
2016-10-04 | Move npcactionstate into enums directory. | Andrei Karas | 2 | -30/+23 |
2016-10-04 | Move npcinputstate into enums directory. | Andrei Karas | 3 | -72/+63 |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 14 | -14/+28 |
2016-09-27 | Remove extra includes. | Andrei Karas | 2 | -2/+0 |
2016-09-27 | Remove extra include from questswindow.h | Andrei Karas | 1 | -1/+0 |
2016-09-27 | Use for links in updater window ItemLinkHandler. | Andrei Karas | 2 | -15/+6 |
2016-09-27 | Dont steal focus to updater window button. | Andrei Karas | 1 | -0/+1 |
2016-09-26 | Add support for links "news" and "copyright". | Andrei Karas | 4 | -16/+25 |
2016-09-26 | Fix long line in questswindow.cpp | Andrei Karas | 1 | -1/+2 |
2016-09-26 | Add support for quest fields in quests window. | Andrei Karas | 4 | -23/+44 |
2016-09-26 | Read all fields from new quest packets and send to quests and skills window. | Andrei Karas | 4 | -7/+23 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 23 | -74/+88 |
2016-09-21 | Allow copy items from outfit into chat. | Andrei Karas | 2 | -0/+26 |
2016-09-21 | Fix code style. | Andrei Karas | 1 | -4/+4 |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 7 | -0/+16 |
2016-09-20 | Set unselectable most parts of status window. | Andrei Karas | 1 | -0/+8 |
2016-09-20 | Add support for unselectable widgets. | Andrei Karas | 1 | -0/+3 |
2016-09-17 | Add strong typed bool LoseFocusOnTab. | Andrei Karas | 2 | -5/+10 |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 21 | -49/+68 |
2016-09-17 | Use strong typed bool Move for move variable in window. | Andrei Karas | 1 | -1/+1 |
2016-09-15 | Fix leak in ItemAmountWindow. | Andrei Karas | 1 | -0/+2 |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 2 | -3/+4 |
2016-09-11 | Remove support for legacy configuration in outfits. | Andrei Karas | 2 | -7/+3 |
2016-09-07 | Allow run commands if no tab selected in chat window. | Andrei Karas | 1 | -0/+2 |
2016-08-30 | Fix some leaks in unit tests. | Andrei Karas | 1 | -0/+13 |
2016-08-29 | Use time_t for time values. | Andrei Karas | 7 | -13/+13 |
2016-08-26 | Remove unused include. | Andrei Karas | 1 | -1/+0 |
2016-08-25 | Mark some methongs in BuyDialog for tmwa only. | Andrei Karas | 2 | -2/+19 |
2016-08-25 | Allow buy more than one item at vending shop at once. | Andrei Karas | 2 | -28/+66 |
2016-08-25 | Impliment packet SMSG_VENDING_BUY_ACK. | Andrei Karas | 1 | -0/+1 |