0.0
No commit activity in last 3 years
No release in over 3 years
map definition and graph traversal for Elanthia
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

cartograph Build Status

The current goals of this proejct are as follows:

  • create a git history for the MapDB
  • ability to import directly from the ;repository
  • untangle StringProc from the node (Room) definitions
  • provide tools for working directly with the mapDB
  • some sort of bot that pulls and merges changes from the MapDB (this is difficult)
  • create a ;go2 utility that uses the tarball from this repository

Workflow

Currently there is only one task.

tasks/sync

Here is exactly what each step does, the above examples require a Bash shell:

  1. downloads the map db if the checksum does not match the current checksum in the repo
  2. deletes maps and rebuilts it in a diff-able manner using the latest MapDB
  3. copies the new checksum into the root of repository
  4. if there are now pending changes for the JSON Rooms they are committed
  5. if there are now pending changes for the StringProc files they are committed