80 Commits

Author SHA1 Message Date
c341a83d12 Overlay now differentiates between skills and bosses for metrics. 2025-05-22 12:04:00 -04:00
e9977a663c Fixed issue with overlay not properly being disposed of when closed. 2025-05-22 12:03:35 -04:00
d00b7bef3e Added list of skills. 2025-05-22 12:03:05 -04:00
1fe4df4b7b Added timer to splash screen to simulate data load. 2025-05-22 11:43:38 -04:00
bc46830939 Added support for testsing of competition overlay. 2025-05-22 11:38:05 -04:00
1963c1a922 Reverted overlay update to run synchronously to fix issue with accessing objects from different threads 2025-05-22 11:37:43 -04:00
3fde352a15 Disabled some error handling that was throwing errors erroneously 2025-05-22 11:36:35 -04:00
5356e1a541 Added variables to home page for calling competition overlay. 2025-05-22 11:13:29 -04:00
f19d186008 Removed unnecessary functionality remaining from standalone overlay app. 2025-05-22 11:13:08 -04:00
276f6c08fc Added an icon to show on windows, in taskbar, and on shortcuts. 2025-05-22 10:58:13 -04:00
c4370af08c Created home page view to act as the main landing for the application. 2025-05-22 10:49:02 -04:00
0d997585ac Adjusted splash screen to enable loading of data prior to launching main application. 2025-05-22 10:48:28 -04:00
3807349f1f Removed template-generated main window. 2025-05-22 10:47:52 -04:00
5b016f9801 Removed unnecessary MVVM layers for the splash screen. 2025-05-22 10:47:16 -04:00
f297fef417 Added support for user settings. 2025-05-22 07:54:58 -04:00
3ef41a5fd9 Merge branch 'master' of https://github.com/Kalakoi/osrs-toolbox 2025-05-22 07:53:01 -04:00
014a4ae67a Added splash screen for loading application data and made it the default window. 2025-05-22 07:52:03 -04:00
18833df637 Made MainWindow referenceable from other windows. 2025-05-22 07:51:20 -04:00
3c1a372f9a Update README.md 2025-05-21 16:17:51 -04:00
8e6edbe6ed Updated to allow passing of data to overlay view creation. 2025-05-21 16:11:10 -04:00
386a5acf59 Changed update function to run asynchronously to avoid blocking GUI updates. 2025-05-21 16:08:09 -04:00
05b49d6c8c Modified competition overlay view to be referenceable from other windows. 2025-05-21 16:02:19 -04:00
525549c9cc Added Wise Old Man competition overlay from standalone project. 2025-05-21 15:57:16 -04:00
b06280910e Added basic Wise Old Man API functionality for getting player, group, and competition information. 2025-05-21 14:28:07 -04:00
16703da27f Added loadable external resources for ironman and hiscores icons. 2025-05-21 14:27:28 -04:00
62976ee23a Added outlined text block for legibility in transparent views. 2025-05-21 13:57:05 -04:00
dd829e4845 Added basic REST service support and object types for Wise Old Man usage. 2025-05-21 12:34:06 -04:00
d51b227ca6 Added Model-View-ViewModel framework support. 2025-05-21 12:06:16 -04:00
ian
7f7edc25da Add project files. 2025-05-21 11:46:55 -04:00
ian
2506cd4cbb Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2025-05-21 11:46:52 -04:00