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

Release v0.2.0-beta #69

Merged
merged 60 commits into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
868de65
Add Status Enfer Badge
iLPdev Jun 27, 2020
8ecd0a0
Fix typo
iLPdev Jun 27, 2020
38f7167
Merge pull request #62 from iLPdev/readme-typo-1
iLPdev Jun 27, 2020
60ef368
Add vscode
iLPdev Jul 3, 2020
0cb28c6
Add GMCP Room Name Detection
iLPdev Jul 4, 2020
c7928c6
Remove deprecated room name_search function
iLPdev Jul 4, 2020
836b484
Add name_search debug tracer
iLPdev Jul 4, 2020
2bec438
Add comment where initial create_room is called
iLPdev Jul 4, 2020
beb1495
Remove Exit Detection trigger
iLPdev Jul 4, 2020
b9e86d7
Remove custom_locator script
iLPdev Jul 4, 2020
30ba921
Disable external short exits
iLPdev Jul 4, 2020
6738a18
Disable room creation on move_map
iLPdev Jul 4, 2020
01b2653
Add GMCP identifier to check_room function
iLPdev Jul 4, 2020
440cba1
Remove room name matching from check_room function
iLPdev Jul 4, 2020
f21459e
Clarify it is roomID that's being checked
iLPdev Jul 4, 2020
7a530f2
Add stop for extraneous room creation
iLPdev Jul 4, 2020
1efd351
Add GMCP Room Identifier Hashing for new rooms
iLPdev Jul 4, 2020
999e5db
Update to v0.1.4
iLPdev Jul 4, 2020
17a3119
Add ASCII Help Banner
iLPdev Jul 4, 2020
6c18677
Add ASCII Help Banner
iLPdev Jul 4, 2020
41bd0a9
Remove Generic Map Script title
iLPdev Jul 4, 2020
69fff55
Revert "Remove Generic Map Script title"
iLPdev Jul 4, 2020
ffaf56f
Revert "Add ASCII Help Banner"
iLPdev Jul 4, 2020
4a27a33
Revert "Add ASCII Help Banner"
iLPdev Jul 4, 2020
e847fc2
Add ASCII Help Title
iLPdev Jul 4, 2020
1c50fbf
Update Help Intro text
iLPdev Jul 4, 2020
5dfdf12
feat(help): Change color from cyan to green
iLPdev Jul 5, 2020
89f194b
chore: Move VSC setting out of root
iLPdev Jul 5, 2020
eaefc51
feat(help): Change link color to green
iLPdev Jul 5, 2020
465cd96
feat(help): Change overview text to DimGrey
iLPdev Jul 5, 2020
a22cfd8
fix(help): Add DimGrey to wrapped lines in overview
iLPdev Jul 5, 2020
536af2b
feat(help): Change Key Variables color to green in overview
iLPdev Jul 5, 2020
afc6a03
fix(help): Remove capitalization of color <green>
iLPdev Jul 5, 2020
87f7b7f
feat(help): Change heading color to white
iLPdev Jul 5, 2020
5a58d68
revert(help): Reset subheading text color
iLPdev Jul 5, 2020
790f8a3
fix(help): Center ASCII logo
iLPdev Jul 5, 2020
6395020
feat(help): Add Map Help title
iLPdev Jul 5, 2020
164deef
feat(help): Colorize `map help` command in overview
iLPdev Jul 5, 2020
d7b3caf
docs(help): Word choice
iLPdev Jul 5, 2020
599c32d
docs(readme): Update Project Status to Ventis
iLPdev Jul 5, 2020
5b06f06
docs(help): Update Quick Start Guide
iLPdev Jul 6, 2020
1b57871
feat(ui): Update mapper tag
iLPdev Jul 6, 2020
97e3db5
feat(ui): Update debug tag
iLPdev Jul 6, 2020
995d185
feat(ui): Update error tag
iLPdev Jul 6, 2020
ae8c1ff
feat(help): White Headings
iLPdev Jul 6, 2020
2a8631e
feat(help): Replace yellow with green
iLPdev Jul 6, 2020
a272603
fix(help): Typo in map path
iLPdev Jul 6, 2020
bed3e9d
Create .travis.yml
iLPdev Jul 6, 2020
dd1a5d2
Create discMapper.rockspec
iLPdev Jul 6, 2020
1e43e67
Delete discMapper.rockspec
iLPdev Jul 6, 2020
da7653a
chore(travis): Update and move to root
iLPdev Jul 6, 2020
0e064d4
Use minimal language
iLPdev Jul 6, 2020
1490f93
Add Travis Badge
iLPdev Jul 6, 2020
93c87d9
Fix Travis badge
iLPdev Jul 6, 2020
0d8e957
Add comment
iLPdev Jul 6, 2020
151e251
Ignore .vscode entirely
iLPdev Jul 6, 2020
4cd5635
Merge branch 'develop' into feature/help-system
iLPdev Jul 6, 2020
038ccae
Merge pull request #66 from iLPdev/feature/help-system
iLPdev Jul 6, 2020
2d9d40a
Merge pull request #67 from iLPdev/feature/help-system
iLPdev Jul 6, 2020
dacdf6c
Advance version to 0.2.0-beta
iLPdev Jul 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"help"
]
}
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,18 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/windows
# End of https://www.toptal.com/developers/gitignore/api/windows

# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode

### VisualStudioCode ###
.vscode/
.vscode/*
*.code-workspace

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# totally useless - just learning
language: minimal
os: linux
dist: xenial
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- PROJECT BADGES -->

![Travis (.com) branch](https://img.shields.io/travis/com/iLPdev/discMapper/develop?style=flat-square)
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
Expand Down Expand Up @@ -61,7 +62,7 @@ Unfortunately, it was soon realized that cleanly installing this initial version

Having a wealth of various IT-related and HTML/CSS development experience but virtually no experience in modern software development, frustration has (mostly) been overcome by an eagerness to learn and true enjoyment of the process -- especially the Mudlet community (see [Acknowledgments](#acknowledgements)). discMapper was open-sourced upon conception.

Obviously, this repo started with a [README-first approach](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html) toward trying to conceptualize how best to go about this project. Also, in the course of producing a beta release, work is being conducted to climb the learning curve of Git, GitHub, software development prcesses, and the Lua language.
Obviously, this repo started with a [README-first approach](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html) toward trying to conceptualize how best to go about this project. Also, in the course of producing a beta release, work is being conducted to climb the learning curve of Git, GitHub, software development processes, and the Lua language.

### Vision

Expand Down Expand Up @@ -92,6 +93,8 @@ Version numbering will approximate the [Semantic Versioning](http://semver.org)
<!-- Show the build status if you have a CI server:
Describe the current release and any notes about the current state of the project. Examples: currently compiles on your host machine, but is not cross-compiling for ARM, APIs are not set, feature not implemented, etc. -->

[![Status Ventis][status-ventis]][andivionian-status-classifier]

This fledgling project is under initial development. As such, the script is non-functional at this time and in need of continued development.

**[^Top](#table-of-contents)**
Expand Down Expand Up @@ -257,5 +260,7 @@ The expectation is that our community group acts according to these guidelines,
[license-url]: https://github.com/iLPdev/discMapper/blob/master/LICENSE.txt
[standard-readme-shield]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square
[standard-readme-url]: https://github.com/RichardLitt/standard-readme
[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier#status-ventis-
[status-ventis]: https://img.shields.io/badge/status-ventis-yellow.svg
[product-screenshot]: images/screenshot.png
[mudlet-url]: https://www.mudlet.org
Loading