Commit Graph

21642 Commits

Author SHA1 Message Date
twinaphex
a919c26b81 Add 'Change Virtual Gamepad' help 2015-07-18 14:01:37 +02:00
Alcaro
b45c8bf916 Fix saying 'several ways' and only listing one way if net is off. 2015-07-18 11:34:50 +02:00
twinaphex
280fab6cab Cleanup 2015-07-18 11:31:54 +02:00
twinaphex
ef1b066b64 Add 'What Is A Core?' to Help 2015-07-18 11:29:37 +02:00
twinaphex
d3b1eef196 Add MENU_LABEL_VALUE_MENU_CONTROLS_PROLOG 2015-07-18 08:39:52 +02:00
twinaphex
34be1b9c9c Cleanup 2015-07-18 07:27:22 +02:00
twinaphex
6636fbaf15 (Help) Add 'Loading Content' 2015-07-17 22:11:24 +02:00
twinaphex
f48c31cf68 Update 'Basic Menu Controls' 2015-07-17 21:50:51 +02:00
twinaphex
ac9d54032f Start creating Menu Help list 2015-07-17 20:33:09 +02:00
Twinaphex
d725ff9738 Merge pull request #1983 from heuripedes/master
(stb.c) Fix growth conditional and limit growth to 2048x2048
2015-07-17 18:53:01 +02:00
Higor Eurípedes
ab55ed7908 (stb.c) Fix growth conditional and limit growth to 2048x2048 2015-07-17 13:38:24 -03:00
twinaphex
7f3424ab15 (Menu) More translatable strings 2015-07-17 18:22:59 +02:00
twinaphex
40541d60c9 Add more translatable strings 2015-07-17 15:53:02 +02:00
twinaphex
673e2ba57d Add "Welcome to RetroArch" to translatable strings 2015-07-17 15:25:58 +02:00
twinaphex
4e64eac514 Add welcome start screen and make it have a 3-second timeout 2015-07-17 15:03:17 +02:00
twinaphex
3222351ef0 Remove jsoup 2015-07-17 11:24:51 +02:00
twinaphex
11c3e3f4ff Update stb_truetype 2015-07-17 11:15:04 +02:00
twinaphex
f7a443b4e9 (Android) (Nvidia Shield Portable) Some kind of edge case happens
on Shield Portable that causes it to keep allocating for a long
time until it simply fails and falls back to the bitmap font
renderer. Currently seems to be happening on character 160.
Quick hack until we fix the real underlying issue.
2015-07-17 11:03:15 +02:00
radius
a06dd9c3a2 fix system dir resetting on each startup 2015-07-17 02:53:59 -05:00
twinaphex
450c665619 Create meta_key_pressed 2015-07-17 03:31:51 +02:00
twinaphex
8162b77bae Whitelist menu_toggle key 2015-07-17 03:12:52 +02:00
twinaphex
a2af5252c1 Get rid of input_driver_key_pressed 2015-07-17 03:09:12 +02:00
twinaphex
f1d8f98c90 Refinement on earlier revert 2015-07-17 02:59:03 +02:00
twinaphex
63582f83b1 Revert "Optimize input_driver_keys_pressed and make it possible to"
This reverts commit 5d87c697bb.
2015-07-17 02:58:26 +02:00
twinaphex
95da20190a Take out stb_truetype hack 2015-07-17 02:24:23 +02:00
Twinaphex
eeeba3f343 Merge pull request #1981 from heuripedes/master
stb.c fixes
2015-07-16 23:41:23 +02:00
Higor Eurípedes
e4da044c99 (stb.c) Resize atlas when printable characters dont fit 2015-07-16 11:37:08 -03:00
Higor Eurípedes
d10bb24328 (stb.c) Add CutiveMono.ttf path and replace DroidSansFallback with DroidSans 2015-07-16 11:19:06 -03:00
twinaphex
f938c75e0b When 'Hide In Menu' is enabled, overlay should reappear now when we
select 'Resume Content', 'Load State', or 'Save State'
2015-07-16 11:57:50 +02:00
twinaphex
b298b2d4f0 platform_android.h - cleanup 2015-07-16 10:54:59 +02:00
twinaphex
a5f5e34e21 Bump up to 1.2.2 2015-07-16 10:12:31 +02:00
twinaphex
f5566cbe3b Cleanup warnings 2015-07-16 10:11:28 +02:00
twinaphex
a73f91e68a (Android) Add hack/workaround for DPI larger than 500 with
HAVE_STB_FONT
2015-07-16 10:09:26 +02:00
twinaphex
bad3238ac7 (GX) Default to rate control off for GX now 2015-07-16 09:35:27 +02:00
Twinaphex
badf8bdaad Merge pull request #1979 from fr500/master
Various fixes
2015-07-16 09:25:06 +02:00
radius
2a1f2b81c2 disable per-core states with <content dir> savestates 2015-07-16 02:23:18 -05:00
fr500
ca682d38eb better shield portable hack 2015-07-16 03:22:28 -04:00
radius
b717828cf0 fix setting and clearing system directory when using content dir 2015-07-16 01:46:11 -05:00
Twinaphex
637c977b45 Merge pull request #1976 from lakkatv/glui
(GLUI) Improve tickering limit
2015-07-16 03:44:15 +02:00
Jean-André Santoni
5ffd48217c (GLUI) Improve tickering limit 2015-07-16 03:38:07 +02:00
Twinaphex
0cdde16e2d Merge pull request #1975 from heuripedes/glui-improvements
GLUI improvements
2015-07-16 01:58:53 +02:00
Higor Eurípedes
ec00f709f7 (GLUI) Give more room to labels when possible 2015-07-15 20:56:31 -03:00
Higor Eurípedes
b217bbad24 (menu_animation) Create menu_animation_ticker_generic 2015-07-15 20:56:25 -03:00
Higor Eurípedes
06838d044f (GLUI) Create glui_render_label_value() 2015-07-15 20:55:53 -03:00
Higor Eurípedes
615b8b39f1 (GLUI) Cleanup glui_render_menu_list() 2015-07-15 20:55:53 -03:00
Higor Eurípedes
9b019dbc1e (GLUI) Always query dpi 2015-07-15 20:55:53 -03:00
Higor Eurípedes
eb406c7a91 (GLUI) Add more appropriate glui->ticker_limit calculation 2015-07-15 20:55:53 -03:00
Higor Eurípedes
f43be22e2d (GLUI) Turn font loading failure into an error 2015-07-15 20:55:53 -03:00
Twinaphex
0e6ec34255 Merge pull request #1971 from Oggom/master
Remove (hint) from Menubar entries
2015-07-15 22:46:09 +02:00
Oggom
16c8fc35eb Remove (hint) from Menubar entries 2015-07-15 22:30:28 +02:00