forked from goatcorp/PluginDistD17
-
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 distribute (51170c5bda09725e6cf744ae94d4256cbe332e64)
- Loading branch information
1 parent
22bd828
commit 48120f5
Showing
177 changed files
with
2,369 additions
and
1,739 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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,19 +1,25 @@ | ||
{ | ||
"Author": "Anna", | ||
"Author": "Infi, Anna", | ||
"Name": "Chat 2", | ||
"InternalName": "ChatTwo", | ||
"AssemblyVersion": "1.18.10.0", | ||
"Description": "Chat 2 is a complete rewrite of the in-game chat window as a plugin. It\nsupports:\n\n- Unlimited tabs\n- Tabs that always send to a certain channel\n- More flexible filtering\n- RGB channel colouring\n- Completely variable font size\n- Sidebar tabs\n- Unread counts\n- Screenshot mode (obfuscate names)", | ||
"AssemblyVersion": "1.25.4.0", | ||
"Description": "Chat 2 is a complete rewrite of the in-game chat window as a plugin.\nIt supports:\n\n- Unlimited tabs\n- Tabs that always send to a certain channel\n- More flexible filtering\n- RGB channel colouring\n- Completely variable font size\n- Sidebar tabs\n- Unread counts\n- Emotes\n- Screenshot mode (obfuscate names)", | ||
"ApplicableVersion": "any", | ||
"RepoUrl": "https://git.anna.lgbt/anna/ChatTwo", | ||
"RepoUrl": "https://github.com/Infiziert90/ChatTwo", | ||
"Tags": [ | ||
"Social", | ||
"UI", | ||
"Chat", | ||
"Replacement" | ||
], | ||
"DalamudApiLevel": 9, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪", | ||
"AcceptsFeedback": false, | ||
"FeedbackMessage": "Submit only bugs to https://github.com/anna/plugin-issues", | ||
"Changelog": "**New**\n- Database Viewer (/chat2Viewer)\n - View your previous message history in a standard chat format\n - Search for sender or specified text content\n - Ability to specify a date range\n - Select specific chat channels you want displayed\n - Only show your current characters history, or combined across your account\n - Quickly page through hundreds of messages in quick succession\n - Tip: You can resize the sender column\n\n**Updates**\n- Some emotes have been blocked from being parsed\n- Replaced some internal functions with their CS version\n- French localisation update\n\n**Fixes**\n- AutoTranslate missing entries, like Viera\n- Fix for shuffled messages on startup [thanks `@dean`]\n- Fix for adventurer plate button not working after character switch [thanks `@dean`]", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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,22 @@ | ||
{ | ||
"Author": "hunter2_", | ||
"Name": "Minesweeper", | ||
"InternalName": "DalamudMinesweeper", | ||
"AssemblyVersion": "1.1.0.4", | ||
"Description": "Logic puzzle in which you find and flag hidden mines. \nLeft click to uncover a square, right click to place a flag. \nClick a number that has the right number of flags to reveal adjacent tiles. \nThe game ends when all mines are flagged and all safe squares have been uncovered. \nClick the smiley face to start a new game.", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"minesweeper", | ||
"minigame", | ||
"puzzle" | ||
], | ||
"DalamudApiLevel": 9, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Classic puzzle game.", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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,27 @@ | ||
{ | ||
"Author": "Marconsou", | ||
"Name": "Deep Dungeon Tracker", | ||
"InternalName": "DeepDungeonTracker", | ||
"AssemblyVersion": "1.0.0.8", | ||
"Description": "-Keep track of the number of kills, coffers opened, regeneration potions consumed, potsherds obtained, total time and more.\n-Examine the collected data.\n-Scoring.", | ||
"ApplicableVersion": "any", | ||
"RepoUrl": "https://github.com/marconsou/deep-dungeon-tracker", | ||
"Tags": [ | ||
"deep", | ||
"dungeon", | ||
"tracker", | ||
"dd", | ||
"potd", | ||
"hoh", | ||
"eo" | ||
], | ||
"DalamudApiLevel": 9, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Track things inside Deep Dungeons (Solo only).", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
stable/EasyTranslate.DalamudPlugin/EasyTranslate.DalamudPlugin.json
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,25 @@ | ||
{ | ||
"Author": "Olaren", | ||
"Name": "Easy Translate", | ||
"InternalName": "EasyTranslate.DalamudPlugin", | ||
"AssemblyVersion": "2.1.0.0", | ||
"Description": "Search anything and get the translations in other languages. Use /et to open the ui", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"translate", | ||
"translation", | ||
"english", | ||
"french", | ||
"german", | ||
"japanese" | ||
], | ||
"DalamudApiLevel": 9, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Translate anything!", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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,24 @@ | ||
{ | ||
"Author": "Meoiswa", | ||
"Name": "Fast Job Switcher", | ||
"InternalName": "FastJobSwitcher", | ||
"AssemblyVersion": "1.1.0.0", | ||
"Description": "Enables the player to switch jobs using their three letter acronyms as commands. (*: five or more)", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"UI", | ||
"convenience", | ||
"command", | ||
"jobs", | ||
"switch" | ||
], | ||
"DalamudApiLevel": 9, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Always five* keystrokes away from any job", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
Oops, something went wrong.