Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add three scripts #231

Closed
wants to merge 8 commits into from
Closed

add three scripts #231

wants to merge 8 commits into from

Commits on Mar 21, 2014

  1. initial commit

    Adding `exportmaps` and `log-region`, having fixed a typo and added
    attribution as a second-line comment.  First (broken) attempt at
    `exportlegends`.  `log-region` returns a nil value (for 'site') if a
    world is loaded in adventure or legends mode.
    PeridexisErrant committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    fcf72b7 View commit details
    Browse the repository at this point in the history
  2. add readme entries

    adds readme info for `log-region` and `exportmaps`, which work.
    `exportlegends` is broken and thus undocumented.
    PeridexisErrant committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    ebc4b0e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. fixes log-region

    stuck in an extra test that `site ~= nil` before writing; which catches
    the error and also confines the script to fort mode - fortunate since
    the output only make sense for fort mode.
    PeridexisErrant committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    6a7abae View commit details
    Browse the repository at this point in the history
  2. finished exportlegends

    Instead of trying to add stuff to the cycle, I just stuck two pairs of
    lines in before the cycle starts.
    PeridexisErrant committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    51f8d4b View commit details
    Browse the repository at this point in the history
  3. add three scripts

    Kurik Amudnil's script `exportmaps` with minor spelling fixes;
    `log-region` with an extra test to catch the nil value error and only
    run in fort mode.  New script exportlegends (closely related) which
    exports the map/gen info, xml, and all detailed maps.
    PeridexisErrant committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    eb5901c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. Configuration menu
    Copy the full SHA
    4537279 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. add readme and init entries

    includes new legends-mode section of the init file
    PeridexisErrant committed May 3, 2014
    Configuration menu
    Copy the full SHA
    c05112b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495e203 View commit details
    Browse the repository at this point in the history