-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to new folder structure and types
- Loading branch information
1 parent
c60061e
commit 18b7cb8
Showing
103 changed files
with
14,330 additions
and
8,388 deletions.
There are no files selected for viewing
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 +1 @@ | ||
node_modules | ||
node_modules |
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,51 +1,51 @@ | ||
## [Unreleased] | ||
|
||
Too many to list. | ||
|
||
## [Release-3] | ||
Production Bar v1.1.2 | ||
- Use custom progress color bar option | ||
- UMS games won't show initial research with option selected | ||
|
||
Recently Dead Units v1.1.2 | ||
- Fix fade out opacity | ||
|
||
Default Camera v1.1.1 | ||
- Increase PIP proximity and fix overlap issue | ||
|
||
Replay Control v1.1.1 | ||
- Add indicator option | ||
- Fix double hotkey bug | ||
|
||
Player Colors v1.1.2 | ||
- Improved default colors | ||
|
||
Default Screens v1.2.0 | ||
- Remove home screen as it is now built into Titan Reactor | ||
- Remove visibility options. Disable the plugin instead if you wish to hide the screens. | ||
|
||
## [Release-2] July 1st 2022 | ||
Battle Camera v1.1.1 | ||
- Add sound source option for fine tuning on audio listener location | ||
- Improved default settings using the highest performing blur quality | ||
|
||
Player Colors v1.1.1 | ||
- Add randomize option allowing to use custom colors in a random order every game | ||
- Enabled both custom color and randomize color options by default | ||
|
||
Recently Dead Units v1.1.1 | ||
- Removed toggle visible checkbox option | ||
- Fade out units over time | ||
|
||
Production Bar v1.1.1 | ||
- Add progress bar for training and building units | ||
- Add progress bar and icons for research and upgrades | ||
- Add production queue for selected building | ||
|
||
Player Bar v1.1.1 | ||
- Add supply cap coloring to text with accompanying configuration option | ||
|
||
[Unreleased]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-3...HEAD | ||
[Release-3]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-2...release-3 | ||
[Release-2]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-1...release-2 | ||
## [Unreleased] | ||
|
||
Too many to list. | ||
|
||
## [Release-3] | ||
Production Bar v1.1.2 | ||
- Use custom progress color bar option | ||
- UMS games won't show initial research with option selected | ||
|
||
Recently Dead Units v1.1.2 | ||
- Fix fade out opacity | ||
|
||
Default Camera v1.1.1 | ||
- Increase PIP proximity and fix overlap issue | ||
|
||
Replay Control v1.1.1 | ||
- Add indicator option | ||
- Fix double hotkey bug | ||
|
||
Player Colors v1.1.2 | ||
- Improved default colors | ||
|
||
Default Screens v1.2.0 | ||
- Remove home screen as it is now built into Titan Reactor | ||
- Remove visibility options. Disable the plugin instead if you wish to hide the screens. | ||
|
||
## [Release-2] July 1st 2022 | ||
Battle Camera v1.1.1 | ||
- Add sound source option for fine tuning on audio listener location | ||
- Improved default settings using the highest performing blur quality | ||
|
||
Player Colors v1.1.1 | ||
- Add randomize option allowing to use custom colors in a random order every game | ||
- Enabled both custom color and randomize color options by default | ||
|
||
Recently Dead Units v1.1.1 | ||
- Removed toggle visible checkbox option | ||
- Fade out units over time | ||
|
||
Production Bar v1.1.1 | ||
- Add progress bar for training and building units | ||
- Add progress bar and icons for research and upgrades | ||
- Add production queue for selected building | ||
|
||
Player Bar v1.1.1 | ||
- Add supply cap coloring to text with accompanying configuration option | ||
|
||
[Unreleased]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-3...HEAD | ||
[Release-3]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-2...release-3 | ||
[Release-2]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/release-1...release-2 | ||
[Release-1]: https://github.com/imbateam-gg/titan-reactor-official-plugins/compare/522952d7...release-1 |
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,14 +1,14 @@ | ||
# Official Titan Reactor Plugins | ||
|
||
Your plugin is **NOT** required to be in this repository. You are free to publish your plugin to `npm` without prior approval. However if you feel your plugin would qualify as an official plugin and would like to publish it under the **@titan-reactor-plugins** namespace you may create a PR for it here. Plugins must match an acceptable level of quality in order to be accepted into this repository. | ||
|
||
## Adding your plugin | ||
|
||
1) Create a **Pull Request** | ||
2) Make sure your plugin lives in their own unique directory and that it follows the standards found in the [CREATING PLUGINS](https://github.com/imbateam-gg/titan-reactor/blob/dev/CREATING_PLUGINS.md) documentation. Make sure your plugin name follows the template: `@titan-reactor-plugins/your-plugin-name`. | ||
3) If you wish to have your own repository, add your github respitory url to the external.json array. | ||
4) Once approved, your plugin will be published to npm under the **@titan-reactor-plugins** scope. | ||
|
||
## Running these plugins | ||
|
||
These plugins are not meant to run in an isolated node or web environment, but within Titan Reactor. You'll need to use the Plugin Manager and install the plugin from the Community tab in order to run any plugin here. | ||
# Official Titan Reactor Plugins | ||
|
||
Your plugin is **NOT** required to be in this repository. You are free to publish your plugin to `npm` without prior approval. However if you feel your plugin would qualify as an official plugin and would like to publish it under the **@titan-reactor-plugins** namespace you may create a PR for it here. Plugins must match an acceptable level of quality in order to be accepted into this repository. | ||
|
||
## Adding your plugin | ||
|
||
1) Create a **Pull Request** | ||
2) Make sure your plugin lives in their own unique directory and that it follows the standards found in the [CREATING PLUGINS](https://github.com/imbateam-gg/titan-reactor/blob/dev/CREATING_PLUGINS.md) documentation. Make sure your plugin name follows the template: `@titan-reactor-plugins/your-plugin-name`. | ||
3) If you wish to have your own repository, add your github respitory url to the external.json array. | ||
4) Once approved, your plugin will be published to npm under the **@titan-reactor-plugins** scope. | ||
|
||
## Running these plugins | ||
|
||
These plugins are not meant to run in an isolated node or web environment, but within Titan Reactor. You'll need to use the Plugin Manager and install the plugin from the Community tab in order to run any plugin here. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.