Skip to content

Tags: iLPdev/discMapper

Tags

v0.5.0-beta

Toggle v0.5.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #112 from iLPdev/release/0.5.0

build: Release v0.5.0-beta

v0.4.1-beta

Toggle v0.4.1-beta's commit message

Verified

This commit was signed with the committer’s verified signature.
iLPdev iLPdev
Merge branch 'develop' into main

v0.4.0-beta

Toggle v0.4.0-beta's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v0.3.0-beta

Toggle v0.3.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build: Release v0.3.0-beta (#76)

* chore(readme): Update Contributing

* chore(readme): Add speedwalk to Features

* chore(readme): Remove Sublime from Built With

I'm trialing VSC right now... hopefully others will contribute and they're free to use whatever editor they desire.

* chore(readme): Update Versioning to present tense

* chore(readme): Update Install instructions

For the current beta, the script remains an XML module rather than a fully developed .mpackage.

* chore(readme): Update Getting the Source

* chore(readme): Update Project Status

* chore(readme): Update Contributing section

* docs: add iLPdev as a contributor (#71)

* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Update README.md

* chore(readme): Clean-up All Contributors Code

* chore(readme): Add space after Travis badge

* chore(readme): Add space before Forks badge

* docs(readme): Update Vision and Roadmap

* style(readme): Indent and center

* style(readme): Revert to left-align badges

I've been writing HTML for 25 years and the restriction in GHF MD is baffling. Even GHF MD tables are 100% and HTML tables wont accept blocklevel MD elements within them in GitHub, so.... no dice. I'll have to look up the URLs from the references and center badges via html then?

* chore(issue): Update Bug Report Template

* chore(issue): Update Feature Request Template

* chore: Remove VSC setting.json

this should be .gitignored already. uncertain why it's here... probable artifact from Feature/help-system merge.

* chore: Rename Gitflow PDF

* docs(readme): Add Latest SemVer Release Badge

* docs(readme): Add Mudlet Latest SemVer Badge

@vadi2

* docs(readme): Add metadata badge URLs

* docs(readme): Remove redundant badges

Stars and Forks are displayed by default on top right of main repo page in github

* chore(travis): Update dist to bionic

* chore: Scale logo to 640x300

Closes #5

* Chore: Update logo image sizing

* Chore: Add logo XCF image file

Closes #5

* Create semantic.yml

Require semantic PR titles and at least one semantic commit

* fix: Point `help config` alias to correct script  (#72)

* bugfix: Call correct help in `map config` alias

`map.help.configs` does not exit, and should not exist because `show_help` parses the user-supplied argument in `map help` ... which has the command as singular `map config`. See Mudlet/Mudlet#3970

* Advance to v0.2.1-beta

* feat: Add case insensitivity to exit trigger (#73)

Applies Mudlet/Mudlet@96fd892)

* chore: Update Project Status

* feat(update): Add Automated Updates (#74)

* fix(update): Download from Github `main/src`

Points the autoupdate function to pull from the raw XML source on the main branch.

* fix(update): Disable overwriting generic_mapper

When discMapper updates, we don't want it to mess with any existing generic_mapper.xml -- although no one should be running both scripts simultaneously in one profile because to do so would certainly bring about eschaton!

* fix(update): Designate module path

The versionless module filename will be inside the release package.

* fix(update): Uninstall package before update

* fix(update): Announce successful autoupdates

* fix(update): Set path to local file update

* fix(update): Add version library and update references (#75)

* fix(update): Download from Github `main/src`

Points the autoupdate function to pull from the raw XML source on the main branch.

* fix(update): Disable overwriting generic_mapper

When discMapper updates, we don't want it to mess with any existing generic_mapper.xml -- although no one should be running both scripts simultaneously in one profile because to do so would certainly bring about eschaton!

* fix(update): Designate module path

The versionless module filename will be inside the release package.

* fix(update): Uninstall package before update

* fix(update): Announce successful autoupdates

* fix(update): Set path to local file update

* feat: Advance to v0.4.0-beta

Update the internal script versioning

* chore: Ignore Prettier config

* feat(update): Create version library

Add the version library for comparisons

* feat(update): Update `download_path` help

* feat(update): Verify module to be updated

* Revert "feat: Advance to v0.4.0-beta"

This reverts commit 7ddb5ad.

* feat(update): Set internal version

Local version number for comparison to remote version library.

* docs: Advance version to 0.3.0-beta

* docs: Update history for v0.3.0 release

v0.2.1-beta

Toggle v0.2.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Point `help config` alias to correct script (#72)

* bugfix: Call correct help in `map config` alias

`map.help.configs` does not exit, and should not exist because `show_help` parses the user-supplied argument in `map help` ... which has the command as singular `map config`. See Mudlet/Mudlet#3970

* Advance to v0.2.1-beta

v0.2.0-beta

Toggle v0.2.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.2.0-beta (#69)

* Add Status Enfer Badge

* Fix typo

* Add vscode

* Add GMCP Room Name Detection

when a new room is detected by the exit trigger, set the room name via GMCP

* Remove deprecated room name_search function

There is no longer a need to parse through text lines looking for the room name, so handle_exits is no longer calling this function.

* Add name_search debug tracer

in the event that name_search is being called elsewhere than handle_exits, this will throw the debug echo to announce the occurance.

* Add comment where initial create_room is called

* Remove Exit Detection trigger

short exits and exit stubs can be set internally

* Remove custom_locator script

getRoomIDbyHash(gmcp.room.info.identifier) can happen with check_room or fine_me or somewhere like that -- maybe even just right there in handle_exits.

* Disable external short exits

I already removed the call to this function, so it's no longer needed. I don't believe it was called anywhere else.

* Disable room creation on move_map

custom_locator is no longer used for grabbing roomID hash

* Add GMCP identifier to check_room function

this is where Jor'Mox may have been having problems

* Remove room name matching from check_room function

GMCP identifier is unique for each room whereas room names (even gmcp.room.info.name) are not.

* Clarify it is roomID that's being checked

* Add stop for extraneous room creation

It should only create rooms if there is no roomID in the table for any given GMCP hash sent by the server (== -1)

* Add GMCP Room Identifier Hashing for new rooms

* Update to v0.1.4

* Add ASCII Help Banner

* Add ASCII Help Banner

* Remove Generic Map Script title

* Revert "Remove Generic Map Script title"

This reverts commit 41bd0a9.

* Revert "Add ASCII Help Banner"

This reverts commit 6c18677.

* Revert "Add ASCII Help Banner"

This reverts commit 17a3119.

* Add ASCII Help Title

* Update Help Intro text

* feat(help): Change color from cyan to green

* chore: Move VSC setting out of root

* feat(help): Change link color to green

* feat(help): Change overview text to DimGrey

* fix(help): Add DimGrey to wrapped lines in overview

`map.help` color is <reset> on newline so commit 465cd96 was incomplete.

* feat(help): Change Key Variables color to green in overview

* fix(help): Remove capitalization of color <green>

ANSI color names are case sensitive

* feat(help): Change heading color to white

* revert(help): Reset subheading text color

* fix(help): Center ASCII logo

* feat(help): Add Map Help title

* feat(help): Colorize `map help` command in overview

* docs(help): Word choice

Are there commands that are not included? 😉

* docs(readme): Update Project Status to Ventis

* docs(help): Update Quick Start Guide

- Discworld-specific language
- Grammar, clarity, and economy of word
- Color theme

* feat(ui): Update mapper tag

* feat(ui): Update debug tag

* feat(ui): Update error tag

* feat(help): White Headings

* feat(help): Replace yellow with green

* fix(help): Typo in map path

* Create .travis.yml

* Create discMapper.rockspec

* Delete discMapper.rockspec

* chore(travis): Update and move to root

* Use minimal language

* Add Travis Badge

* Fix Travis badge

* Add comment

* Ignore .vscode entirely

For some unknown reason, the template from [gitignore.io](https://gitignore.io) excludes several files within the .vscode directory... which defeats `.vscode/*`. I've rmeoved those exclusions and also explicitly ignored the folder itself.

* Advance version to 0.2.0-beta