This repository was archived by the owner on Mar 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
135 changed files
with
2,459 additions
and
9,268 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dir: src | ||
branches: | ||
- master | ||
articles: | ||
- Overview: README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version: 2 | ||
requirements: | ||
signed_off_by: | ||
required: false | ||
group_defaults: | ||
approve_by_comment: | ||
approve_regex: '(?i)^(:shipit:|:\\+1:|LGTM|Approved|Looks\\s+Good\\s+To\\s+Me|Seems\\s+good|Looks\\s+good)' | ||
reset_on_push: | ||
enabled: true | ||
groups: | ||
Javascript Reviewers: | ||
required: 1 | ||
users: | ||
- Idrinth | ||
- w20k | ||
conditions: | ||
branches: | ||
- master |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# IDotD | ||
A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp | ||
|
||
[](https://www.codacy.com/app/eldrim/IDotD?utm_source=github.com&utm_medium=referral&utm_content=Idrinth/IDotD&utm_campaign=Badge_Grade) | ||
[](https://codeclimate.com/github/Idrinth/IDotD) | ||
[](https://codeclimate.com/github/Idrinth/IDotD) | ||
A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp. | ||
|
||
We support Opera, Firefox and Chrome. Please make sure to update your installation of those on a regular basis, since we can't guarantee, that the script will work on outdated versions. | ||
|
||
# Bugs, desired Features etc. | ||
## What is it? | ||
|
||
IDotD combines a raid catcher, a way of automatically joining desired raids, with a few other tools like chatrooms with raid-sharing options within those specific rooms, looking up tiers and calculation what piece of land to buy next. | ||
|
||
Additionally there are a few platform specific features, for example quick information about players in the kongregate chat rooms or a timeable autojoin for newgrounds to replace the usual ones on other platforms. | ||
|
||
We prefer the usage of the [tracker](https://github.com/Idrinth/IDotD/issues) here, otherwise we do import requests from [GoogleDocs](https://docs.google.com/document/d/1ozOWQuAEKCNnt2cwQ4SZtkpYM_pvrl8Bnj0e_O1KKWs/edit) from time to time. | ||
[Previous GoogleDoc Tickets](https://github.com/Idrinth/IDotD/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22Source%20GoogleDocs%22%20) | ||
Most information is avaible at [this project's wiki](https://idotd.github.io/). | ||
|
||
# More Information | ||
## Bugs, desired Features etc. | ||
|
||
Most information is avaible at [this project's wiki](https://github.com/Idrinth/IDotD/wiki). | ||
We prefer the usage of the [tracker](https://github.com/IDotD/Userscript/issues) here, otherwise we do import requests from [GoogleDocs](https://docs.google.com/document/d/1ozOWQuAEKCNnt2cwQ4SZtkpYM_pvrl8Bnj0e_O1KKWs/edit) from time to time. | ||
[Previous GoogleDoc Tickets](https://github.com/IDotD/Userscript/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22Source%20GoogleDocs%22%20) | ||
|
||
# How To Help | ||
## How To Help | ||
|
||
We can use helpers for the following: update and improve the wiki, help coding the userscript and testing any of the branches. For any of the later two have a look athe related documentation in the wiki. | ||
We can use helpers for the following: update and improve the wiki, help coding the userscript and testing any of the branches. For any of the later two have a look at the related documentation in the [wiki](https://idotd.github.io/). |
Oops, something went wrong.