Age | Commit message (Expand) | Author | Files | Lines |
2016-08-24 | Remove useless includes. | Andrei Karas | 2 | -10/+0 |
2016-08-24 | Remove empty line from being.cpp. | Andrei Karas | 1 | -1/+0 |
2016-08-24 | Move ai attributes reading into BeingCommon. | Andrei Karas | 4 | -80/+50 |
2016-08-24 | Add homunculus/mercenary basic ai logic. | Andrei Karas | 2 | -194/+287 |
2016-08-24 | Fix homunculus and mercenary move packets. | Andrei Karas | 2 | -2/+2 |
2016-08-24 | Remove function PlayerInfo::updateMoveAI. | Andrei Karas | 3 | -12/+0 |
2016-08-24 | Remove pet id from item db. | Andrei Karas | 3 | -12/+0 |
2016-08-24 | Move custom ai options from petdb into homunculusdb and mercenarydb. | Andrei Karas | 3 | -43/+80 |
2016-08-24 | Remove some more local pet related code. | Andrei Karas | 3 | -52/+0 |
2016-08-24 | Remove unused pet handler methods and fields. | Andrei Karas | 11 | -89/+27 |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 13 | -408/+10 |
2016-08-23 | Remove extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-23 | Add check for cards for existing item id. | Andrei Karas | 3 | -0/+16 |
2016-08-23 | Add support for equipment particles effects from dyes. | Andrei Karas | 2 | -1/+71 |
2016-08-22 | Add some missing consts. | Andrei Karas | 17 | -27/+30 |
2016-08-22 | Add some cppcheck fixes. | Andrei Karas | 2 | -6/+9 |
2016-08-21 | Improve move3 packet handling for local player and for empty path. | Andrei Karas | 1 | -8/+7 |
2016-08-21 | In social window, guild menu add command for change guild notice. | Andrei Karas | 2 | -0/+13 |
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 | 6 | -0/+81 |
2016-08-20 | Allow get auto item share party option. | Andrei Karas | 7 | -1/+77 |
2016-08-20 | Split processPartySettingsContinue. | Andrei Karas | 4 | -8/+14 |
2016-08-20 | Fix getting party settings. | Andrei Karas | 1 | -6/+6 |
2016-08-19 | Fix reading packet SMSG_PARTY_INFO if it was sent in wrong way. | Andrei Karas | 1 | -1/+2 |
2016-08-19 | Add chat command for show/change share experience in party. | Andrei Karas | 6 | -49/+79 |
2016-08-19 | Add chat command for show/change share item drops in party. | Andrei Karas | 6 | -49/+79 |
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 | Add chat command guildnotice for set guild notice message. | Andrei Karas | 5 | -0/+24 |
2016-08-19 | Use socialguildtab2.h only if tmwa compilation enabled. | Andrei Karas | 3 | -3/+6 |
2016-08-19 | Fix removing local player from guild. | Andrei Karas | 1 | -0/+1 |
2016-08-19 | Allow leave guild from social window menu. | Andrei Karas | 1 | -1/+7 |
2016-08-19 | Allow create party and guild not only from chat but from menu too. | Andrei Karas | 1 | -2/+1 |
2016-08-19 | Add chat command for leave guild. | Andrei Karas | 5 | -0/+21 |
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 | Fix another style issue. | Andrei Karas | 1 | -5/+7 |
2016-08-18 | Fix some style issues. | Andrei Karas | 9 | -127/+131 |
2016-08-18 | Remove empty line from popupmenu.cpp | Andrei Karas | 1 | -1/+0 |
2016-08-18 | Update translations again. | Andrei Karas | 23 | -11051/+14054 |
2016-08-18 | Update translations. | Andrei Karas | 23 | -4041/+2133 |
2016-08-18 | In bmake0 script swtich compiler to default gcc. | Andrei Karas | 1 | -2/+2 |
2016-08-18 | Add baic menu into social window menu button. | Andrei Karas | 14 | -15/+191 |
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 | 6 | -13/+21 |
2016-08-18 | Remove createpartypopup class. | Andrei Karas | 5 | -107/+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 | 2 | -1/+9 |