Commit Graph

112 Commits

Author SHA1 Message Date
friedkeenan
3ae331a2b5
Fixed formatting and added default case
The default case acts like the system theme is the dark one, because who really use the light theme?
2018-09-10 20:13:50 -05:00
friedkeenan
e42df316d7
Hopefully removed all the duplicate code 2018-09-10 00:28:08 -05:00
friedkeenan
ca6a2ad810
Moved not-color settings to the proper place 2018-09-09 23:42:04 -05:00
friedkeenan
a3ee372649
Removed duplicate code and made missing settings better
I tried to remove as much duplicate code as I think I can

Also missing settings in the hbtheme.cfg file will now be supplemented by the default values
2018-09-09 22:57:58 -05:00
friedkeenan
43af1fc96f
Revert readme and fix formatting 2018-09-09 21:28:08 -05:00
friedkeenan
20221d6b0d
Added theming info 2018-09-09 17:35:03 -05:00
friedkeenan
d9ba481844
Implement theming and fix spelling errors
Now requires libconfig
"separator" was spelled "seperator"
2018-09-09 16:33:41 -05:00
SegFault42
4987cbddb1 fix memset error 2018-08-16 19:13:29 -04:00
Pika
8034053d99 fix parallel building (#54)
* fix parallel building
2018-08-14 20:25:32 -04:00
YY
13676f64fd Improved Japanese language support:
* Improved slight ~ serious Japanese translation miss.
* Added new STR_JP.
2018-07-31 20:34:52 -04:00
AntonioDePau
d36044daea Update language.c (#19)
* Update language.c
2018-07-31 19:43:53 -04:00
MCPE_PC
1e2c2cc877 🦄 Improve & add Korean language 2018-07-31 14:04:44 -04:00
Thompson Lee
03e7b110e7 Updated language.c for Traditional Chinese (#33)
* Updated language.c 

to correct current Traditional Chinese translations.
2018-07-31 13:00:59 -04:00
yellows8
509b24578c
Updated README. 2018-07-30 17:35:55 -04:00
Steven Mattera
00e96fd53b Added touch controls. (#41)
* Added touch controls.
2018-07-30 17:23:34 -04:00
yellows8
c4d22af61e Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
Connor Rigby
dbd1958837 Remove usage of freetype-config 2018-07-27 20:55:30 -04:00
yellows8
7c3bb175d9 Added font-loading support for the pc-build. 2018-07-24 21:50:01 -04:00
Dave Murphy
6544353245 create switch folder if it doesn't exist (#39)
Fixes #38.
2018-05-30 11:16:16 -04:00
Dave Murphy
4539b8e78d clean up includes for OSX 2018-05-12 16:57:17 +02:00
yellows8
94b1d648d1 Fixed string warnings with gcc 8.1.0. 2018-05-09 21:25:53 -04:00
yellows8
bbf6bf50f7 Always set PING_ENABLED=1, and removed outdated comment. 2018-05-08 16:28:55 -04:00
yellows8
1e232372d2 Use shared-font. Setting s_textLang is still disabled, until language.c is updated. Check for setsysInitialize failure. Moved .nxfnt files into data/unused/. Currently text will not display with the pc-build since no font is loaded for it. Disabled y+=baseline in text-drawing, and adjusted all callers y-pos to manually add the original baseline (so that y-pos matches with the different font). 2018-04-28 11:55:16 -04:00
yellows8
4563794505 Use nacp.h from libnx. Clear errortext in netloader_error(). 2018-04-26 17:28:58 -04:00
yellows8
8506e1b316 In netloader_error(), use same msgbox width/height as main() since 'OK' wasn't displayed properly. Also use snprintf instead of sprintf in netloader_error(). 2018-03-20 23:34:51 -04:00
yellows8
f738578dc1 Use a copy of the input text string for message-box. 2018-03-20 23:15:21 -04:00
yellows8
e61285c25e Added comment regarding audio data/. 2018-03-19 21:49:47 -04:00
yellows8
1364106d73 Use '(void)' for audio_initialize/audio_exit. 2018-03-19 20:57:55 -04:00
yellows8
22740b8f4b Added code for audio playback via ENABLE_AUDIO define, this is disabled by default. 2018-03-19 20:48:33 -04:00
Dave Murphy
03a4de8c25 use iquote for libnx headers on pc (#29) 2018-03-19 18:57:47 -04:00
yellows8
5731858272 Moved 'v' from APP_VERSION in Makefile to Makefile.nx/Makefile.pc, so that the version in the built nro-nacp doesn't include 'v'. Removed nxlink.h include since switch.h has this. 2018-03-19 18:36:58 -04:00
Dave Murphy
ebced71ec3 Add nxlink support (#27)
* Add nxlink support

* use libnx nro.h

* make sure path doesn't overflow

* convert indentation to spaces
2018-03-19 21:42:58 +01:00
Dave Murphy
e684bb1b71 fix old style initialisers 2018-03-14 23:49:03 +01:00
yellows8
a20cdb5781 Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments. 2018-03-11 19:58:41 -04:00
yellows8
9aaac6f01e Moved the message-box 'OK' text into language.c. Display the Result from envGetLastLoadResult() with a message-box when required. 2018-03-11 17:43:36 -04:00
Dave Murphy
27d195e118 Use __SWITCH__ rather than SWITCH 2018-03-11 00:37:03 +01:00
Dave Murphy
7d5617254a fix building on OSX
requires latest bin2s from https://github.com/devkitPro/general-tools
2018-03-05 20:42:24 +01:00
Adubbz
e93a484e86 Added basic message boxes 2018-03-05 20:41:42 +01:00
james
bec1047ab9 add icon.jpg 2018-02-28 23:43:29 +01:00
yellows8
dd78d0f8d7 Appended '/' to the switch path checked for NRO-auto-detect. 2018-02-27 22:14:56 -05:00
yellows8
8f734a631d Added dist-bin rule to Makefiles. 2018-02-27 22:07:06 -05:00
yellows8
1542a249f0 Improved perf. 2018-02-27 17:51:01 -05:00
yellows8
a614d2fd98 Improved drawing perf. 2018-02-27 16:40:14 -05:00
fincs
5743c2946d Default app version needs not be localized (#17) 2018-02-27 16:06:01 -05:00
yellows8
8c1d558f15
Updated README. 2018-02-27 15:54:58 -05:00
yellows8
6edaef1bc8
Updated README. 2018-02-27 15:53:38 -05:00
yellows8
c6fe507e82 Disabled get-lang for now (see comment), and decreased x-pos by 32 for buttons/buttons-text (for longer strings). 2018-02-27 15:08:11 -05:00
Sahin H
0cb9f3961f Added system language text change (#15) 2018-02-27 14:33:56 -05:00
yellows8
1730ed1889 When '<dirname>/<dirname>.nro' is not found, use the first NRO found via dir-listing if there's only 1 NRO in the directory (only for paths starting with 'sdmc:/switch'). Closes #9. Added a comment and removed old code using StrId_Directory. 2018-02-27 13:28:22 -05:00
Adubbz
4ffb8e1355 Fix mismatched border size on cards 2018-02-27 18:37:46 +01:00