Age | Commit message (Expand) | Author | Files | Lines |
2016-02-06 | Add missing check. | Andrei Karas | 1 | -1/+2 |
2016-02-05 | Fix unit tests compilation. | Andrei Karas | 1 | -3/+0 |
2016-02-05 | Fix old compilers again. | Andrei Karas | 1 | -1/+1 |
2016-02-05 | Allow to show images in npc dialogs. | Andrei Karas | 1 | -0/+1 |
2016-02-05 | Fix old compilers again. | Andrei Karas | 1 | -1/+1 |
2016-02-05 | Fix compilation without C++11 flags. | Andrei Karas | 2 | -2/+2 |
2016-02-05 | Add support for play animation in cutins. | Andrei Karas | 4 | -22/+51 |
2016-02-05 | Impliment packet SMSG_NPC_CUTIN. Add support for cutins. | Andrei Karas | 10 | -6/+260 |
2016-02-04 | Extend chat command /all to log corruption in actors lists. | Andrei Karas | 2 | -8/+35 |
2016-02-04 | Improve search being by id. | Andrei Karas | 2 | -13/+39 |
2016-02-03 | Fix compilation warning. | Andrei Karas | 1 | -2/+2 |
2016-02-03 | Disable by defauly id/last seen collecting. | Andrei Karas | 1 | -1/+1 |
2016-02-03 | Update last seen also from online list. | Andrei Karas | 3 | -8/+36 |
2016-02-03 | Add missing file into make file. | Andrei Karas | 1 | -0/+1 |
2016-02-03 | Update descript for option for collecting ids and seen log. | Andrei Karas | 1 | -1/+1 |
2016-02-03 | Use date with time in seen and id logging files. | Andrei Karas | 3 | -1/+14 |
2016-02-03 | Add misisng check in map reader. | Andrei Karas | 1 | -1/+2 |
2016-02-03 | Add chat command /seen for show seen informatin abount nick. | Andrei Karas | 5 | -0/+55 |
2016-02-03 | Also store last seen for each player. | Andrei Karas | 1 | -2/+10 |
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 8 | -11/+65 |
2016-02-03 | Add missing translators comments. | Andrei Karas | 1 | -0/+2 |
2016-02-03 | Read full packet SMSG_BEING_EMOTION in all cases. | Andrei Karas | 1 | -0/+2 |
2016-02-03 | Fix packets mapping for plain hercules. | Andrei Karas | 1 | -1/+1 |
2016-02-03 | Add option in settings to allow enable/disable sell spam filter. | Andrei Karas | 4 | -1/+12 |
2016-02-03 | Improve trade spam filterring. | Andrei Karas | 1 | -8/+15 |
2016-02-01 | Add debug messages to some packets. | Andrei Karas | 2 | -1/+6 |
2016-02-01 | Fix status effects change for invisible players (tmwa) | Andrei Karas | 1 | -0/+7 |
2016-02-01 | Show chat messages in public chat from hidden gms. (tmwa) | Andrei Karas | 1 | -13/+14 |
2016-01-31 | Assign to being actions static constant values. | Andrei Karas | 1 | -8/+8 |
2016-01-30 | Change version to 1.6.1.30.v1.6.1.30 | Andrei Karas | 1 | -2/+2 |
2016-01-29 | Fix code style. | Andrei Karas | 34 | -63/+11 |
2016-01-29 | Fix compilation with different flags and fix redefines in new SDL2. | Andrei Karas | 4 | -6/+16 |
2016-01-28 | Improver error message about old client. Now it show also what server type ca... | Andrei Karas | 2 | -2/+2 |
2016-01-28 | Impliment packet SMSG_MAIL_OPEN_WINDOW 0x0260. | Andrei Karas | 1 | -1/+11 |
2016-01-27 | In char create dialog allow hair style with wrong range. | Andrei Karas | 1 | -20/+37 |
2016-01-27 | In char create dialog allow hair color with wrong range. | Andrei Karas | 1 | -26/+53 |
2016-01-27 | Remove popup action "copy bar to chat" | Andrei Karas | 6 | -6/+20 |
2016-01-27 | Remove action "reset yellow bar" from context menu. | Andrei Karas | 6 | -5/+16 |
2016-01-27 | remove "remove from attack list" action from social window popup menu. | Andrei Karas | 2 | -35/+21 |
2016-01-27 | remove removepickup action from social window popup menu. | Andrei Karas | 4 | -27/+27 |
2016-01-27 | Remove add/remove/ignore pickup actions from item popup menu. | Andrei Karas | 1 | -31/+6 |
2016-01-27 | Add chat commands for add/remove/ignore pickups. | Andrei Karas | 5 | -1/+64 |
2016-01-27 | Remove copy to clipboard action in npc dialog popup. | Andrei Karas | 8 | -19/+35 |
2016-01-27 | Remove copy to clipboard action in chat popup. | Andrei Karas | 6 | -6/+23 |
2016-01-27 | In undress command remove all known slots (hercules). | Andrei Karas | 1 | -0/+8 |
2016-01-27 | Improve undress popup menu item. | Andrei Karas | 2 | -7/+18 |
2016-01-27 | Add context menu for moving items to craft. | Andrei Karas | 2 | -0/+46 |
2016-01-27 | Add chat command for move selected item to craft slot. | Andrei Karas | 5 | -1/+22 |
2016-01-27 | Add quick shortcuts for add selected item to each craft inventory slot. | Andrei Karas | 14 | -18/+313 |
2016-01-26 | Not allow walking by mouse if npc dialog is opened. | Andrei Karas | 1 | -3/+7 |