Age | Commit message (Expand) | Author | Files | Lines |
2015-03-24 | eathena: use exp packet to show exp and job messages. | Andrei Karas | 2 | -16/+36 |
2015-03-24 | Fix possible issue on exit. | Andrei Karas | 1 | -1/+1 |
2015-03-17 | fix nacl and windows compilation. | Andrei Karas | 1 | -0/+2 |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 6 | -7/+4 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 6 | -23/+10 |
2015-03-04 | Draw riding horse if present. | Andrei Karas | 2 | -1/+34 |
2015-03-04 | Add basic horses db implimentation. | Andrei Karas | 1 | -0/+1 |
2015-03-03 | Update sprite on changing riding mode. | Andrei Karas | 3 | -1/+11 |
2015-03-03 | Use riding sprite actions in being. | Andrei Karas | 2 | -10/+17 |
2015-03-03 | Add support for riding flag in actorsprite and statuseffect. | Andrei Karas | 2 | -2/+9 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 3 | -4/+8 |
2015-02-28 | Build homunculushandler only if eathena enabled. | Andrei Karas | 1 | -0/+4 |
2015-02-27 | fix code style. | Andrei Karas | 3 | -8/+20 |
2015-02-24 | Split crazy move functions to smaller functions. | Andrei Karas | 2 | -240/+274 |
2015-02-23 | Move crazy moves code from local player into separate file. | Andrei Karas | 4 | -693/+811 |
2015-02-23 | Move crazy move state into settings class. | Andrei Karas | 2 | -72/+63 |
2015-02-23 | eathena: fix crash if pet went outside of visible area. | Andrei Karas | 3 | -7/+11 |
2015-02-22 | Show popup menu pet control commands only for pet owner. | Andrei Karas | 1 | -0/+3 |
2015-02-22 | eathena: allow move pet by left shift + cursor keys. | Andrei Karas | 2 | -0/+11 |
2015-02-20 | Fix cart enable/disable status effect. | Andrei Karas | 1 | -1/+1 |
2015-02-20 | eathena: add packet CMSG_SET_STATUS. | Andrei Karas | 1 | -3/+5 |
2015-02-18 | Add missing override keywords. | Andrei Karas | 2 | -9/+9 |
2015-02-15 | Show buy or sell in player context menu based on enabled shop types. | Andrei Karas | 2 | -2/+13 |
2015-02-15 | Allow to shop buy board name on beings. | Andrei Karas | 2 | -1/+15 |
2015-02-15 | Rename being board into sell board. | Andrei Karas | 2 | -7/+7 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 2 | -6/+6 |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -2/+2 |
2015-02-07 | Fix players relations storing if switch server. | Andrei Karas | 1 | -0/+1 |
2015-02-02 | Set correct vending status to local player. | Andrei Karas | 4 | -0/+23 |
2015-02-02 | eathena: Show shop status on seller. | Andrei Karas | 2 | -8/+10 |
2015-02-02 | Show shop name on players. | Andrei Karas | 2 | -0/+12 |
2015-01-30 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2015-01-26 | Allow open cart window only if cart status effect enabled. | Andrei Karas | 2 | -1/+11 |
2015-01-25 | eathena: fix join built in channel tabs. | Andrei Karas | 1 | -1/+2 |
2015-01-24 | Move inventory type into separate file. | Andrei Karas | 1 | -3/+4 |
2015-01-23 | Add variable for cart window. | Andrei Karas | 2 | -0/+20 |
2015-01-22 | Impliment server feature haveAttackDirections. | Andrei Karas | 2 | -13/+17 |
2015-01-20 | eathena: add packet SMSG_NPC_AREA 0x0b0b | Andrei Karas | 2 | -0/+8 |
2015-01-18 | Convert player look variable format from 8 bit to 16 bit. | Andrei Karas | 2 | -6/+6 |
2015-01-16 | Fix player position based on height after warp to new map. | Andrei Karas | 1 | -0/+1 |
2015-01-10 | eathena: add packet SMSG_BEING_ATTRS 0x0b0a. | Andrei Karas | 1 | -0/+3 |
2015-01-06 | Move attacktype into separate file. | Andrei Karas | 2 | -38/+20 |
2015-01-06 | Move rank.h into enums directory. | Andrei Karas | 1 | -35/+0 |
2015-01-06 | Move cookingtype.h into enums directory. | Andrei Karas | 1 | -37/+0 |
2015-01-06 | Move beingdirection into enums directory. | Andrei Karas | 2 | -41/+1 |
2015-01-06 | Move actortype.h into enums directory. | Andrei Karas | 2 | -44/+1 |
2015-01-06 | Move gender.h into enums directory. | Andrei Karas | 2 | -38/+1 |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 4 | -72/+7 |
2015-01-06 | Move targetcursortype.h into enum namespace. | Andrei Karas | 2 | -37/+1 |
2015-01-06 | Move targetcursorsize.h into enums directory. | Andrei Karas | 2 | -37/+2 |