Skip to content

Commit

Permalink
update to new folder structure and types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpineda committed Jun 24, 2023
1 parent c60061e commit 18b7cb8
Show file tree
Hide file tree
Showing 103 changed files with 14,330 additions and 8,388 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules
100 changes: 50 additions & 50 deletions CHANGELOG.md
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
28 changes: 14 additions & 14 deletions README.md
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.
6 changes: 0 additions & 6 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 18b7cb8

Please sign in to comment.