Commit Graph

128 Commits

Author SHA1 Message Date
J-D-K
973e1dab0f Add save extending, start getting settings + extras back 2021-07-13 21:48:43 -04:00
J-D-K
750d1a2b24 updated 2021-07-12 19:24:11 -04:00
J-D-K
f75cf63cf7 update/fix some stuff 2021-07-11 02:47:45 -04:00
J-D-K
6fdd7d33e7 WIP UI Update 2021-07-09 23:05:19 -04:00
J-D-K
3e89939308 Add language override bool 2021-06-14 23:00:03 -04:00
J-D-K
b5037abd83 Restore color pulse, fix up zh-TW line breaking rules, fix load screen 2021-06-14 22:26:36 -04:00
J-D-K
e34a3f36c7 >>WIP Early<< SDL2 GFX 2021-06-02 17:05:57 -04:00
J-D-K
a02b3e82c3 Fix a couple things 2021-05-27 17:56:04 -04:00
J-D-K
5080aaeac1 New Snap/Journal space fix 2021-05-05 19:59:40 -04:00
J-D-K
97aa90034a Quick and dirty HID update 2020-12-20 01:20:35 -05:00
J-D-K
abfa13fbc1 Add path filtering(Not tested thoroughly) 2020-11-01 16:31:16 -05:00
J-D-K
11a382794b Add sort options 2020-08-27 16:11:18 -04:00
J-D-K
50b195f398 Add play time 2020-08-04 19:05:13 -04:00
J-D-K
555d36e5d0 Push svi reading code, remove free space checking 2020-07-17 20:36:11 -04:00
J-D-K
ad6b6faedd Make jpeg errors not call exit() 2020-07-14 17:23:33 -04:00
J-D-K
d8cbb3401a Add online update code, alpha mask for icons, optimize gfx a bit better 2020-07-09 23:24:57 -04:00
J-D-K
3969716bb9 Clean up some stuff. 2020-06-23 22:25:07 -04:00
J-D-K
2918aedff9 Revise stuff 2020-06-13 14:13:00 -04:00
J-D-K
fa257562f4 Fix some text UI stuff, get rid of gross if. 2020-06-10 17:48:34 -04:00
J-D-K
9e87758298 Add a few things to readme 2020-06-07 19:09:07 -04:00
J-D-K
8a4e68e3ff Add ZIP restore 2020-06-07 12:05:58 -04:00
J-D-K
633a97a568 Add drawTextf, drawTextfWrap, Add ZIP export (import later) 2020-06-06 21:58:27 -04:00
J-D-K
749c8fd654 Stop loading icons i don't use 2020-06-04 21:55:00 -04:00
J-D-K
4420e7c164 Use std::unordered_map for icons instead of class/vectors 2020-06-04 19:59:15 -04:00
J-D-K
c9bba1eca5 Add new external strings, fix up some things. 2020-06-04 11:03:14 -04:00
J-D-K
97b37b1351 Add definable paths/safe titles. 2020-06-03 12:43:06 -04:00
J-D-K
657b41111f Fix up readme, add spaces to traditional chinese for line breaking, fix up some other stuff 2020-06-02 22:38:11 -04:00
J-D-K
9d1008c8d4 Make config save after exiting menu, add restore default. Fix typo in traditional chinese file. 2020-05-29 17:54:37 -04:00
J-D-K
da120ade39 Add quote reading to dataFile, add more to translatable strings 2020-05-26 20:40:32 -04:00
J-D-K
c6e90bb85a Handle all save data types 2020-05-25 14:21:24 -04:00
J-D-K
41da3c8a92 Fix favorites, try to not make copies of users in memory 2020-05-24 22:52:19 -04:00
J-D-K
7cde0a12ba Clean up data 2020-05-24 19:48:13 -04:00
J-D-K
bdd1a1d88d Remove namespace from source files, add more text to translation text, add place holder files for translations, make folder menus share functions 2020-05-22 22:17:33 -04:00
J-D-K
de57365d1e Add asctime for naming, add skip user option 2020-05-20 16:18:44 -04:00
J-D-K
7ba9cbb97a Add loading screen, fix some things. 2020-05-19 20:39:52 -04:00
J-D-K
69f3891d24 Add option to directly use FS commands. 2020-05-19 18:01:55 -04:00
J-D-K
77918c8387 Change user select, finally rename colors. 2020-05-16 00:01:31 -04:00
J-D-K
197b0b0c67 Fix missing button prompts 2020-05-15 13:54:16 -04:00
J-D-K
d872f2f904 Remove touch controls, add support for system saves tied to accounts, add option to enable system save writing, bugs! 2020-05-15 01:00:47 -04:00
J-D-K
9f71b479f7 Add way to bail from batch backup, change button glyph macro, add force mount option, shorten hold time 2020-05-14 19:30:51 -04:00
J-D-K
cbea40e42e Add back RomFS opening to extras, add free space checks 2020-05-08 02:30:41 -04:00
J-D-K
052b24b1be Add defineable path 2020-04-30 20:59:33 -04:00
J-D-K
ac4375465e Shorten hold time, add translation support for important strings, remove applet detection 2020-04-26 22:30:58 -04:00
J-D-K
5d13264e57 Add erasing + rescan 2020-04-17 13:05:59 -04:00
J-D-K
3b4b125826 Add delete save data option button. Also, maybe future translation support. 2020-04-15 13:24:15 -04:00
J-D-K
60d70b53bb Add options for holding 2020-04-14 14:23:00 -04:00
J-D-K
4716225ce6 Fix up some stuff, use va_list for log 2020-04-10 01:50:18 -04:00
J-D-K
099a334c2f Clean some stuff up 2020-04-08 00:29:17 -04:00
J-D-K
0729edc35c Start looking closer/Cleanup(Maybe) 2020-04-07 23:14:40 -04:00
J-D-K
fa86675563 Tweak textboxes 2020-04-06 19:14:36 -04:00