Rikko
6af340da3d
Migrate plugin manager to API 8
2023-06-21 00:25:42 +05:30
Rikko
72d2d62601
Replace "Loading..." text with the exception message if any
2023-06-16 00:18:04 +05:30
Rikko
2d74b52d2f
Optimize new plugin detection mechanism
2023-05-14 15:41:24 +05:30
Sravan
b48119bd36
updated the screenmessage for new plugins
...
Prints only a single message depending on number of plugins.
2023-05-13 20:32:48 +05:30
Sravan
263ee994ae
bump to new version
...
Change the version
2023-05-13 19:51:45 +05:30
Sravan
ddf150e08b
Added new api version check with that of the game and plugin supported.
...
This checks the game api version and plugin version and only prints screenmessage of only game supported plugins.
2023-05-13 17:40:55 +05:30
kingsamurai123
0c2b7becaf
[ci] auto-format
2023-05-13 07:36:46 +00:00
Sravan
599a215faa
Changed the key in dictionary to plugin name
...
Removed the extra property from the plugin class and also changed the key to plugin name in the new sorted plugin dictionary to increase the stability.
2023-05-13 13:04:30 +05:30
kingsamurai123
1eef94f77a
[ci] auto-format
2023-05-10 19:26:00 +00:00
Sravan
59b7bdbdc4
Changed the logic to print new plugins
...
Instead of checking the locally present plugins details. This will print the n latest plugins based on release date.
2023-05-11 00:50:42 +05:30
Sravan
60dee789ae
Display new plugins details
...
Whenever new plugins get added to the manager, the game displays the count and names of the plugins.
2023-05-10 00:43:02 +05:30
Rikko
789f95f6b1
Bump to v0.3.2
2023-04-30 22:46:21 +05:30
Rikko
7cf7f7b6d1
Resolve spaces to underscores when searching for plugins
2023-04-30 22:45:54 +05:30
Rikko
c81e3a6af7
Set current tag dynamically
2023-04-30 22:33:01 +05:30
Rikko
dbbb0ba32c
Fix double sounds
2023-04-30 22:24:56 +05:30
Sravan
0b856baf34
Y-axis typo
2023-03-04 18:15:08 +05:30
Sravan
cedd1b1501
Increase plugin window width
...
Increased the plugin window size and moved the buttons to the left.
2023-03-04 15:40:01 +05:30
Sravan
2ff6d49834
Changed the version in PM and index
...
Added the version change in PluginManager.py and index.json
2023-03-04 13:28:23 +05:30
Sravan
71479e5b5e
Resize the window and buttons
...
Resized the plugin window popup and also moved the buttons to limit the overlapping with the description.
2023-03-04 13:01:48 +05:30
Sravan Kumar
cb5df36b6d
Bump the plugin manager version to 0.3.0
2023-02-12 14:42:57 +00:00
kingsamurai123
6e457dae84
[ci] auto-format
2023-02-08 14:16:49 +00:00
Loup
958b4c6231
Merge branch 'add-tutorial-button' into Add-tutorial-button
2023-02-07 23:20:41 +05:30
Loup
7efede3699
Attempt at fixing conflict
2023-02-07 23:12:23 +05:30
Loup
d13591e473
updated version
2023-02-07 22:02:32 +05:30
Loup
fe4d41177a
Added confirmation window
2023-02-07 21:55:25 +05:30
Sravan
3d13058adb
Changed the tutorial button position
...
As the previous UI button was replacing the settings button in some plugins. Changed the UI position.
2023-01-31 20:58:30 +05:30
Sravan Kumar
ee2715d3ec
Bump the plugin manager version
...
Changed the plugin manager minor version to reflect in the existing consoles as an updated version.
2023-01-31 15:41:31 +05:30
Sravan Kumar
faf2b8a0b8
Final tutorial button
...
Changed the texture to "frameInset" and the button will only appear only if the external_url is not empty.
2023-01-31 15:39:13 +05:30
Sravan Kumar
ac26f010aa
UI changes for tutorial button
...
UI has been added for the tutorial button along with the URL reference. Still need to update for non-existent URL logic and texture.
2023-01-30 22:51:39 +05:30
Rikko
2672a5a4b0
Bump to v0.2.2
2023-01-18 19:02:12 +05:30
Rikko
be065fb4f7
Merge branch 'play-back-sound-once' into autoformat-description
2023-01-18 19:02:05 +05:30
rikkolovescats
f00a899a4e
[ci] auto-format
2023-01-18 13:25:52 +00:00
Rikko
e783e2bfa3
get_description as a class method
2023-01-18 18:54:16 +05:30
kingsamurai123
23b4866435
[ci] auto-format
2023-01-18 18:52:58 +05:30
Sravan Kumar
a0bb69ddd7
Update for get_description function
...
Changed the partition function to get_description function and moved inside the draw_ui to make it working.
2023-01-18 18:52:58 +05:30
kingsamurai123
5caa5bdf2f
[ci] auto-format
2023-01-18 18:52:58 +05:30
Sravan Kumar
7a8e9d3155
Add partition function
...
Added the partition function to 'PluginWindow' class. This function inserts new line breaks, for a specific character offset count.
2023-01-18 18:52:58 +05:30
Rikko
59974adb99
Play back press sound only once
2022-12-17 22:28:44 +05:30
Rikko
8ac1032d71
Release v0.2.1
2022-12-17 20:17:17 +05:30
Rikko
840bedfcef
Workaround DNS blocks
2022-12-17 20:17:17 +05:30
! Freaku
df9a29f5c2
Fixing a bug
2022-12-05 22:03:13 +05:30
! Freaku
6aa0f6f677
Replace on_plugin_manager_prompt to default plugin setting ui
2022-12-05 21:39:08 +05:30
Rikko
e122d0f709
Slight color changes
2022-12-05 20:55:07 +05:30
Loup
0d03b1bece
Added discord and GitHub textures on button
2022-12-05 17:29:06 +05:30
rikkolovescats
09b6832007
[ci] auto-format
2022-12-03 15:37:23 +00:00
Rikko
0b499f92fe
Plugin search now works on author names, description
2022-12-03 21:04:51 +05:30
Rikko
bbce3bdb7b
Bump source to v0.1.8
2022-11-30 20:00:44 +05:30
! Freaku
3d5e24d495
Switching to HTTPS (1/6 commits)
2022-11-30 18:31:00 +05:30
Rikko
2fe966ccae
https -> http
...
https://github.com/bombsquad-community/plugin-manager/pull/48#discussion_r986313257
2022-10-04 06:50:42 +05:30
Rikko
6f9fc4baaa
Plugin index: Avoid making multiple network requests in parallel
2022-10-03 22:35:47 +05:30