Age | Commit message (Expand) | Author | Files | Lines |
2016-09-27 | Add support for links to mercenaries. | Andrei Karas | 2 | -0/+13 |
2016-09-27 | Add support for links to homunculuses. | Andrei Karas | 2 | -0/+14 |
2016-09-27 | Add support for links to pets. | Andrei Karas | 1 | -0/+9 |
2016-09-27 | Add support for links to monsters. | Andrei Karas | 1 | -19/+36 |
2016-09-27 | Show theme info dialog as modal dialog. | Andrei Karas | 1 | -1/+1 |
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 | 5 | -16/+34 |
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 | 8 | -25/+99 |
2016-09-26 | Read all fields from new quest packets and send to quests and skills window. | Andrei Karas | 6 | -29/+45 |
2016-09-26 | Add paket SMSG_QUEST_ADD2 0x0b24. | Andrei Karas | 3 | -0/+24 |
2016-09-26 | Add packet SMSG_QUEST_LIST2 0x0b23. | Andrei Karas | 4 | -1/+26 |
2016-09-24 | Change verstion to 1.6.9.24v1.6.9.24 | Andrei Karas | 1 | -2/+2 |
2016-09-24 | Hide some includes from mplint. | Andrei Karas | 2 | -2/+2 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 263 | -1565/+1935 |
2016-09-21 | Fix reading all assigned keys for actions. | Andrei Karas | 1 | -0/+2 |
2016-09-21 | Allow assign key to action "Copy outfit to chat" | Andrei Karas | 1 | -3/+9 |
2016-09-21 | Add into outfits menu option to copy equipment from player into outfit. | Andrei Karas | 2 | -1/+5 |
2016-09-21 | Allow copy items from outfit into chat. | Andrei Karas | 8 | -1/+51 |
2016-09-21 | Fix code style. | Andrei Karas | 4 | -13/+13 |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 9 | -0/+19 |
2016-09-20 | Set scrollarea unselectable only if no scroll bars showed. | Andrei Karas | 3 | -1/+10 |
2016-09-20 | Set unselectable most parts of status window. | Andrei Karas | 4 | -0/+15 |
2016-09-20 | Add support for unselectable widgets. | Andrei Karas | 7 | -3/+25 |
2016-09-20 | Dont allow try to insert items into each other in legacy server. | Andrei Karas | 1 | -0/+3 |
2016-09-18 | Add serverFeature have flag. | Andrei Karas | 5 | -0/+16 |
2016-09-18 | Fix assert in sethair function. If some one set hair with id 0. | Andrei Karas | 1 | -5/+12 |
2016-09-17 | Remove extra include. | Andrei Karas | 1 | -1/+0 |
2016-09-17 | Fix tests compilation. | Andrei Karas | 1 | -1/+1 |
2016-09-17 | Add strong typed bool LoseFocusOnTab. | Andrei Karas | 9 | -11/+58 |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 66 | -134/+201 |
2016-09-17 | Use strong typed bool Move for move variable in window. | Andrei Karas | 3 | -5/+6 |
2016-09-17 | Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s... | Andrei Karas | 17 | -791/+617 |
2016-09-17 | Show money in vending shop report message. | Andrei Karas | 1 | -6/+19 |
2016-09-16 | Impliment packet CMSG_GUILD_INVITE2 0x0916 | Andrei Karas | 2 | -0/+7 |
2016-09-16 | Add missing server function descriptions for char server packets. | Andrei Karas | 1 | -11/+11 |
2016-09-16 | Remove another extra include. | Andrei Karas | 1 | -2/+0 |
2016-09-16 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2016-09-16 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 |
2016-09-15 | Fix leak in ItemAmountWindow. | Andrei Karas | 1 | -0/+2 |
2016-09-15 | Add support for drag and drop into shops. | Andrei Karas | 2 | -1/+52 |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 9 | -8/+63 |
2016-09-14 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2016-09-14 | Fix highlighted links drawing with bold text. | Andrei Karas | 1 | -2/+11 |
2016-09-13 | Add support for removepacket tag in network.xml | Andrei Karas | 4 | -8/+51 |
2016-09-13 | Add fake packets from network.xml if packet unused. | Andrei Karas | 6 | -2/+48 |
2016-09-13 | Add basic support for networkdb. | Andrei Karas | 6 | -0/+123 |
2016-09-13 | Add into xmlutils function for read xml file into int map. | Andrei Karas | 3 | -0/+92 |