summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-163/+0
2015-03-22map: remove sit state after start moving.Andrei Karas1-0/+5
2015-03-05Replace struct mob_data to TBL_MOB.Andrei Karas1-1/+1
2015-03-05Replace struct map_session_data to TBL_PC.Andrei Karas1-1/+1
2015-02-24map: add missing checks.Andrei Karas1-3/+2
2015-02-22fix compilation warning.Andrei Karas1-0/+1
2015-02-21Fix heavy CPU usage while walking.Andrei Karas1-0/+11
2014-12-23Fix hookStop usage.Andrei Karas1-1/+16
2014-12-19Allow move from sit state.Andrei Karas1-0/+132