1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
Commit graph

58 commits

Author SHA1 Message Date
Marc Robledo
c2d7f0b416 fixes for #79, #80 and other small Safari visual issues 2024-09-13 19:32:54 +02:00
Marc Robledo
9da53f0db5 - feat: inputMd5 validation in embeded patch object
- fix (patch-builder): do not load webworker if Patch Builder JS is not initialized
2024-08-31 10:17:32 +02:00
Marc Robledo
a4284790e0 version bump 3.0 RC4 2024-08-25 20:01:04 +02:00
Marc Robledo
b2f1b8d57e version 3.0RC3 2024-08-21 08:53:23 +02:00
Marc Robledo
1b7521feeb fix: drag and drop 2024-08-15 08:52:27 +02:00
Marc Robledo
a5f57f73ba feat (web): show initialization errors on browser console before throwing exceptions 2024-08-14 20:27:48 +02:00
Marc Robledo
c5c39a7703 feat (web): settings.requireValidation
feat (web): settings.oninitialize event
feat (web): allow optional embeded patches (will appear as checkboxes)
fix (web): allow null object as settings
2024-08-14 20:16:14 +02:00
Marc Robledo
9ec774421e fix: set fake patch file name when picking a patch from a zip file 2024-08-11 21:43:36 +02:00
Marc Robledo
de2f0e5c7d - feat (web): dynamic JS modules loading
- feat (web): added onloadpatch event
- fix (cli): fixed path for JS files
2024-08-11 21:30:25 +02:00
Marc Robledo
bc82f6d748 fixed thumbnail card path 2024-08-09 19:34:31 +02:00
Marc Robledo
f7014075ec version 3.0 2024-08-09 19:30:49 +02:00
Marc
41174df6c5 sort zipped files by name and folder 2024-07-21 12:52:54 +02:00
Marc Robledo
85f06ca770 version bump 2024-07-21 11:13:09 +02:00
Marc Robledo
c87df560e9 small tweak in how zip extensions are detected 2023-04-18 17:58:58 +02:00
Marc Robledo
f1164e7f67 fixed a small issue in APS GBA 2023-03-31 20:09:07 +02:00
Marc Robledo
1ea536ad27 added support for APS (GBA), fixing #58 2023-03-31 19:08:27 +02:00
Marc Robledo
0769fae972 added zip extension check, fixing #53 2023-02-04 08:11:57 +01:00
Marc Robledo
0709addaf9 settings: automatic GB/C and Mega Drive/Genesis ROM header fix 2022-11-10 19:09:53 +01:00
marcrobledo
df48e4679c version bump, forcing cache serviceworker refresh 2022-06-12 13:26:35 +02:00
marcrobledo
0b20d0aa72 added vcdiff extension to zip patch parser 2022-04-26 12:52:02 +02:00
Marc Robledo
e53479f1ce version bump, force service worker refresh 2022-04-17 19:10:51 +02:00
Marc Robledo
6586dd264f replaced github icon with octicon's 2022-03-25 21:02:28 +01:00
Marc Robledo
4d5846fbe9 force service worker installation trigger after 7e1734c 2022-03-25 20:23:12 +01:00
Marc Robledo
e13da86290 added settings screen with new features 2022-03-24 22:38:53 +01:00
Marc Robledo
84298e9cee force cache serviceworker update 2022-01-10 00:16:03 +01:00
Marc Robledo
539b3080bc fixed #34: Safari not working with zip files 2022-01-09 10:49:14 +01:00
Marc Robledo
458d7297e4 fixed MD5 hashing with >512MB files, ignore txt, readmes,etc files in zips, multiple predefined patches is now a dropdown, allowing user to choose and change patch without having to refresh the app 2021-09-20 08:47:26 +02:00
Marc Robledo
008ba151ed added language selector, looks like Chrome wasn't compatible with automatic detection 2020-11-06 21:00:06 +01:00
marcrobledo
a4eb4b1331 dirty fix for issue #12 2020-09-15 13:58:24 +02:00
Marc Robledo
41d9af379f fix manifest+PWA icon 2020-07-12 17:41:27 +02:00
Marc Robledo
8146f4860a patch creation can now create IPS patches if offsets are below format limit, rearranged files internally 2020-05-02 12:10:46 +02:00
Marc Robledo
e5bc46d725 fixing PWA cache 2020-03-03 17:45:59 +01:00
Marc Robledo
8ab9516238 messed up and regressed ppf.js in latest commit for some reason, this should fix it 2020-03-03 17:39:44 +01:00
Marc Robledo
462b2b6b11 added .mod (PMSR) support 2020-03-02 20:28:42 +01:00
Marc Robledo
30caa1f819 added full support for PPF2, also fixed PPF patching when patch file had an embeded file_id.diz, this should fix all PPF files! 2020-02-21 19:21:09 +01:00
Marc Robledo
94529e1a52 added zip support 2019-05-31 21:00:39 +02:00
Marc Robledo
e064063f97 PWA fix attempt 5b 2019-04-18 12:10:39 +02:00
Marc Robledo
7e966df0ec PWA fix attempt 5 2019-04-18 12:08:55 +02:00
Marc Robledo
a23fdbec00 PWA fix attempt 4b 2019-04-18 12:06:00 +02:00
Marc Robledo
1381ac34fb PWA fix attempt 4b 2019-04-18 12:03:39 +02:00
Marc Robledo
2bed40b48d PWA fix attempt 4 2019-04-18 12:02:38 +02:00
Marc Robledo
1dd2f6b49f PWA fix attempt 3 2019-04-18 09:28:43 +02:00
Marc Robledo
11bcf42cb3 PWA fix attempt 2 2019-04-18 09:26:40 +02:00
Marc Robledo
0dd1e01ed5 PWA fix attempt 1 2019-04-18 09:25:00 +02:00
Marc Robledo
e1e4415829 trying to fix PWA 2019-04-17 23:18:36 +02:00
Marc Robledo
e7d2bccc47 added RUP/PPF/xdelta support, added webworkers for a huge performance boost, added localization, other small fixes 2019-04-17 21:43:53 +02:00
Marc Robledo
9d85db3baa fixed important bugs while creating IPS patches and applying some BPS patches 2018-09-26 12:47:44 +02:00
Marc Robledo
860a2c33c4 improved SNES header check 2018-09-20 00:44:01 +02:00
marcrobledo
e70052e963 fixed an important bug while creating IPS patches in some cases 2018-09-19 09:44:18 +02:00
marcrobledo
8d0b35d179 added preliminary xdelta support (disabled by default), it works with small ROMs, but fails with bigger ROMs 2018-09-18 16:41:00 +02:00