summaryrefslogtreecommitdiff
path: root/src/map/path.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-10/+10
2015-01-17Another ~10 Fixesshennetsind1-0/+6
2014-11-16Whitespace cleanup (no code changes)Haru1-2/+2
2014-11-03* No cell stacking implemented (official version)Michieru1-4/+0
2014-10-18Fix bug:7454Michieru1-5/+2
2014-10-13* Monster skill use behavior, ranges, position lag fixesMichieru1-1/+40
2014-10-04Pathfinding now works exactly as on the clientMichieru1-23/+20
2014-08-10HPM Hooks UpdateHercules.ws1-2/+2
2014-08-10- Fix makes knockback default to the leftMichieru1-4/+3
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+10
2014-05-10Revert "Fixed order of includes in all source files"panikon1-10/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+10
2014-03-23HPM Hooks UpdateHercules.ws1-11/+11
2014-03-23Fix Bug 8106Michieru1-23/+11
2013-12-17Fixed several compiler warningsHaru1-0/+2
2013-10-02HPM: Map.c Completedshennetsind1-6/+6
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-6/+6
2013-09-16HPM: Path.c Interfaceshennetsind1-2/+14
2013-07-23Pathfinding code cleanup.Piotr HaƂaczkiewicz1-244/+242
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-1/+1
2013-05-30Memory Slasher - May 30 Patchshennetsind1-19/+17
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-13/+13
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-340/+346
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-346/+340
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-1/+1
2012-10-29-Add some src basic documentation.glighta1-8/+7
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-1/+2
2010-12-22* Resolved random compiler warnings.ai4rei1-1/+1
2008-01-04Fixed a mistake in r11991 that let knockback work through wallsultramage1-2/+2
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-2/+2
2008-01-03Map cell mechanism rewriteultramage1-3/+3
2007-12-29Knockback now works through cells where there is a diagonal path, but no hori...ultramage1-56/+22
2007-12-26Moved distance-related functions to path.c/hultramage1-0/+43
2007-12-22Path code cleaning...ultramage1-91/+84
2007-11-19* Nullpo's disabled on release builds.FlavioJS1-4/+0
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-4/+2
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage1-1/+1
2007-09-21some unimportant path.c / unit.c cleaningultramage1-158/+103
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+5
2007-08-10- added proper comments to login packet 0x277ultramage1-1/+1
2007-05-19Reformatting @_@ultramage1-28/+12
2007-01-21Typo huntultramage1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2006-12-18- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...skotlex1-32/+39
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-531/+531
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-1/+2
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it shou...skotlex1-3/+3