Age | Commit message (Expand) | Author | Files | Lines |
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 | 62 | -254/+331 |
2016-09-21 | Add into outfits menu option to copy equipment from player into outfit. | Andrei Karas | 1 | -0/+4 |
2016-09-21 | Allow copy items from outfit into chat. | Andrei Karas | 3 | -0/+30 |
2016-09-21 | Fix code style. | Andrei Karas | 1 | -4/+4 |
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-17 | Fix tests compilation. | Andrei Karas | 1 | -1/+1 |
2016-09-17 | Add strong typed bool LoseFocusOnTab. | Andrei Karas | 6 | -11/+23 |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 62 | -133/+165 |
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 | 1 | -9/+9 |
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 | 1 | -0/+49 |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 5 | -8/+25 |
2016-09-14 | Fix highlighted links drawing with bold text. | Andrei Karas | 1 | -2/+11 |
2016-09-11 | Remove support for legacy configuration in ShortcutBase.s20160911 | Andrei Karas | 2 | -7/+3 |
2016-09-11 | Remove support for legacy configuration in ItemShortcut. | Andrei Karas | 2 | -7/+3 |
2016-09-11 | Remove support for legacy configuration in outfits. | Andrei Karas | 2 | -7/+3 |
2016-09-08 | Add esperanto language in language selection. | Andrei Karas | 1 | -2/+4 |
2016-09-07 | Allow run commands if no tab selected in chat window. | Andrei Karas | 1 | -0/+2 |
2016-09-03 | Add option for create custom OpenGL context. | Andrei Karas | 1 | -0/+4 |
2016-08-30 | Remove another extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-30 | Disable npc dialog test again. | Andrei Karas | 1 | -5/+4 |
2016-08-30 | Enable test for npc dialog. | Andrei Karas | 1 | -4/+5 |
2016-08-30 | Fix some leaks in unit tests. | Andrei Karas | 3 | -1/+14 |
2016-08-29 | Add some cleanup calls in unit tests. | Andrei Karas | 2 | -13/+15 |
2016-08-29 | Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds. | Andrei Karas | 2 | -0/+9 |
2016-08-29 | Fix some cast issues. | Andrei Karas | 1 | -1/+1 |
2016-08-29 | Use time_t for time values. | Andrei Karas | 15 | -21/+21 |
2016-08-28 | Fix unit tests with SDL2. | Andrei Karas | 1 | -1/+10 |
2016-08-28 | Add unit tests for resource manager. | Andrei Karas | 1 | -0/+3 |
2016-08-26 | Remove unused include. | Andrei Karas | 1 | -1/+0 |
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-08-25 | Add into item popup menu for gm way to add same items with some amount. | Andrei Karas | 1 | -0/+19 |
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 |
2016-08-24 | Remove unused pet handler methods and fields. | Andrei Karas | 1 | -1/+1 |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 5 | -126/+5 |
2016-08-22 | Add some missing consts. | Andrei Karas | 2 | -2/+2 |
2016-08-21 | In social window, guild menu add command for change guild notice. | Andrei Karas | 1 | -0/+4 |
2016-08-21 | Hide create/leave guild menu items in tmwa. | Andrei Karas | 1 | -11/+15 |