Commit graph

  • be125fc4f9
    Merge d70c331f32 into b9304c8579 #196 Mauro 2023-11-25 14:38:18 +0100
  • d70c331f32 it localization typo fix #196 Mauro D'Arrigo 2023-11-25 14:37:20 +0100
  • 184349a216
    Merge 11de28f0f8 into b9304c8579 #194 Justin Dhillon 2023-11-11 12:43:34 -0800
  • 11de28f0f8 fixed marnav github link to include line numbers #194 Justin Dhillon 2023-11-11 12:43:28 -0800
  • c73bcac999
    Merge 01e8481a82 into b9304c8579 #195 Justin Dhillon 2023-11-06 13:21:57 -0800
  • 01e8481a82 fix nsp.cpp #195 Justin Dhillon 2023-11-06 13:12:56 -0800
  • a3d87311da fix xci.cpp Justin Dhillon 2023-11-06 13:11:03 -0800
  • 212577b43a replaced broken github file link Justin Dhillon 2023-11-06 13:00:15 -0800
  • b4b760eefe replaced broken link Justin Dhillon 2023-11-06 12:58:15 -0800
  • 8203594b83 replaced broken link to Kosmos-updater Justin Dhillon 2023-11-06 12:55:32 -0800
  • 8e0e591ad1 removed link to repo that does not exist anymore Justin Dhillon 2023-11-06 12:51:19 -0800
  • b9304c8579 Aligned memory for encryption to not corrupt nsz files compressed with zstd 1.5.0 and later master HookedBehemoth 2022-12-15 22:56:39 +0100
  • 664d9f3c6e Add traditional chinese (thanks to @qazrfv1234) see https://github.com/Huntereb/Awoo-Installer/issues/135 HookedBehemoth 2022-12-15 22:54:32 +0100
  • ee6716657f load korean font HookedBehemoth 2022-12-15 22:39:51 +0100
  • 4028c87161 bump version v1.3.5 1.3.5 HookedBehemoth 2022-12-15 16:27:18 +0100
  • 71555fb383 fix random warning HookedBehemoth 2022-12-15 16:23:22 +0100
  • b3a67e3992 use external patch source HookedBehemoth 2022-12-15 16:23:14 +0100
  • 975577fe81 use lambda for file sorting HookedBehemoth 2022-12-15 16:22:42 +0100
  • 32fe03aac3 Fix support for sparse NCAs wuwwyy 2021-09-30 03:19:51 +0200
  • 93b411d521 Fix build on latest libnx wuwwyy 2021-09-30 03:18:55 +0200
  • 5e3bae407c Update optionsPage.cpp DDinghoya 2021-12-07 21:48:55 +0900
  • 889c122b00
    fix german translation #170 okok7711 2022-04-30 14:03:11 +0200
  • 32fa7a3327 Sparse NCA Support & Latest libnx support (Credits to wuwwy) #166 8BitWonder 2022-02-27 18:45:11 -0500
  • 553a07b0dd
    Update optionsPage.cpp #158 DDinghoya 2021-12-07 21:48:55 +0900
  • a072b50d3f
    Merge 3252dc9660 into ad276d295b #123 Brian Capilla Fernández 2021-12-01 03:37:25 +0100
  • ad276d295b
    Updated options page for Korean translation Huntereb 2021-11-25 17:04:41 -0500
  • 497247750c
    Rename kr.json to ko.json Huntereb 2021-11-25 16:59:59 -0500
  • fb1cab78d5
    Create kr.json (#156) DDinghoya 2021-11-26 06:56:18 +0900
  • 8e1692abb4
    Fixed italian translation in "japanese style" (#151) Alispezzate 2021-11-25 22:55:22 +0100
  • 1af7420aaa
    Revise S./T. Chinese language (#127) dev Fumii Chuu 2021-11-22 02:49:23 +0900
  • e2551e713d
    Create CODE_OF_CONDUCT.md #157 hazzzy 2021-11-15 19:47:20 +0100
  • 09fba5b31e
    Update kr.json #156 DDinghoya 2021-11-14 11:25:46 +0900
  • e515f141bf
    Create kr.json DDinghoya 2021-11-13 10:40:31 +0900
  • 0024034b16 Fix support for sparse NCAs #153 wuwwyy 2021-09-30 03:19:51 +0200
  • 5f82590739 Fix build on latest libnx wuwwyy 2021-09-30 03:18:55 +0200
  • 749cdc25b4 Add support for HDD installs from Tinleaf wuwwyy 2021-09-30 03:15:19 +0200
  • 25ffcb0ca7 Fixed italian translation in "japanese style" #151 Alispezzate 2021-09-10 09:57:32 +0200
  • f5f6459073 Revise S./T. Chinese language #127 cai_miao 2021-01-21 21:35:32 +0900
  • 3252dc9660
    Add posibily to alternate to the boobs wolf ( × Y + ) #123 Brian Capilla Fernández 2020-12-27 17:07:27 +0100
  • f29491688a
    fix goofy german translation (#119) Wolf 2020-12-21 11:23:44 +0100
  • 4313cf0e7f
    Update de.json #119 Wolf 2020-12-18 13:53:05 +0100
  • 570114ba5e
    Update de.json Wolf 2020-12-18 13:08:13 +0100
  • 57ce600075
    fix wrong imperative for "gebe", change sie to du Wolf 2020-12-17 14:55:29 +0100
  • be5bc9981e
    fix goofy german translation Wolf 2020-12-16 21:32:02 +0100
  • fae9e223b6
    Update zh-CN lang #117 Fumii Chuu 2020-12-14 00:14:07 +0900
  • 3f7b8497db C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Oracle, and IBM, so it is available on many platforms. v1.3.4 1.3.4 Luis Scheurenbrand 2020-12-12 02:46:33 +0100
  • 048bbe3bcf C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Oracle, and IBM, so it is available on many platforms. #116 Luis Scheurenbrand 2020-12-12 02:46:33 +0100
  • c1a9658313 Minor fixes to Russian translation Dmitry Isaenko 2020-10-08 19:16:24 +0300
  • eed1817688 Add NS-USBloader network-stopper feature and also a bit fixed and corrected WaitSendNetworkData() function at network_util.cpp. Dmitry Isaenko 2020-09-29 02:48:33 +0300
  • 917e5ecd21 Minor fixes to Russian translation #106 Dmitry Isaenko 2020-10-08 19:16:24 +0300
  • dd2390f8c6
    Update pt.json (#107) Luís Lima 2020-10-07 05:37:12 +0100
  • f43d56513e
    Update pt.json #107 Luís Lima 2020-10-06 17:12:54 +0100
  • a0e4681e35 Add NS-USBloader network-stopper feature and also a bit fixed and corrected WaitSendNetworkData() function at network_util.cpp. Dmitry Isaenko 2020-09-29 02:48:33 +0300
  • bd7018f845 Handle potential crashing deleting files on the sd card Huntereb 2020-09-28 00:19:26 -0400
  • 31bc7f38c2 Enable sending a end message so ns-usbloader can see when we're done Huntereb 2020-09-28 00:10:31 -0400
  • 1446217d1e Some changes to socket handling Huntereb 2020-09-25 12:07:45 -0400
  • 0c929ca357 Don't delete old NCAs when re-installing titles Huntereb 2020-09-23 13:23:49 -0400
  • b6fff2fe69 "Hide Anime" now actually hides all anime, and disables sounds. Sounds can now be customized. Huntereb 2020-09-22 14:29:09 -0400
  • 8919dad2f5 Up version Huntereb 2020-09-21 00:25:07 -0400
  • e15331b7a1 Send exit command when returning to main menu from a USB install Huntereb 2020-09-21 00:20:35 -0400
  • b181a9183c Save URLs from previous net installations Huntereb 2020-09-20 23:22:33 -0400
  • 447226e955 Add Spanish to options screen Huntereb 2020-09-20 22:53:51 -0400
  • 0450512766
    Add Spanish (from Spain) translation (#103) Pablo Pérez Rodríguez 2020-09-21 03:44:36 +0200
  • edcbbbda54 Add message to tell people when their signature patches are bad Huntereb 2020-09-20 21:42:34 -0400
  • 5210576fea Remove space at end of line #103 Pablo Pérez Rodríguez 2020-09-08 17:51:33 +0200
  • ba37ac4ff0 Add Spanish (from Spain) translation Pablo Pérez Rodríguez 2020-09-08 16:54:19 +0200
  • 9f4e322c3a
    Fix one label in the fr translation (#102) Guillaume Serre 2020-09-02 05:49:02 +0200
  • 2c229cd3da
    Fix one label in the fr translation #102 Guillaume Serre 2020-08-17 15:10:45 +0200
  • d24e777e4a
    Fix system language determination for zh-CN (#96) Soar Qin 2020-08-09 07:59:43 +0800
  • d309548f55 Fix system language determination for zh-CN #96 Soar Qin 2020-07-19 15:17:45 +0800
  • e5fbcd999b
    Fix italian translation (#88) Le0xFF 2020-06-30 13:44:20 +0200
  • ca11548876
    Merge branch 'master' into master #88 Le0xFF 2020-06-30 13:34:09 +0200
  • 6ff03b52de
    Update fr.json (#89) Ekaekale 2020-06-29 22:53:26 +0200
  • cc16e0a45f
    Update de.json (#87) jelflein 2020-06-29 22:52:09 +0200
  • f9528d1acb
    Merge pull request #1 from Ekaekale/French-Translation-Fix #89 Ekaekale 2020-06-13 22:45:24 +0200
  • 12974824b5
    Update fr.json Ekaekale 2020-06-13 22:44:00 +0200
  • 13283e7162 Last fix (I hope) Le0xFF 2020-06-13 11:42:47 +0200
  • 654eb68b3b
    Update de.json #87 jelflein 2020-06-08 05:44:44 +0200
  • 34fa6b1dc2
    Fix italian translation (#84) Le0xFF 2020-06-08 03:56:08 +0200
  • 04c23228e4 Fix italian translation #84 Le0xFF 2020-06-07 12:29:25 +0200
  • 0cdcc913b1
    Misc. Japanese changes (#80) yyoossk 2020-06-04 08:34:57 +0900
  • 3ccb76ccd8
    Add files via upload #80 yyoossk 2020-06-01 15:39:39 +0900
  • 9985c0fd05
    japanese fix #78 yyoossk 2020-05-31 14:15:52 +0900
  • 7d363de0c1
    Update README.md Huntereb 2020-05-28 01:11:30 +0000
  • f605a0602d Update a8cb40e465dadaf9708c9b1896777ce6.png 1.3.3 Huntereb 2020-05-27 20:07:58 -0400
  • 4a766f76ca update plutonium HookedBehemoth 2020-05-27 20:01:42 +0200
  • 731492a6df Up version Huntereb 2020-05-27 13:14:10 -0400
  • 1e148251ce Update for libnx 3.3.0 Huntereb 2020-05-27 13:13:21 -0400
  • 3c911ad90a Add Portuguese to options page Huntereb 2020-05-27 12:48:13 -0400
  • 005e7d7fca
    Portuguese translation Luís Lima 2020-05-27 17:38:54 +0100
  • c2875fee56
    Create pt.json #68 Luís Lima 2020-04-20 18:09:59 +0100
  • 4e584e3545
    improve multi-files install desc. string (#61) WanderMax 2020-04-20 08:05:21 +0800
  • eb499cad0b
    Update to libnx 3.1.0 (#66) masagrator 2020-04-19 20:24:58 +0200
  • 279f900ac6 Update to libnx 3.1.0 #66 masagrator 2020-04-12 20:59:26 +0200
  • ea2e4271d0
    improve multi-files install desc. string #61 WanderMax 2020-03-24 13:39:57 +0800
  • 5feb5e9e43
    Merge pull request #2 from Huntereb/master WanderMax 2020-03-24 00:37:16 -0500
  • 4370eb9f1e
    Chinese Simplified translation fix (#57) WanderMax 2020-03-23 09:45:33 -0500
  • 44a80ad7ce
    Update zh-CN.json #57 WanderMax 2020-03-22 19:19:16 +0800
  • c04558e01c
    cooperate fix WanderMax 2020-03-22 19:18:50 +0800
  • 064c4632ea
    small fix WanderMax 2020-03-21 09:04:21 +0800