Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information