Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-08-20 | Add chat command for show/change auto item party sharing.s20160820 | Andrei Karas | 1 | -0/+6 |
2016-08-19 | Add chat command for show/change share experience in party. | Andrei Karas | 1 | -49/+4 |
2016-08-19 | Add chat command for show/change share item drops in party. | Andrei Karas | 1 | -48/+3 |
2016-08-19 | Use input manager for most commands in party tab. | Andrei Karas | 1 | -18/+15 |
2016-08-19 | Use input manager for most commands in guild tab. | Andrei Karas | 1 | -9/+13 |
2016-08-19 | Use socialguildtab2.h only if tmwa compilation enabled. | Andrei Karas | 1 | -1/+4 |
2016-08-19 | Allow leave guild from social window menu. | Andrei Karas | 1 | -1/+7 |
2016-08-19 | Remove another extra include from socialwindow.cpp | Andrei Karas | 1 | -1/+0 |
2016-08-19 | Remove extra include from socialwindow.cpp | Andrei Karas | 1 | -2/+0 |
2016-08-18 | Remove empty line from popupmenu.cpp | Andrei Karas | 1 | -1/+0 |
2016-08-18 | Add baic menu into social window menu button. | Andrei Karas | 13 | -9/+181 |
2016-08-18 | Remove unuse event handlers in socialwindow. | Andrei Karas | 2 | -65/+0 |
2016-08-18 | Remove SocialWindow::showPartyCreate | Andrei Karas | 2 | -37/+0 |
2016-08-18 | Remove SocialWindow::showGuildCreate | Andrei Karas | 2 | -13/+0 |
2016-08-18 | Add some clang fixes. | Andrei Karas | 2 | -8/+9 |
2016-08-18 | Remove createpartypopup class. | Andrei Karas | 3 | -105/+0 |
2016-08-18 | Remove invite and leave buttons from social window. | Andrei Karas | 2 | -14/+4 |
2016-08-16 | Trigger asserts if unknown commands executed in popup menu or in chat. | Andrei Karas | 1 | -1/+2 |
2016-08-15 | Cast skills with offsets. | Andrei Karas | 2 | -25/+77 |
2016-08-15 | Copy skill cast offset to shortcuts. | Andrei Karas | 4 | -15/+45 |
2016-08-15 | Show selected skill cast offset in skill popup. | Andrei Karas | 1 | -0/+7 |
2016-08-15 | Change cast offset in skills dialog. | Andrei Karas | 4 | -0/+84 |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 4 | -4/+4 |
2016-08-15 | Move itemdbtype.h into item directory. | Andrei Karas | 1 | -1/+1 |
2016-08-15 | Move skilltype.h and skilltype2.h into skill directory. | Andrei Karas | 1 | -2/+1 |