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