summaryrefslogtreecommitdiff
path: root/src/plugins/mapcache.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09Implement a function to regenerate the mcache md5 checksumsHaru1-0/+106
The function is part of the mapcache plugin, called through the `--fixmd5` flag. It will update all the maps that would be loaded by the map server (as listed in map_index.txt). This also fixes a memory leak in the mapcache plugin. Signed-off-by: Haru <haru@dotalux.com>
2018-02-17Add option to recache individual mapsHaru1-3/+17
Signed-off-by: Haru <haru@dotalux.com>
2018-02-17New mapcache systemhemagx1-0/+370
* Now each map is in separated file so now it will be easier to know which map got updated or delete on updates * Now there's md5 checksum check for each map * Now the map cache is platform safe, the old format was not packed which may result in undefined behavior * The map cache tool got converted into hercules plugin Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>