81 Commits

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