Log of /branches/mono-cache-support/EmuXPortal.Api
Directory Listing
Revision
353 -
Directory Listing
Modified
Tue Dec 19 20:04:59 2017 UTC
(4 years, 5 months ago)
by
william
update config testing directive, and add a TODO (which can probably be left as is)
Revision
352 -
Directory Listing
Modified
Tue Dec 19 20:01:56 2017 UTC
(4 years, 5 months ago)
by
william
+ add support to load roms from cache when rom path is unavailable
+ add support to cache roms locally
** to copy a rom locally: select the rom and press Ctrl+C
** to delete a rom locally: select the rom and press Ctrl+D
** to favorite a rom: select the rom and press Ctrl+F
+ add support to pull rom favorites from cache if needed
Revision
350 -
Directory Listing
Modified
Tue Dec 19 16:43:00 2017 UTC
(4 years, 5 months ago)
by
william
update to code so that a rom can be copied to a local cache by pressing Ctrl+C
Revision
346 -
Directory Listing
Modified
Tue Dec 19 12:22:08 2017 UTC
(4 years, 5 months ago)
by
william
add a splash screen to display the progress of the rom cache loading
Revision
345 -
Directory Listing
Modified
Tue Dec 19 11:15:25 2017 UTC
(4 years, 5 months ago)
by
william
update EmuXPortal.Api/Api/IEmuRom.cs -- if the dictionary does not contain said rom, then when adding the new rom, make sure to also look for a rom image file
Revision
343 -
Directory Listing
Modified
Tue Dec 19 10:58:53 2017 UTC
(4 years, 5 months ago)
by
william
using xml linq in EmuXPortal.Api/Api/ConfigLoader.cs
Revision
342 -
Directory Listing
Modified
Tue Dec 19 10:44:40 2017 UTC
(4 years, 5 months ago)
by
william
fix up last bit of support for shoehorning the cacheing system into the main program
Revision
341 -
Directory Listing
Modified
Tue Dec 19 08:32:04 2017 UTC
(4 years, 5 months ago)
by
william
update RomFavorite to pull rom data from the cache
Revision
340 -
Directory Listing
Modified
Tue Dec 19 07:43:56 2017 UTC
(4 years, 5 months ago)
by
william
implement caching in the gui app
Revision
339 -
Directory Listing
Modified
Tue Dec 19 03:58:49 2017 UTC
(4 years, 5 months ago)
by
william
update EmuXPortal.Cacher
Revision
338 -
Directory Listing
Modified
Tue Dec 19 03:57:11 2017 UTC
(4 years, 5 months ago)
by
william
update to merge from /branches/mono -- this file was also not properly merged
Revision
337 -
Directory Listing
Modified
Tue Dec 19 03:55:53 2017 UTC
(4 years, 5 months ago)
by
william
update to merge from /branches/mono -- these files were not properly merged
Revision
336 -
Directory Listing
Modified
Tue Dec 19 03:46:23 2017 UTC
(4 years, 5 months ago)
by
william
merge changes from branch /branches/mono (image resource loading + old rom config)
Revision
323 -
Directory Listing
Modified
Tue Dec 19 00:05:27 2017 UTC
(4 years, 5 months ago)
by
william
+ create a branch to work on cacheing
Revision
318 -
Directory Listing
Modified
Mon Dec 18 04:41:27 2017 UTC
(4 years, 5 months ago)
by
william
Original Path:
branches/mono/EmuXPortal.Api
+ add support for:
** updating cached configs
** updating cached roms (including images)
** removing missing cached roms
** updating external configs
** NOTE: a platform that has external configs cannot have roms (or vice versa)
A warning will be logged if this condition is not met
Revision
314 -
Directory Listing
Modified
Mon Dec 18 02:02:21 2017 UTC
(4 years, 5 months ago)
by
william
Original Path:
branches/mono/EmuXPortal.Api
+ add support to build cache for all platforms in a give path
+ add support to cancel the cache generation