Commit Graph

  • d6fdba9793 Update language.c AntonioDePau 2018-03-07 13:50:35 +0000
  • e57756b224 Update language.c AntonioDePau 2018-03-03 23:05:03 +0000
  • 4f71366a88 Update language.c AntonioDePau 2018-03-02 13:35:53 +0000
  • 59d3d1f799 Update language.c AntonioDePau 2018-03-02 11:48:45 +0000
  • 1e2c2cc877 🦄 Improve & add Korean language MCPE_PC 2018-06-03 12:07:24 +0900
  • 427d39cf06 🦄 Improve & add Korean language MCPE_PC 2018-06-03 12:07:24 +0900
  • 03e7b110e7 Updated language.c for Traditional Chinese (#33) Thompson Lee 2018-07-31 13:00:59 -0400
  • 325efa3b55 Restored UTF8 BOM which was removed by the previous commit. yellows8 2018-07-31 12:54:49 -0400
  • 509b24578c
    Updated README. yellows8 2018-07-30 17:35:55 -0400
  • 00e96fd53b Added touch controls. (#41) Steven Mattera 2018-07-30 17:23:34 -0400
  • eb8e0ca4b5 Revert README changes. yellows8 2018-07-30 17:17:44 -0400
  • c4d22af61e Use SharedFont for the A/B button icons. yellows8 2018-07-27 21:05:25 -0400
  • dbd1958837 Remove usage of freetype-config Connor Rigby 2018-07-04 14:11:24 -0700
  • 6f8c529d89
    Merge 2dc72f971b into 7c3bb175d9 Rajko Stojadinovic 2018-07-25 02:06:11 +0000
  • 7c3bb175d9 Added font-loading support for the pc-build. yellows8 2018-07-24 21:50:01 -0400
  • 2dc72f971b Only add / when joining paths when necessary Rajko Stojadinovic 2018-07-07 13:51:19 +0200
  • 9e47bf852a Fix NRO loading on 1.0.0 Rajko Stojadinovic 2018-07-07 13:23:45 +0200
  • f803986e07
    Remove usage of freetype-config Connor Rigby 2018-07-04 14:11:24 -0700
  • 9c6eace2ff Removed instructional gifs. Steven Mattera 2018-06-19 07:57:28 -0400
  • 98e06f1d0b Small grammatical fix in readme. Steven Mattera 2018-06-01 18:53:34 -0400
  • 0a1bbf81b4 Removed images from the readme page. Steven Mattera 2018-06-01 18:27:22 -0400
  • 38a7dbf66a Missed a letter while fix relative urls. Steven Mattera 2018-06-01 18:25:46 -0400
  • b83dc901cf Fixed relative urls. Steven Mattera 2018-06-01 18:24:56 -0400
  • cfef48989c Updated readme with touch control instructions and demostrations. Steven Mattera 2018-06-01 18:23:30 -0400
  • abbe8fd1f8 Handle tapping on Back and Open buttons. Also added swipe gestures to go back and get into netloader. Steven Mattera 2018-06-01 17:26:02 -0400
  • 595ad7b663 Removed mallocs and used bool flags instead. Steven Mattera 2018-05-30 18:24:32 -0400
  • 6544353245 create switch folder if it doesn't exist (#39) Dave Murphy 2018-05-30 16:16:16 +0100
  • 5f04f106cf Handle touching the message boxes. Steven Mattera 2018-05-29 20:37:06 -0400
  • afbf85a65f Added touch controls to the main menu. Steven Mattera 2018-05-29 20:07:08 -0400
  • 1671001e1c create switch folder if it doesn't exist Dave Murphy 2018-05-28 23:05:23 +0100
  • 4539b8e78d clean up includes for OSX Dave Murphy 2018-05-12 15:38:48 +0100
  • 9e266dbe22 clean up includes for OSX Dave Murphy 2018-05-12 15:38:48 +0100
  • 94b1d648d1 Fixed string warnings with gcc 8.1.0. yellows8 2018-05-09 21:24:38 -0400
  • bbf6bf50f7 Always set PING_ENABLED=1, and removed outdated comment. yellows8 2018-05-08 16:28:55 -0400
  • 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). yellows8 2018-04-28 11:53:47 -0400
  • 8fb93b74fe
    Removed whitespaces. Thompson Lee 2018-04-27 23:11:59 -0400
  • 4563794505 Use nacp.h from libnx. Clear errortext in netloader_error(). yellows8 2018-04-26 17:28:58 -0400
  • 8f4f1737b7
    Updated language.c Thompson Lee 2018-04-12 09:53:28 -0400
  • a2854c15f8
    Merge 96fc097549 into 8506e1b316 yy 2018-04-12 13:32:20 +0000
  • 96fc097549 Improved Japanese language support: * Improved slight ~ serious Japanese translation miss. * Added new STR_JP. YY 2018-04-12 22:20:50 +0900
  • 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(). yellows8 2018-03-20 23:34:14 -0400
  • f738578dc1 Use a copy of the input text string for message-box. yellows8 2018-03-20 23:15:21 -0400
  • e61285c25e Added comment regarding audio data/. yellows8 2018-03-19 21:49:47 -0400
  • 1364106d73 Use '(void)' for audio_initialize/audio_exit. yellows8 2018-03-19 20:57:55 -0400
  • 22740b8f4b Added code for audio playback via ENABLE_AUDIO define, this is disabled by default. yellows8 2018-03-19 20:48:33 -0400
  • 03a4de8c25 use iquote for libnx headers on pc (#29) Dave Murphy 2018-03-19 22:57:47 +0000
  • b0bb92f997 use iquote for libnx headers on pc Dave Murphy 2018-03-19 22:37:02 +0000
  • 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. yellows8 2018-03-19 18:36:58 -0400
  • ebced71ec3 Add nxlink support (#27) Dave Murphy 2018-03-19 20:42:58 +0000
  • 44dea50380 convert indentation to spaces Dave Murphy 2018-03-19 14:39:23 +0000
  • 2ee8c440da make sure path doesn't overflow Dave Murphy 2018-03-19 13:51:04 +0000
  • 12ef7f766b use libnx nro.h Dave Murphy 2018-03-18 20:07:37 +0000
  • 43fc635fdf Add nxlink support Dave Murphy 2018-03-04 02:22:52 +0000
  • e684bb1b71 fix old style initialisers Dave Murphy 2018-03-14 22:40:03 +0000
  • b8a1b4d9a9 fix old style initialisers Dave Murphy 2018-03-14 22:40:03 +0000
  • a20cdb5781 Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments. yellows8 2018-03-11 19:58:41 -0400
  • 9aaac6f01e Moved the message-box 'OK' text into language.c. Display the Result from envGetLastLoadResult() with a message-box when required. yellows8 2018-03-11 17:43:36 -0400
  • 27d195e118 Use __SWITCH__ rather than SWITCH Dave Murphy 2018-03-10 23:35:26 +0000
  • 5531acb5f4 Use __SWITCH__ rather than SWITCH Dave Murphy 2018-03-10 23:35:26 +0000
  • 7d5617254a fix building on OSX Dave Murphy 2018-03-03 17:33:14 +0000
  • e93a484e86 Added basic message boxes Adubbz 2018-03-03 20:53:42 +1100
  • fedc38d15b fix building on OSX Dave Murphy 2018-03-03 17:33:14 +0000
  • 61d3afc6fd Added basic message boxes Adubbz 2018-03-03 20:53:42 +1100
  • bec1047ab9 add icon.jpg james 2018-02-28 22:34:22 +0000
  • 091807b7f9 add icon.jpg james 2018-02-28 22:34:22 +0000
  • dd78d0f8d7 Appended '/' to the switch path checked for NRO-auto-detect. v2.0.0 yellows8 2018-02-27 22:14:56 -0500
  • 8f734a631d Added dist-bin rule to Makefiles. yellows8 2018-02-27 22:07:06 -0500
  • 1542a249f0 Improved perf. yellows8 2018-02-27 17:51:01 -0500
  • a614d2fd98 Improved drawing perf. yellows8 2018-02-27 16:40:14 -0500
  • 5743c2946d Default app version needs not be localized (#17) fincs 2018-02-27 22:06:01 +0100
  • 8c1d558f15
    Updated README. yellows8 2018-02-27 15:54:58 -0500
  • 6edaef1bc8
    Updated README. yellows8 2018-02-27 15:53:38 -0500
  • 1e6eaa29f1 Default app version needs not be localized fincs 2018-02-27 21:45:08 +0100
  • c6fe507e82 Disabled get-lang for now (see comment), and decreased x-pos by 32 for buttons/buttons-text (for longer strings). yellows8 2018-02-27 15:08:11 -0500
  • 0cb9f3961f Added system language text change (#15) Sahin H 2018-02-27 20:33:56 +0100
  • 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. yellows8 2018-02-27 13:28:22 -0500
  • 4ffb8e1355 Fix mismatched border size on cards Adubbz 2018-02-27 20:21:59 +1100
  • 1fa23f9f62 Added system language text change Sahin Habermann 2018-02-27 11:50:48 +0100
  • 6eba7344ef Fix mismatched border size on cards Adubbz 2018-02-27 20:21:59 +1100
  • b4fa1825ae Handle args properly, fixes issue #10. yellows8 2018-02-27 02:08:30 -0500
  • 922319b0f3 Moved hbmenu version string into Makefile. Updated Makefiles. Fixed Makefile issues. yellows8 2018-02-26 19:43:11 -0500
  • 4211679e0e In menuScan(), ignore names starting with '.'. yellows8 2018-02-26 19:01:40 -0500
  • 65d3a19499 Added optional PERF_LOG* defines. yellows8 2018-02-26 18:56:52 -0500
  • 114db71711 Updated Makefile Adubbz 2018-02-26 21:39:59 +1100
  • a9d4fb7830 Update for latest libnx plutoo 2018-02-26 02:22:14 +0100
  • f26331a828 Fix AA performance Sahin Habermann 2018-02-25 15:09:30 +0100
  • af90827c1d Fix crashing when trying to get NULL entry type Sahin Habermann 2018-02-25 14:36:17 +0100
  • 50ff808184 Removed a lot of unnecessary draws Adubbz 2018-02-25 23:54:34 +1100
  • bb53f73cc7 Switched to using textGetString for action descriptions and app info Adubbz 2018-02-25 18:23:19 +1100
  • 62e26552d0 Cache calculated colours for anti-aliasing Adubbz 2018-02-25 16:56:32 +1100
  • 5eb782ce8e Precompute wave gradients Adubbz 2018-02-25 14:37:15 +1100
  • 0981e34b6f Cleanup some math stuff Adubbz 2018-02-25 12:43:19 +1100
  • d7396de761 Reset x and v if nEntries <= 7. Prevents potential odd behaviour when changing from dirs with > 7 entries to <= 7 entries Adubbz 2018-02-25 11:19:01 +1100
  • db56a250bf Added support for a/b on the pc version Adubbz 2018-02-25 11:12:10 +1100
  • b6b061f2b2 Don't allow going back if you're in sdmc:/ on the switch Adubbz 2018-02-25 11:11:50 +1100
  • 5e95934cb6 Renamed switchicon_questionmark to invalid_icon Adubbz 2018-02-25 10:54:21 +1100
  • 538b760644 Updated the folder icon and the question mark icon Adubbz 2018-02-25 10:27:06 +1100
  • 045d126006 Replace B button image to fit A button size Sahin Habermann 2018-02-24 20:47:45 +0100
  • 814961b84f Truncate title and path Sahin Habermann 2018-02-24 17:04:17 +0100
  • f98d33ace2 Added back button Sahin Habermann 2018-02-24 16:04:24 +0100