summaryrefslogtreecommitdiff
path: root/src/heal_location.c
AgeCommit message (Collapse)Author
2020-04-28Index heal location data, use better namesGriffinR
2018-08-10use heal location constantsgarak
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-01-27define more data in C (#220)Cameron Hall
* define more data in C * correct typo in comments
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-05struct HealLocation (#89)fl4shk
* struct HealLocation * remove tabs again * tiny change
2016-11-05heal_location.c and landmark.cfl4shk