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

45 commits

Author SHA1 Message Date
DSG (Destitute Streetdwelling Guttersnipe)
2ba96ca093
fix truncation logic (truncate is a property of class IPS) 2023-09-23 16:11:49 +07:00
DSG (Destitute Streetdwelling Guttersnipe)
8e2d73eb21 [fix] rec can be undefined in IPS.prototype.export 2023-08-23 03:18:51 +00:00
Marc Robledo
f396d1f8a1
removed language string in en 2023-06-30 20:21:47 +02:00
Marc Robledo
277c8d9c09
remove language string in zh-tw 2023-06-30 20:21:16 +02:00
-Shiken-
558c6a31a4
Merge branch 'marcrobledo:master' into master 2023-04-19 10:07:41 +08:00
Marc Robledo
c87df560e9 small tweak in how zip extensions are detected 2023-04-18 17:58:58 +02:00
shiken
c0e9c50a55 add zh-tw translation
add zh-tw(traditional Chinese/正體中文) locale translation.
2023-04-17 03:09:57 +08:00
Marc Robledo
f1164e7f67 fixed a small issue in APS GBA 2023-03-31 20:09:07 +02:00
Marc Robledo
4ed1066771 removed unneeded code 2023-03-31 19:59:21 +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
Felipe
e6b475c468
Updated brazilian portuguese translation
Translated the new strings and changed a few ones.
2023-01-28 20:45:03 -03:00
Marc Robledo
0709addaf9 settings: automatic GB/C and Mega Drive/Genesis ROM header fix 2022-11-10 19:09:53 +01:00
marcrobledo
8f1a5738a7 fixed broken string in latest PR 2022-06-12 13:26:06 +02:00
Seve32
983770c8c2
Update french Translation 2022-05-25 16:06:01 +02:00
Marc Robledo
0a2bdf01c1
Merge pull request #47 from StarFang208/master
Italian translation
2022-04-26 13:07:56 +02:00
marcrobledo
0b20d0aa72 added vcdiff extension to zip patch parser 2022-04-26 12:52:02 +02:00
StarFang208
bc5abc2149
Update locale.js
Added the italian language.
2022-04-17 20:22:07 +02:00
Marc Robledo
af60e80985 fix for IPS: can expand target ROM now if truncate flag is bigger than source ROM 2022-04-17 19:10:24 +02:00
Marc Robledo
e81b3d821b standarized Valencià lang code 2022-04-17 19:08:38 +02:00
Tsolete
ae93c0e88e
Add files via upload 2022-04-03 22:42:59 +02:00
Tsolete
c1ef0aa26f
Update locale.js
Añadido idioma valenciano
2022-03-27 17:52:34 +02:00
laqieer
244b4bd60b make Japanese translation text shorter 2022-03-25 20:22:51 +08:00
laqieer
d3b72aede0 fix: Japanese and Chinese translation of new added texts for settings 2022-03-25 20:11:42 +08:00
Marc Robledo
e13da86290 added settings screen with new features 2022-03-24 22:38:53 +01:00
Marc Robledo
a45e635696
Merge pull request #40 from laqieer/fix/ups_cut_glitch
Fix: UPS patch's cut glitch
2022-03-18 10:26:07 +01:00
laqieer
8dde2fd9b7 support new language: Chinese (Simplified) 2022-03-15 22:27:39 +08:00
laqieer
367cdfe4fe fix: fix the glitch that cut the end of the file if it's larger than the changed file patch was originally created with 2022-03-15 21:48:46 +08:00
laqieer
98aa4f3580 fix: fix the glitch that cut the end of the file if it's larger than the changed file patch was originally created with 2022-03-15 21:48:34 +08:00
laqieer
3dd109c6d9 fix the glitch that cut the end of the file if it's larger than the changed file patch was originally created with 2022-03-15 21:48:21 +08:00
Marc Robledo
7aefea0359
Merge pull request #37 from flagrama/unupdated-localized-string-fix
setMessage: Use l11n key and set data-localize attr
2022-01-09 22:41:24 +01:00
Marc Robledo
539b3080bc fixed #34: Safari not working with zip files 2022-01-09 10:49:14 +01:00
Vincent Cunningham
d187e88e5d
setMessage: Use l11n key and set data-localize attr 2022-01-02 21:01:44 -05: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
Admentus64
8c5a3dae1c sv_nl
Added Swedish and Dutch localizations
2021-04-25 09:39:45 +02:00
Natizyskunk
4147557fe0
Update locale.js
Adding missing accent in 'creating_patch' french translation.
2021-04-19 15:05:09 +02:00
Natizyskunk
a03a656e6f
Update locale.js
Adding french translation.
2021-04-19 15:01:05 +02:00
Pk11
51603e9252 Set document language on language change
Prevents Chinese forms of characters being used for Japanese (or vise versa if Chinese gets added) if the computer's language isn't set to that language.
2021-03-08 00:46:12 -06:00
Pk11
470cfa3133 Add Japanese translation 2021-03-07 20:55:00 -06:00
patryckpo
15ab9a85fa
Added brazilian portuguese language 2021-02-15 15:30:21 -03:00
GhostlyDark
71ab04c1f0 Remove inline CSS and inline JS
Gets rid of the inline CSS and inline JS. Allows for a stricter CSP implementation.
2020-11-07 19:06:16 +01:00
Marc Robledo
008ba151ed added language selector, looks like Chrome wasn't compatible with automatic detection 2020-11-06 21:00:06 +01:00
GhostlyDark
30bd823574
locale.js - Add German translation
Added German translation and removed the colons for create_patch.
2020-11-06 17:24:39 +01:00
marcrobledo
a4eb4b1331 dirty fix for issue #12 2020-09-15 13:58:24 +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