futile
|
5c73ee7bd5
|
improve (tighten) scoping of unsafe blocks
|
2025-09-13 16:50:44 +01:00 |
|
futile
|
71c3c69ea2
|
a few clippy fixes
|
2025-09-12 05:04:12 +01:00 |
|
futile
|
ab026c0bc6
|
adapt codebase to own, new system info impl
|
2025-09-12 01:07:10 +01:00 |
|
futile
|
c2584b5d01
|
reimplement "update checking" in the form of a simple button that goes to latest release
|
2025-09-09 14:07:46 +01:00 |
|
futile
|
5348a1d6ee
|
rip out update checking (too unreliable)
|
2025-09-09 03:15:01 +01:00 |
|
futile
|
f63d24ea43
|
improve reliability and logging when running into game access denied issues
|
2025-09-09 03:03:32 +01:00 |
|
futile
|
660e7a874f
|
improve reliability of panic hook by moving it to main and always creating its storage path
|
2025-09-06 12:10:38 +01:00 |
|
futile
|
72abda7352
|
partial fix some weird colouring that was introduced in egui 0.32 (?)
|
2025-09-05 17:12:38 +01:00 |
|
futile
|
5c5e6d60a1
|
add option to launch legacy version of the game & fix epic games launch urls
|
2025-09-05 16:09:24 +01:00 |
|
futile
|
a9a965462a
|
random small fixes
|
2025-09-05 13:24:16 +01:00 |
|
futile
|
06df466d24
|
switch back to ureq from nyquest for http client
note: even if this raises binary size by a significant amount, it should in theory be more reliable, so it is a worthy sacrifice.
|
2025-09-04 07:41:54 +01:00 |
|
futile
|
b8c444dc5b
|
move theme refresh button to debug menu
|
2025-09-04 06:21:27 +01:00 |
|
futile
|
10e69eaac3
|
rework (error) logging
|
2025-05-16 10:03:48 +01:00 |
|
futile
|
9dbfbc4419
|
rework storage paths a bit
|
2025-05-13 09:40:45 +01:00 |
|
futile
|
070e477fd4
|
derive default on some shit instead of manually
|
2025-05-10 06:57:26 +01:00 |
|
futile
|
7745bba10e
|
improve styling in relation to windows theme
|
2025-05-10 06:44:58 +01:00 |
|
futile
|
8d7a0d12b9
|
don't force capture backtrace in panic hook & otherwise improve gui::run
|
2025-05-04 18:36:32 +01:00 |
|
futile
|
b325ebb03c
|
clippy stuff
|
2025-05-04 18:21:55 +01:00 |
|
futile
|
38c6402a12
|
split ui of App::show_debug_viewport into App::add_debug_viewport_contents
|
2025-05-04 18:01:50 +01:00 |
|
futile
|
73d610949f
|
use nyquest instead of ureq for http client
|
2025-05-03 13:10:40 +01:00 |
|
futile
|
7f358d9adb
|
change how module roots are organized
|
2025-05-01 11:23:27 +01:00 |
|
futile
|
7caa5421f7
|
eliminate chrono dependency by using unix timestamp in panic logs
|
2025-04-30 01:36:17 +01:00 |
|
futile
|
1dbdc0e4cb
|
remove redundant method to_color32
|
2025-04-26 04:42:29 +01:00 |
|
futile
|
3610e44a08
|
create trait UiExt
|
2025-04-26 04:37:10 +01:00 |
|
futile
|
f5fd22d35c
|
redesign if_failed_return_to_unblocked to if_failed_return_to_boolean
|
2025-04-26 04:23:37 +01:00 |
|
futile
|
3ab802fd56
|
make RED, YELLOW, and GREEN slightly brighter
|
2025-04-23 14:33:08 +01:00 |
|
futile
|
53030cc5f7
|
add debug menu feature to change blocked_status of GameNetworking
|
2025-04-23 14:32:29 +01:00 |
|
futile
|
1f6fc22525
|
check for app elevation in Default of Flags
|
2025-04-21 12:38:20 +01:00 |
|
futile
|
1c9ce2a4d3
|
remember to place to_color32 for BlockedStatus in the correct place
|
2025-04-20 07:57:41 +01:00 |
|
futile
|
d789b0f62d
|
rework networking indicator dot
|
2025-04-20 07:33:34 +01:00 |
|
futile
|
914ffe46d2
|
add tooltip to game networking indicator
|
2025-04-20 06:55:43 +01:00 |
|
futile
|
ccc27b1944
|
slightly tweak features::game_networking design & add visual indicator for blocking failing due to game being closed
|
2025-04-20 01:25:25 +01:00 |
|
futile
|
18052d0c78
|
add red/green circle indicator beside Block/Unblock buttons
|
2025-04-19 10:35:47 +01:00 |
|
futile
|
09f5a3895b
|
use windows api instead of netsh command to manage game's network access
|
2025-04-19 10:34:10 +01:00 |
|
futile
|
89892ef592
|
change a couple of imports in gui::app
|
2025-04-19 07:20:49 +01:00 |
|
futile
|
61de3aeee3
|
move debug viewport code to own module
|
2025-04-19 06:48:56 +01:00 |
|
futile
|
4ed00e6ac3
|
don't assign PersistentState to variable when setting
|
2025-04-19 05:23:11 +01:00 |
|
futile
|
332db0ea03
|
document the process of gui::run::app_creator with comments
|
2025-04-19 05:18:04 +01:00 |
|
futile
|
64d13e3964
|
move EmptySession::run_timers back into main update loop so it actually runs
|
2025-04-19 05:02:24 +01:00 |
|
futile
|
feb3a793d9
|
redesign how anti afk activates
|
2025-04-19 04:54:02 +01:00 |
|
futile
|
585f454bc0
|
hunt down some unused pubs
|
2025-04-19 04:45:47 +01:00 |
|
futile
|
27524e855a
|
numerous improvements in gui and feature code
|
2025-04-19 04:28:24 +01:00 |
|
futile
|
0257834d04
|
add checkbox to debug to spoof new version of the app beign available
|
2025-04-18 20:32:39 +01:00 |
|
futile
|
668a6eb38b
|
get rid of clippy-related allows
|
2025-04-18 04:44:11 +01:00 |
|
futile
|
0de79769d2
|
reorganize some consts
|
2025-04-18 03:17:40 +01:00 |
|
futile
|
69eda1103d
|
improve panic hook
|
2025-04-18 01:50:19 +01:00 |
|
futile
|
19b1ade758
|
remove 1 to_string and replace some others with to_owned
|
2025-04-18 00:59:07 +01:00 |
|
futile
|
186371f835
|
include new release's version in download hover
|
2025-04-17 22:36:10 +01:00 |
|
futile
|
d992d6b8f6
|
refactor gui module
|
2025-04-17 20:52:19 +01:00 |
|
futile
|
b71dbbdf03
|
change for loop syntax in build_combo_box
|
2025-04-17 20:38:16 +01:00 |
|