Commit Graph

351 Commits

Author SHA1 Message Date
Michael Green
25ce6979ad WIP 2025-01-11 12:48:49 +11:00
Michael Green
9145688d35 Merge branch 'main' into michael-j-green/issue86 2025-01-11 01:46:15 +11:00
Michael Green
d07300ecb5 WIP 2025-01-11 01:42:06 +11:00
Michael Green
86c207e389 WIP 2025-01-10 17:35:29 +11:00
Michael Green
a0a8495597 WIP 2025-01-09 16:22:08 +11:00
Michael Green
aa90b4ebc3 WIP 2025-01-09 15:31:28 +11:00
Michael Green
9e93ed1041 WIP 2025-01-09 01:54:24 +11:00
Michael Green
f8b9ca3b66 WIP 2025-01-09 01:34:48 +11:00
Michael Green
6863f65640 WIP 2025-01-09 00:48:34 +11:00
Michael Green
7c327eeb3e WIP 2025-01-07 12:40:26 +11:00
Michael Green
202c2c0b62 WIP 2025-01-07 11:58:55 +11:00
Michael Green
da98b1cd74 WIP 2025-01-07 00:48:56 +11:00
Michael Green
fc0d164a96 WIP 2025-01-06 22:55:06 +11:00
Michael Green
8153c42fe1 WIP 2025-01-04 09:38:46 +11:00
Michael Green
97645af336 WIP 2025-01-03 00:27:26 +11:00
Michael Green
42370a9699 WIP 2025-01-01 21:33:35 +11:00
Michael Green
1727a62150 WIP 2024-12-28 16:19:05 +11:00
Michael Green
c170d98a68 WIP 2024-12-27 16:35:32 +11:00
Michael Green
ae41fae54f WIP 2024-12-27 08:07:10 +11:00
Michael Green
ffd4dcbb33 WIP 2024-12-19 21:02:41 +11:00
Michael Green
c724d927bb WIP 2024-12-19 09:15:01 +11:00
Michael Green
a859d873e6 WIP 2024-12-15 12:32:27 +11:00
Michael Green
7a9827923f WIP 2024-12-15 11:17:13 +11:00
Michael Green
142f3ed561 WIP 2024-12-14 22:02:32 +11:00
Michael Green
2303ab5ffc WIP 2024-12-06 16:48:20 +11:00
Michael Green
173e49286b WIP 2024-12-06 12:25:17 +11:00
Michael Green
ca2dbfb4cd WIP 2024-11-20 11:16:10 +11:00
Michael Green
74171b50af WIP 2024-11-17 22:04:26 +11:00
Michael Green
b1fcfec14f Fix for generating launch links 2024-10-30 23:14:12 +11:00
Michael Green
e8ca8ca5ca Fix for EJS version bump 2024-10-28 23:29:23 +11:00
Michael Green
6f5b52058c Updated to the latest version of EJS (see: https://github.com/EmulatorJS/EmulatorJS/releases/tag/v4.1.1) 2024-10-28 23:18:49 +11:00
Michael Green
8b9d7c66ab Merge v1.7.7 update - #445 2024-10-28 23:14:31 +11:00
Michael Green
f19214ba6b Settings UI changes complete 2024-10-28 11:00:51 +11:00
Michael Green
2d63a1c416 Nightly build (#450) 2024-10-26 20:10:11 +11:00
Michael Green
f99eec2eec WIP - All server communications can now use Hasheous 2024-10-22 23:37:34 +11:00
Michael Green
b3ca94b217 WIP 2024-10-21 14:32:13 +11:00
Michael Green
53c79287a9 WIP - Bug hunting 2024-10-20 12:14:13 +11:00
Michael Green
48e4f17090 Fixed ratings loading in the preferences 2024-10-20 02:10:59 +11:00
Michael Green
478044a5a1 WIP - Images are now pulled via Hasheous proxy 2024-10-20 01:25:25 +11:00
Michael Green
f25b3d0eaa WIP - Can now pull via the Hasheous metadata proxy 2024-10-19 09:10:24 +11:00
Michael Green
574d3bc39e WIP 2024-10-18 10:25:48 +11:00
Michael Green
bca4dd178e Various BIOS file bug fixes 2024-10-02 15:38:06 +10:00
Michael Green
4a76436223 Hide favourite icon in similar games list + minor UI tweaks and fixes 2024-10-02 13:08:19 +10:00
Michael Green
32f6a86dc9 Migrate away from system version file to fetch 2024-10-02 12:25:08 +10:00
Michael Green
4075976ad8 Bump Hasheous-Client version 2024-10-02 11:17:32 +10:00
Michael Green
146597dd4b Minor UI tweaks (#431) 2024-09-20 15:00:44 -07:00
Michael Green
f4ba84a54f Update README.MD (#428) 2024-09-17 11:30:52 +10:00
Michael Green
64fb76484b Update to profile cards to display now-playing (#427) 2024-09-17 10:48:49 +10:00
Michael Green
bfade006bd New UI Styling Fixes (#426)
Resolve some issues with how the new UI renders.
2024-09-16 16:25:36 +10:00
Michael Green
c8140d7178 Revamp of BIOS handling (#423)
Many of the platforms are similar enough to other platforms that they'll
share the same BIOS files.

The current storage method stores BIOS files per platform, meaning that
files can be duplicated multiple times to satisfy the requirements of
each platform.

This change stores the files as their hash with a .bios extension
(example: `85ad74194e87c08904327de1a9443b7a.bios`) in a flat directory
structure. This allows BIOS files that are used by multiple platforms to
be shared without duplication.
2024-09-15 20:35:36 +10:00