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

Release v0.2.0-beta #69

merged 60 commits into from
Jul 7, 2020

Commits on Jun 27, 2020

  1. Add Status Enfer Badge

    iLPdev committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    868de65 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    iLPdev authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    8ecd0a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62 from iLPdev/readme-typo-1

    every little bit of documentation helps, i suppose. ain't that right, @all-contributors
    iLPdev authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    38f7167 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Add vscode

    iLPdev committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    60ef368 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Add GMCP Room Name Detection

    when a new room is detected by the exit trigger, set the room name via GMCP
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    0cb28c6 View commit details
    Browse the repository at this point in the history
  2. 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.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    c7928c6 View commit details
    Browse the repository at this point in the history
  3. 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.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    836b484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bec438 View commit details
    Browse the repository at this point in the history
  5. Remove Exit Detection trigger

    short exits and exit stubs can be set internally
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    beb1495 View commit details
    Browse the repository at this point in the history
  6. 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.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    b9e86d7 View commit details
    Browse the repository at this point in the history
  7. 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.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    30ba921 View commit details
    Browse the repository at this point in the history
  8. Disable room creation on move_map

    custom_locator is no longer used for grabbing roomID hash
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    6738a18 View commit details
    Browse the repository at this point in the history
  9. Add GMCP identifier to check_room function

    this is where Jor'Mox may have been having problems
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    01b2653 View commit details
    Browse the repository at this point in the history
  10. 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.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    440cba1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f21459e View commit details
    Browse the repository at this point in the history
  12. 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)
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    7a530f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1efd351 View commit details
    Browse the repository at this point in the history
  14. Update to v0.1.4

    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    999e5db View commit details
    Browse the repository at this point in the history
  15. Add ASCII Help Banner

    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    17a3119 View commit details
    Browse the repository at this point in the history
  16. Add ASCII Help Banner

    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    6c18677 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41bd0a9 View commit details
    Browse the repository at this point in the history
  18. Revert "Remove Generic Map Script title"

    This reverts commit 41bd0a9.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    69fff55 View commit details
    Browse the repository at this point in the history
  19. Revert "Add ASCII Help Banner"

    This reverts commit 6c18677.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    ffaf56f View commit details
    Browse the repository at this point in the history
  20. Revert "Add ASCII Help Banner"

    This reverts commit 17a3119.
    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    4a27a33 View commit details
    Browse the repository at this point in the history
  21. Add ASCII Help Title

    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    e847fc2 View commit details
    Browse the repository at this point in the history
  22. Update Help Intro text

    iLPdev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    1c50fbf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    5dfdf12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f194b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaefc51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    465cd96 View commit details
    Browse the repository at this point in the history
  5. fix(help): Add DimGrey to wrapped lines in overview

    `map.help` color is <reset> on newline so commit 465cd96 was incomplete.
    iLPdev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    a22cfd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    536af2b View commit details
    Browse the repository at this point in the history
  7. fix(help): Remove capitalization of color <green>

    ANSI color names are case sensitive
    iLPdev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    afc6a03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87f7b7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a58d68 View commit details
    Browse the repository at this point in the history
  10. fix(help): Center ASCII logo

    iLPdev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    790f8a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6395020 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    164deef View commit details
    Browse the repository at this point in the history
  13. docs(help): Word choice

    Are there commands that are not included? 😉
    iLPdev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    d7b3caf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    599c32d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. docs(help): Update Quick Start Guide

    - Discworld-specific language
    - Grammar, clarity, and economy of word
    - Color theme
    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    5b06f06 View commit details
    Browse the repository at this point in the history
  2. feat(ui): Update mapper tag

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1b57871 View commit details
    Browse the repository at this point in the history
  3. feat(ui): Update debug tag

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    97e3db5 View commit details
    Browse the repository at this point in the history
  4. feat(ui): Update error tag

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    995d185 View commit details
    Browse the repository at this point in the history
  5. feat(help): White Headings

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ae8c1ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a8631e View commit details
    Browse the repository at this point in the history
  7. fix(help): Typo in map path

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    a272603 View commit details
    Browse the repository at this point in the history
  8. Create .travis.yml

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    bed3e9d View commit details
    Browse the repository at this point in the history
  9. Create discMapper.rockspec

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dd1a5d2 View commit details
    Browse the repository at this point in the history
  10. Delete discMapper.rockspec

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1e43e67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da7653a View commit details
    Browse the repository at this point in the history
  12. Use minimal language

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    0e064d4 View commit details
    Browse the repository at this point in the history
  13. Add Travis Badge

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1490f93 View commit details
    Browse the repository at this point in the history
  14. Fix Travis badge

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    93c87d9 View commit details
    Browse the repository at this point in the history
  15. Add comment

    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    0d8e957 View commit details
    Browse the repository at this point in the history
  16. 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.
    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    151e251 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cd5635 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #66 from iLPdev/feature/help-system

    bring in Initial Help System Update
    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    038ccae View commit details
    Browse the repository at this point in the history
  19. Merge pull request #67 from iLPdev/feature/help-system

    Merge branch 'develop' into feature/help-system
    iLPdev authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    2d9d40a View commit details
    Browse the repository at this point in the history
  20. Advance version to 0.2.0-beta

    iLPdev committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dacdf6c View commit details
    Browse the repository at this point in the history