Commit Graph

238 Commits

Author SHA1 Message Date
1011025m
15d81cf8a7 Add Hyperion mockup bootstrapper style 2023-05-09 21:01:47 +08:00
pizzaboxer
39d919811f
Add support for game message communication (#183)
game scripts can print a client message to send messages to bloxstrap, right now only for setting the presence status

message is a json string formatted with the properties "command" and "data" that's prefixed with the string "[SendBloxstrapMessage]"

example:
print('[SendBloxstrapMessage] {"command":"SetPresenceStatus", "data":"hi"}')
2023-05-09 12:21:56 +01:00
pizzaboxer
51ff6680e3
Merge pull request #218 from fxeP1/main
Implement Direct3D10 rendering mode.
2023-05-07 07:53:17 +01:00
pizzaboxer
5b7d52581c
Minor wording change 2023-05-07 07:52:45 +01:00
fxe
1a4ebad370
Implement Direct3D10 rendering mode. 2023-05-06 09:47:16 +01:00
pizzaboxer
74f63df43a
Fix typo in ReShade removal notice (#195)
mfw https://twitter.com/boxerpizza/status/1650825767553495041 came back to slap me in the face
2023-05-05 08:47:05 +01:00
pizzaboxer
cec5c58e7c
Last minute fixes 2023-05-04 14:16:06 +01:00
pizzaboxer
1dfc299f48
Bump project version (2.2.0 -> 2.3.0) 2023-05-04 11:11:59 +01:00
pizzaboxer
0b90c66e1c
Remove ZWinPlayer64 from selectable channels 2023-05-04 11:11:30 +01:00
pizzaboxer
95360e57c4
Remove ReShade from licenses in about tab 2023-05-04 11:10:00 +01:00
pizzaboxer
2b8d8de06d
Fix 32-bit removal
oops screwed up that one webview2 registry key
2023-05-04 10:50:32 +01:00
pizzaboxer
c068bd339e
Reword descriptions in menu 2023-05-04 10:39:40 +01:00
pizzaboxer
85ecef310a
Remove 32-bit support
💀💀💀 32 bit is GONE 💀💀💀
2023-05-04 10:15:55 +01:00
pizzaboxer
7d672d6a0f
Remove ReShade
💀💀💀 reshade is gone 💀💀💀
2023-05-04 10:06:34 +01:00
pizzaboxer
d1527535e4
Rename a bunch of classes
yea
2023-05-03 18:19:26 +01:00
pizzaboxer
e4ae6f6ccc
Addendum - invisible unicode characters 2023-05-03 18:16:32 +01:00
pizzaboxer
a2acb24638
Fix dc presence not working with short game name 2023-05-03 16:48:18 +01:00
pizzaboxer
bff6efe2c5
Move FastFlag config to separate tab 2023-05-02 00:05:33 +01:00
pizzaboxer
ec93ff0351
Minor changes 2023-05-01 23:40:49 +01:00
pizzaboxer
65739b8f92
New logo - Iteration 2
i had the gradient the wrong way round the entire time lol
2023-05-01 23:30:54 +01:00
pizzaboxer
bb4537d148
New logo
its better i think
2023-05-01 23:15:21 +01:00
pizzaboxer
c04dba8d73
Add button to open ClientAppSettings.json 2023-05-01 21:57:46 +01:00
pizzaboxer
e6bfac46fe
Fix first-time installation 2023-05-01 15:14:18 +01:00
pizzaboxer
8cd6690a33
Rework notification handling, make Job ID copyable 2023-04-30 21:38:54 +01:00
pizzaboxer
41ca2e92fd
where tf did the submodule go 2023-04-30 17:58:45 +01:00
pizzaboxer
1787bc12aa
Revert "Delegate wpfui library from nuget to submodule"
This reverts commit 19bf34b392.
2023-04-30 17:54:26 +01:00
pizzaboxer
19bf34b392
Delegate wpfui library from nuget to submodule
ci warnings be like: lol
2023-04-30 17:50:27 +01:00
pizzaboxer
93694a5ff4
Add more options for channel change behaviour 2023-04-30 00:59:23 +01:00
pizzaboxer
b82241bbd3
Auto clean up log files older than a week 2023-04-30 00:32:09 +01:00
pizzaboxer
606aadda97
Turn DeployManager from singleton to helper
this really did not need to be oop lol
2023-04-29 23:55:43 +01:00
pizzaboxer
115badc6a5
Merge pull request #158 from pizzaboxer/dependabot/nuget/CommunityToolkit.Mvvm-8.2.0
Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.0
2023-04-27 18:12:15 +01:00
dependabot[bot]
cff4919369
Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.0
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 17:01:46 +00:00
pizzaboxer
a7f0b14081
Add selector between Voxel and Future lighting 2023-04-27 12:14:25 +01:00
pizzaboxer
58fb73c127
Refactor class structure for singletons/utilities
cleanup necessary namespaces and adjust namespaces for certain classes to better represent what they're for
models, helpers and tools are all different and shouldnt really be under the same namespace
2023-04-26 21:14:35 +01:00
pizzaboxer
903fc42128
Check disk space based on manifest sizes 2023-04-26 14:04:27 +01:00
pizzaboxer
580173d31c
Check if preferred channel is still being updated 2023-04-26 13:37:35 +01:00
pizzaboxer
8a250391d0
Merge pull request #151 from EasternBloxxer/patch-2
Add the future lighting toggle to mods
2023-04-26 12:51:20 +01:00
pizzaboxer
cc337a3c7b
Fix formatting (4 spaces) 2023-04-26 12:49:53 +01:00
pizzaboxer
0efc43b445
Adjust wording and ordering 2023-04-26 12:42:09 +01:00
EasternBloxxer
1754f0de71
Update ModsPage.xaml 2023-04-24 18:03:08 +03:00
EasternBloxxer
e7431c652d
Update ModsPage.xaml
Fixed weird visual studio formatting.
2023-04-24 13:53:18 +03:00
EasternBloxxer
76efc5ac57
Ignore the above commits.......... 2023-04-24 02:52:15 +03:00
EasternBloxxer
6c3fa8685d
Update ModsPage.xaml
Oops!
2023-04-24 02:48:49 +03:00
EasternBloxxer
1e8b43631b
Update ModsViewModel.cs
Same as the other one.
2023-04-24 02:40:00 +03:00
EasternBloxxer
7d84806e68
Update ModsPage.xaml
Add future thing
2023-04-24 02:36:58 +03:00
pizzaboxer
64db0527b3
Use clientsettingscdn instead of clientsettings 2023-04-23 15:54:46 +01:00
pizzaboxer
4630b3c9bd
Fix formatting
I LOVE VISUAL STUDIO
2023-04-22 21:32:26 +01:00
pizzaboxer
b89bb0a140
Preserve time spent when teleporting within game 2023-04-22 21:31:48 +01:00
pizzaboxer
f28d956367
Add FFlag mod preset for mobile Lua app interface
lol
2023-04-21 18:42:46 +01:00
pizzaboxer
8dde69d580
Fix FastFlags being loaded too early 2023-04-21 18:25:32 +01:00