NightlyFox
084001bce3
changed = to == in if, got rid of == -1 in other if statements
2018-09-30 16:56:47 -05:00
NightlyFox
5a0cdbc09b
forgot to set me->icon_gfx to NULL after freeing
2018-09-30 16:07:20 -05:00
NightlyFox
b94a4e28f9
checked for null _jpegDecompressor and then freed me->icon_gfx
2018-09-30 16:05:54 -05:00
NightlyFox
aa45f5ec0c
removed space
2018-09-30 14:29:33 -05:00
NightlyFox
65310d7c20
set freed pointer to null after
2018-09-30 00:28:50 -05:00
NightlyFox
ad05919126
added free and tjDestory to failures of decompress funcs
2018-09-29 21:28:08 -05:00
NightlyFox
2675f2cbba
removed comments, allocated icon_gfx first and passed into tjDecompress
2018-09-29 20:40:28 -05:00
NightlyFox
bdfefedfef
removed comment and newlines
2018-09-29 18:35:44 -05:00
NightlyFox
fdf8e348df
checking for NULL
2018-09-29 16:26:59 -05:00
NightlyFox
9e64b18495
freed imageptr after copied to me->icon_gfx
2018-09-29 14:57:21 -05:00
NightlyFox
1b5224e95a
recycling malloc so imageptr would not be null, imageptr is ovewerwritten by tjDecompress2 inner malloc so copy is made
2018-09-29 14:46:08 -05:00
NightlyFox
7a959263de
modified Makefile.pc and removed nanojpeg.c dependency
2018-09-29 14:07:11 -05:00
NightlyFox
75eaeafc6e
removed nanojpeg source and header files
2018-09-29 14:02:49 -05:00
NightlyFox
61da97a657
enhancement: replaced nanojpeg with turbojpeg library
2018-09-29 13:56:13 -05:00
yellows8
69e11599f4
Moved string for default-theme-name into language.c, and fixed language.c whitespace.
2018-09-29 12:07:51 -04:00
yellows8
a9d7a47f2e
Removed removeDriveFromPath() and store the theme filename in settings.cfg instead of the absolute path.
2018-09-29 11:58:29 -04:00
yellows8
5b35642de7
Fixed default theme handling in themeMenuScan().
2018-09-28 23:35:31 -04:00
NightlyFox
992c4c482b
Implemented a theme switcher feature ( #62 )
...
* Implemented Theme Menu.
* Minor adjustments.
* added two new theming attributes, borderColor, borderTextcolor, allows users to modify the boxes that surrounds the menu entries
* added theme info to config file, users can now add theme author, theme name, and theme version to a theme config file.
* tested building on mac osx, added to .gitignore and make clean for files generated on osx
* The path for the theme is now stored in a config string in settings.cfg, instead of a hard-coded theme.cfg path.
* added functions to create/modify settings config for hbmenu theme
* added Default theme entry that will always insert itself at the front of the list of themes
* added code for + and - button, using - button for theme menu now (button display for this is disabled).
2018-09-28 23:20:24 -04:00
newget
985dc946fe
Improved korean
2018-09-15 17:22:46 -04:00
Dachuu
93591ef3e1
Added french string ( #58 )
...
Added french string to line 218 (StrId_LastLoadResult and StrId_NetLoaderOffline).
2018-09-15 17:20:55 -04:00
friedkeenan
8909142fb4
Implement Theming ( #57 )
...
* Implement theming and fix spelling errors, fixes issue #6 .
Now requires libconfig
"separator" was spelled "seperator"
* Added default case for when the system theme is not the values for light/dark.
The default case acts like the system theme is the dark one.
2018-09-13 15:16:33 -04: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