pizzaboxer
6cb72a8038
Add custom integration support ( #76 )
2023-02-14 18:46:17 +00:00
pizzaboxer
8a4cc67893
Rearrange menu, one-time desktop icon creation
2023-02-13 22:25:57 +00:00
pizzaboxer
4b360ca471
Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap
2023-02-13 22:05:12 +00:00
pizzaboxer
a634351c9d
Add logging
...
saves to bloxstrap folder if installed, temp local appdata folder if not installed or uninstalling
2023-02-13 22:05:10 +00:00
pizzaboxer
bc3792aa8e
Merge pull request #83 from pizzaboxer/dependabot/github_actions/vedantmgoyal2009/winget-releaser-2
...
Bump vedantmgoyal2009/winget-releaser from 1 to 2
2023-02-13 17:37:47 +00:00
dependabot[bot]
602fb2fd0e
Bump vedantmgoyal2009/winget-releaser from 1 to 2
...
Bumps [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser ) from 1 to 2.
- [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases )
- [Commits](https://github.com/vedantmgoyal2009/winget-releaser/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: vedantmgoyal2009/winget-releaser
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 17:14:59 +00:00
pizzaboxer
72783ec391
Add icon preview to menu
2023-02-13 13:40:50 +00:00
pizzaboxer
eb6b5a7216
Overhaul icon management
...
was expecting this to be really difficult but then i just winged it and it worked waht the fuck
2023-02-13 13:16:44 +00:00
pizzaboxer
48d09f6730
Draft design and functionality for Fluent Dialog
2023-02-12 23:19:00 +00:00
pizzaboxer
d07f99afcc
Merge pull request #81 from pizzaboxer/architecture-rework
...
Revamp bootstrapper/dialog handling
2023-02-11 21:40:04 +00:00
pizzaboxer
0c4f7b4a27
Make install cancelling more reliable
2023-02-11 21:31:19 +00:00
pizzaboxer
a0be3fa970
Minor bootstrapper code refactor
2023-02-11 20:19:59 +00:00
pizzaboxer
1805e31f86
Minor refactoring of VistaDialog
2023-02-11 19:56:07 +00:00
pizzaboxer
d2557b4be5
Add error handling for new bootstrapper handler
2023-02-11 19:21:20 +00:00
pizzaboxer
ff8e68abb2
Break down logic for bootstrapper/dialog handling
...
The functionality for how bootstrapper dialogs are handled has been broken down to be more relevant to the sections of code.
Bootstrapper initialization and preview configuration are now handled by app startup and the preferences menu respectively, rather than all being handled in the dialog constructor.
Next things to do are handle exceptions and cancellation.
2023-02-11 18:57:58 +00:00
pizzaboxer
287bb2b3f7
Make bootstrapper independent of dialog
2023-02-11 18:06:11 +00:00
pizzaboxer
93ad0fb609
Rework dialog handling for better generic support
...
preparation for FluentDIalog
2023-02-10 10:46:58 +00:00
pizzaboxer
d468157488
Add info prompt before initial installation
...
Also fixed a bug with config saving being handled incorrectly
2023-02-05 10:18:32 +00:00
pizzaboxer
3143b17666
Move mod manifest to State.json
2023-02-04 21:32:35 +00:00
pizzaboxer
c1b892787a
Add State file
2023-02-04 17:44:08 +00:00
pizzaboxer
93b082263b
Refactor settings management
2023-02-04 17:03:26 +00:00
pizzaboxer
deee40fb5c
Minor bootstrapper refactoring
2023-02-04 16:14:28 +00:00
pizzaboxer
f9869459be
Update about page contributors
2023-02-03 22:06:51 +00:00
pizzaboxer
7eb9aa88f2
Add support for multi-instance launching ( #72 )
...
didnt fully look into handling mutex ownership and it'll probably screw up when the first roblox window is closed so hopefully this works fine 👍
2023-02-03 22:00:55 +00:00
pizzaboxer
abd56959f2
Fix bug with Bloxstrap not staying open
...
looks like my dumbass completely forgot why i used application.run to begin with
2023-02-03 21:31:36 +00:00
pizzaboxer
02727cc751
Move ReShade folder to Integrations
...
Also adjusted design of ReShade settings in menu, and moved Screenshots folder to Pictures folder.
2023-02-03 20:44:28 +00:00
pizzaboxer
6fa7a73ac7
Merge pull request #78 from pizzaboxer/menu-redesign-v3
...
Menu redesign
2023-02-03 19:04:10 +00:00
pizzaboxer
8b1001331a
Merge branch 'main' into menu-redesign-v3
2023-02-03 18:16:14 +00:00
pizzaboxer
19d3deecf4
Fix bug with app still runnning in background
2023-02-03 18:14:03 +00:00
pizzaboxer
8793a18ffd
Add icons in sidebar
2023-02-03 17:58:30 +00:00
pizzaboxer
5c331a8ee4
Remove old configuration menu
2023-02-03 17:45:46 +00:00
pizzaboxer
8552d94a4a
Add backend code for new menu
2023-02-03 17:37:10 +00:00
pizzaboxer
f9140334b3
Add help topics and improve design
2023-02-01 00:29:08 +00:00
pizzaboxer
e9aa42e4f1
Publish draft for config menu redesign
2023-01-31 18:19:01 +00:00
pizzaboxer
695384fffb
Merge pull request #74 from pizzaboxer/wpf-migration
...
Migrate project base from WinForms to WPF
2023-01-27 20:10:07 +00:00
pizzaboxer
735e7bf533
Fix project name string referencing
2023-01-27 20:05:25 +00:00
pizzaboxer
4ad11af9ee
Centralize WPF theme management
2023-01-27 19:35:51 +00:00
pizzaboxer
000de99c37
Fix quiet launching
...
Since this isn't a WinForms app anymore, there's no need to start the bootstrapper dialog as a new application with Application.Run.
2023-01-27 19:12:34 +00:00
pizzaboxer
d7b8efbc2c
Cleanup namespace ordering
2023-01-27 15:54:18 +00:00
pizzaboxer
3f69b1a998
Fix directory structure
2023-01-27 15:26:41 +00:00
pizzaboxer
cd63ee3cc7
Port files to WPF application
2023-01-27 15:25:13 +00:00
pizzaboxer
44183090e0
Initialize stock WPF application
2023-01-27 13:22:02 +00:00
pizzaboxer
0f8cd4a922
Add icon for launching from desktop
2023-01-21 22:32:06 +00:00
pizzaboxer
e10e2a830b
Finalize ReShade support
...
should hopefully be all done now, i think...?
2023-01-21 20:20:30 +00:00
pizzaboxer
c65b43a353
Add auto-updating ReShade config
2023-01-20 20:55:57 +00:00
pizzaboxer
b74f9776b8
Forgot to add back using statement
2023-01-17 22:18:18 +00:00
pizzaboxer
83f37ee6c3
Rework Preferences menu and file modding
...
Adds help windows to the Preferences menu, reworked directory structure and allowed files in the root mod directory to be applied to the version folder.
2023-01-17 22:13:51 +00:00
pizzaboxer
fea122f928
Followup on ReShade support
...
Added ReShade/preset updating, UI fonts and Extravi's ReShade config
2023-01-16 10:06:28 +00:00
pizzaboxer
7f978c22a4
Publish draft for ReShade support
...
Only things left to implement are updating for ReShade/Extravi's presets, credits, and hopefully some bug fixes.
2023-01-15 17:51:53 +00:00
pizzaboxer
84233ea254
Add check for free disk space
2023-01-13 22:54:35 +00:00