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

86 commits

Author SHA1 Message Date
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
Marc Robledo
df3be5ed59
Merge pull request #41 from laqieer/feat/zh_CN
Feature: support new language: Chinese (Simplified)
2022-03-16 09:26:56 +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
84298e9cee force cache serviceworker update 2022-01-10 00:16:03 +01: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
Marc Robledo
bcc714f179
Merge pull request #28 from Admentus64/new-localizations
sv_nl
2021-08-13 17:43:14 +02:00
Admentus64
8c5a3dae1c sv_nl
Added Swedish and Dutch localizations
2021-04-25 09:39:45 +02:00
Marc Robledo
c7890d29a3
Merge pull request #27 from Natizyskunk/master
Update locale.js
2021-04-23 12:43:22 +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
Marc Robledo
8475cd3fdf
Merge pull request #25 from Epicpkmn11/japanese-translation
Add Japanese translation
2021-03-18 19:08:17 +01: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
Marc Robledo
6c5bb529ce
Merge pull request #24 from patryckpo/master
Added brazilian portuguese language
2021-02-27 10:46:38 +01:00
patryckpo
53b185c88f
Added brazilian portuguese language 2021-02-15 15:52:12 -03:00
patryckpo
15ab9a85fa
Added brazilian portuguese language 2021-02-15 15:30:21 -03:00
Marc Robledo
ef28a16c3c
Merge pull request #19 from GhostlyDark/master
Remove inline CSS and inline JS
2020-12-04 10:35:18 +01:00
Marc Robledo
dd4509bdef
Merge pull request #20 from GhostlyDark/css-fix
Improve language selector
2020-12-04 10:11:36 +01:00
GhostlyDark
f585e78d4a Improve language selector
Prevent the language options from having white text on white background when the cursor is moved away.
2020-11-20 21:00:49 +01: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
583615d2be added thumbnail for sharing purposes 2020-11-06 21:18:54 +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
Marc Robledo
fb00500f23
Merge pull request #18 from GhostlyDark/master
locale.js - Add German translation
2020-11-06 20:10:12 +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
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
c59a8cbfd0
Merge pull request #9 from romhack/master
Added russian locale
2019-04-23 09:40:33 +02:00
romhack
423f60ea1f added russian locale 2019-04-20 22:05:12 +03: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