Age | Commit message (Expand) | Author | Files | Lines |
2015-05-24 | map: fix check for correct npc id. | Andrei Karas | 1 | -1/+9 |
2015-05-11 | Fix compilation with gcc 4.9 and older. | Andrei Karas | 1 | -2/+3 |
2015-05-02 | trim and translate mob names before sending to client. | Andrei Karas | 1 | -0/+64 |
2015-05-02 | add script function for check is unit walking. | Andrei Karas | 3 | -0/+30 |
2015-05-01 | Use extended sanity checks and gcc 5. | Andrei Karas | 2 | -2/+17 |
2015-05-01 | Fix possible wrong checks. | Andrei Karas | 2 | -2/+2 |
2015-05-01 | Add script command for send chat command to client. | Andrei Karas | 5 | -0/+39 |
2015-04-30 | Remove checking for gm command in mail read packet. | Andrei Karas | 4 | -0/+49 |
2015-04-16 | Apply WalkSpeed attribute from job_db.conf. | Andrei Karas | 5 | -0/+39 |
2015-04-16 | Add to job_db.conf attribute for moving speed. | Andrei Karas | 3 | -1/+26 |
2015-04-15 | Add support for change password packet. | Andrei Karas | 8 | -1/+87 |
2015-04-10 | map: add support for own job names. | Andrei Karas | 3 | -0/+15 |
2015-04-08 | Add to item_db.conf item attributes for equip/unequip effects. | Andrei Karas | 6 | -4/+57 |
2015-04-08 | Add to item_db.conf item attributes for use effects. | Andrei Karas | 6 | -1/+34 |
2015-04-04 | map: fix compilation error. | Andrei Karas | 1 | -3/+3 |
2015-04-02 | map: add new attributes to item_db. | Andrei Karas | 4 | -0/+10 |
2015-04-02 | map: add some more attributes into item_db. | Andrei Karas | 4 | -1/+27 |
2015-04-02 | map: check required item attributes also on use item. | Andrei Karas | 3 | -3/+4 |
2015-04-02 | Add item_db attributes for limit item usage. | Andrei Karas | 4 | -0/+38 |
2015-04-02 | map: add post hook for checking is possible equip item. | Andrei Karas | 3 | -0/+17 |
2015-03-30 | map: add missing checks. | Andrei Karas | 1 | -0/+2 |
2015-03-25 | Add gm command for set player skill level. It also allow add/delete skills. | Andrei Karas | 3 | -0/+35 |
2015-03-22 | Fix translation server messages. | Andrei Karas | 1 | -0/+20 |
2015-03-22 | map: remove sit state after start moving. | Andrei Karas | 1 | -0/+5 |
2015-03-22 | char: add code for reset timeout timer if receive ping packet. But disabled f... | Andrei Karas | 3 | -0/+30 |
2015-03-22 | login: reset timeout timer if receive ping packet. | Andrei Karas | 3 | -0/+25 |
2015-03-20 | map: translate also english texts, this will remove #0 and #1 in output. | Andrei Karas | 1 | -1/+1 |
2015-03-07 | map: translate server to client text messages. | Andrei Karas | 4 | -1/+51 |
2015-03-05 | Replace struct flooritem_data to TBL_ITEM. | Andrei Karas | 4 | -4/+4 |
2015-03-05 | Replace struct mob_data to TBL_MOB. | Andrei Karas | 3 | -3/+3 |
2015-03-05 | Replace struct npc_data to TBL_NPC. | Andrei Karas | 4 | -12/+12 |
2015-03-05 | Replace struct map_session_data to TBL_PC. | Andrei Karas | 16 | -64/+64 |
2015-03-04 | Copy setmount script command from hercules and remove limits for class job. | Andrei Karas | 3 | -0/+85 |
2015-03-02 | map: in script command getitemlink add item name only for clients < 7. | Andrei Karas | 1 | -1/+8 |
2015-03-01 | map: in online list remove temp buffer always. | Andrei Karas | 1 | -1/+7 |
2015-03-01 | hide hidden players from online list if player in list have smaller group lev... | Andrei Karas | 1 | -2/+5 |
2015-03-01 | map: dont leak map packets from invisible players. | Andrei Karas | 1 | -2/+6 |
2015-03-01 | fix memory leak in quest.c. | Andrei Karas | 1 | -0/+4 |
2015-03-01 | Fix memory leak in lang.c on exit. | Andrei Karas | 1 | -5/+24 |
2015-02-28 | fix default map name memory leak on exit. | Andrei Karas | 4 | -0/+9 |
2015-02-26 | login: add way to check hashed passwords in old tmw/evol way. | Andrei Karas | 8 | -0/+593 |
2015-02-25 | Add packet for homunculus/mercenary direction. | Andrei Karas | 3 | -0/+13 |
2015-02-25 | Add packet for homunculus/mercenary emote. | Andrei Karas | 5 | -11/+23 |
2015-02-25 | Add packet for homunculus/mercenary talk. | Andrei Karas | 5 | -8/+32 |
2015-02-24 | Fix wrong packet buffers preallocations. | Andrei Karas | 2 | -3/+2 |
2015-02-24 | login: add missing checks. | Andrei Karas | 1 | -0/+2 |
2015-02-24 | char: add missing checks. | Andrei Karas | 1 | -0/+3 |
2015-02-24 | map: add missing checks. | Andrei Karas | 8 | -17/+86 |
2015-02-24 | map: add missing check on close channel packet. | Andrei Karas | 1 | -0/+3 |
2015-02-24 | On each success skill invoke call event OnSkillInvoke. | Andrei Karas | 4 | -0/+60 |