summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex1-109/+95
2006-04-11- Finished fixing the unit_data auto-case update. Still need to do some optim...skotlex1-3/+13
2006-04-11- Fixes to the unit_data update that lets characters auto-chase while attacking.skotlex1-25/+16
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex1-24/+203
2006-04-07- Fixed pc_setpos ignoring the clrtype sent to it.skotlex1-2/+2
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-103/+24
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-3/+3
2006-03-29- Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t...skotlex1-3/+3
2006-03-28- Fixed Wedding support skills healing yourself instead of partner.skotlex1-3/+3
2006-03-28- Fixed summon mobs being able to cast "summon" skills.skotlex1-0/+9
2006-03-26- Walk/move functions will abort now when an area npc script triggers and mov...skotlex1-4/+8
2006-03-25- Incremented the number of iterations to find a random stop to 100 as 50 see...skotlex1-1/+0
2006-03-24Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state....blackhole891-2/+2
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-17/+19
2006-03-24- Some small, insignificant code cleanups in unit.cskotlex1-16/+15
2006-03-24- Fixed a crash in unit_useskill_pos2skotlex1-1/+1
2006-03-23* Minor cleanups.Lance1-1/+1
2006-03-23- Changed Preserve's cost to 30spskotlex1-1/+1
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-0/+1680