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

174 commits

Author SHA1 Message Date
Marc Robledo
1e8c2060f9 patch builder can now set metadata information to RUP and EBP patches 2025-04-30 11:39:23 +02:00
Marc Robledo
72e62674ae updated twitter thumbnail with correct dimensions 2025-04-30 11:38:46 +02:00
Marc Robledo
9b26668e7f fix: EBP creation 2025-04-30 09:36:50 +02:00
Marc Robledo
bd43cffc10
Merge pull request #88 from Supremekirb/EarthBoundPatch
Support for EBP format
2025-04-30 08:56:08 +02:00
Marc Robledo
3b13994737 small refactor 2025-04-30 01:15:28 +02:00
Marc Robledo
844cfcb5a6 refactor and added EBP description showing in frontend 2025-04-30 01:11:55 +02:00
Supremekirb
198c046424 Fix to default EBP metadata 2025-04-27 17:52:30 +09:30
Supremekirb
b052fdda13 EBP support 2025-04-27 17:43:07 +09:30
Marc Robledo
df456bdfb9 fix RUP overflow data not being processed as it should
fix RUP patch creation with different file sizes
2024-11-02 11:35:16 +01:00
Marc
1ee279b014 fix: created patches were not saving in npm module 2024-10-08 13:54:57 +02:00
Marc
a4cead0515 added needed data for npm module publishing 2024-10-08 13:18:55 +02:00
Marc Robledo
192be24951 fixed legacy link to 3.0 2024-10-02 20:11:25 +02:00
Marc Robledo
8a34106d9d fixed footer link to legacy version 2024-10-02 20:08:44 +02:00
Marc Robledo
8f61ae9914 version bump, final 3.0 version released 2024-10-02 18:14:57 +02:00
Marc Robledo
235e3c511f
Merge pull request #82 from bbtufty/index-path
Fix RomPatcher path
2024-09-15 10:39:27 +02:00
bbtufty
93dec80434 Fix RomPatcher path 2024-09-15 07:39:11 +01:00
Marc Robledo
c2d7f0b416 fixes for #79, #80 and other small Safari visual issues 2024-09-13 19:32:54 +02:00
Marc Robledo
a010576839
Update README.md 2024-09-10 12:53:30 +02:00
Marc Robledo
f890987cd0
added a new site to the list of sites that use Rom Patcher JS 2024-09-08 13:30:21 +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
abb4a3ab8a fix: safari is now ignored in setFakeFile 2024-08-25 20:00:49 +02:00
Marc Robledo
5e248e2565 refactor (bps): added BPS.calculateFileChecksum 2024-08-25 19:59:59 +02:00
Marc Robledo
b2f1b8d57e version 3.0RC3 2024-08-21 08:53:23 +02:00
Marc Robledo
4a928085fc hotfix (bps): fixed bps creation checksums 2024-08-21 08:37:20 +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 Robledo
20a97ae39f
Merge pull request #73 from den13501/patch-1
Update zh-tw translation
2024-08-08 21:44:54 +02:00
-Shiken-
06af8b2cdd
Update zh-tw translation 2024-08-03 04:38:08 +08: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
c1293bb3ed show expected ROM source if patch can validate source, for issue #69 2024-07-21 11:12:39 +02:00
Marc Robledo
0992132c57 removed bsp.js file since it has nothing to do with Pokemon Prism 2024-07-20 16:31:28 +02:00
Marc Robledo
725601d43f fixed bsp date 2024-07-20 16:25:33 +02:00
Marc Robledo
b6ec7b683a Merge branch 'vagnercruz-master' 2024-07-20 16:23:21 +02:00
Marc Robledo
3863c9a877 reverted regressions 2024-07-20 16:19:45 +02:00
vagnercruz
cc3c5b971c BSP Support 2024-06-18 18:32:56 -03:00
vagnercruz
b064213133 docs: Update README.md 2024-06-13 13:57:37 -03:00
Marc Robledo
da9226e090
Merge pull request #68 from GhostlyDark/german
locale.js: Update German localization
2024-06-08 14:00:43 +02:00
GhostlyDark
5bb2ccd9c3 locale.js: Update German localization 2024-05-02 17:26:10 +02:00
Marc Robledo
1a41b57a70
Update README.md 2023-12-11 11:32:28 +01:00
Marc Robledo
7b6dee44cf
Merge pull request #64 from Destitute-Streetdwelling-Guttersnipe/fix-ips-error
[fix] `rec` can be undefined in `IPS.prototype.export`
2023-09-23 11:30:21 +02:00
DSG (Destitute Streetdwelling Guttersnipe)
2ba96ca093
fix truncation logic (truncate is a property of class IPS) 2023-09-23 16:11:49 +07:00
Marc Robledo
75726403e2
Merge pull request #65 from AsparagusEduardo/patch-1
Remove duplicate Spanish entry
2023-09-17 17:41:43 +02:00
Eduardo Quezada D'Ottone
616faea627
Remove duplicate Spanish entry 2023-09-08 18:11:08 -03:00