summaryrefslogtreecommitdiff
path: root/src/map/path.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-9/+10
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru1-2/+0
2016-06-25Fix assert checks from commit e28a19cfff1f26457d6a0f6192d6782c8db7d3d2.Andrei Karas1-3/+3
2016-06-24Add missing checks into path.cAndrei Karas1-0/+5
2016-05-08Fixed various issues pointed out by cppcheckHaru1-4/+4
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.Haru1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-3/+2
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-13/+13
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-3/+3
2015-08-15HPM 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