23449 Commits

Author SHA1 Message Date
Andre Leiradella
08f773777c make HAVE_CHEEVOS=1 by default 2015-10-18 22:30:21 -02:00
twinaphex
182d691cf1 Can now iteratively push a submenu onto the menu entries stack 2015-10-19 01:46:33 +02:00
twinaphex
913e80a59c (menu_displaylist.c) We can now iteratively build up a list 2015-10-19 01:43:03 +02:00
twinaphex
91f384c4f2 Refactor code - cut down on duplication of code 2015-10-19 01:17:44 +02:00
twinaphex
8d024790ca Start passing info label 2015-10-19 01:00:47 +02:00
twinaphex
fffa650d77 Create fall-through for DISPLAYLIST_MAIN_MENU 2015-10-19 00:44:28 +02:00
twinaphex
8ac72b21b9 Remove DISPLAYLIST_SETTINGS_SUBGROUPh 2015-10-19 00:37:38 +02:00
twinaphex
f8225f975f Add HAVE_CHEEVOS ifdef 2015-10-18 23:21:57 +02:00
twinaphex
7f843fe21e Start splitting up accounts options 2015-10-18 22:08:17 +02:00
twinaphex
47f63ad6f4 Rename some menu_list_ functions to menu_entries_ 2015-10-18 21:58:13 +02:00
twinaphex
92a8736318 Don't call file_list_get_alt_at_offset directly 2015-10-18 21:55:19 +02:00
twinaphex
14e46e0048 Remove menu_list_get_alt_at_offset 2015-10-18 21:54:20 +02:00
twinaphex
b2a4e92c28 rename menu_list_clear 2015-10-18 21:44:44 +02:00
twinaphex
145f88ab4f Remove more wrapper menu_list_ functions 2015-10-18 21:43:16 +02:00
twinaphex
7c3a27583d Remove menu_list_push 2015-10-18 21:41:08 +02:00
twinaphex
b2b78125fa Collapse subgroups automatically enabled now 2015-10-18 21:32:41 +02:00
twinaphex
57edd31fdf Start refactoring list building 2015-10-18 21:05:33 +02:00
twinaphex
5da4cb754a Cleanup 2015-10-18 20:41:33 +02:00
twinaphex
6cd2173382 Refactor some code 2015-10-18 20:34:34 +02:00
twinaphex
ff8f587c30 Move menu_entry_get_setting to menu_entries.c 2015-10-18 20:21:26 +02:00
Twinaphex
453a87a0bd Merge pull request #2250 from leiradel/master
don't even try to load achievements if they're disabled
2015-10-18 20:03:46 +02:00
Andre Leiradella
11d89ba289 don't even try to load achievements if they're disabled 2015-10-18 16:02:36 -02:00
Twinaphex
380401cabd Merge pull request #2249 from leiradel/master
disable achievements by default
2015-10-18 19:48:03 +02:00
Andre Leiradella
00e2ca5372 disable achievements by default 2015-10-18 15:28:22 -02:00
twinaphex
ea6b883f2d Add Settings -> Retro Achievements -> Enable 2015-10-18 19:21:57 +02:00
twinaphex
659893e014 Take care of some linking issues with CXX_BUILD 2015-10-18 17:41:42 +02:00
twinaphex
9c6d252c37 Get rid of unused variable 2015-10-18 07:45:28 +02:00
twinaphex
b5aa3049c6 Refactor menu_video_ functions to menu_display_ 2015-10-18 07:43:27 +02:00
twinaphex
38c66f62d0 Merge menu_video.c and menu_display.c 2015-10-18 07:15:54 +02:00
twinaphex
04ae499e89 Add Cheevos Test Unofficial setting 2015-10-18 07:09:49 +02:00
twinaphex
4126e7b989 Start adding Retro Achievements list 2015-10-18 07:05:15 +02:00
twinaphex
a7bca36791 Don't spam logging 2015-10-18 04:20:32 +02:00
twinaphex
a47eed7017 (menu_cbs.c) Buildfix 2015-10-17 20:04:05 +02:00
twinaphex
52d6119584 Cleanup menu_entries_get 2015-10-17 19:41:33 +02:00
twinaphex
06d17852f0 Merge menu_list.c with menu_entries.c 2015-10-17 19:38:33 +02:00
twinaphex
1dce8a3c22 (menu_cbs_select.c) Don't use menu_list_get_ptr 2015-10-17 19:27:18 +02:00
twinaphex
94a65e087d Refactor 2015-10-17 19:24:58 +02:00
twinaphex
23a570566d (menu_cbs.c) Get rid of menu_list_get_ptr usage 2015-10-17 19:22:12 +02:00
twinaphex
6e2e32970e Create menu_entries_get_size 2015-10-17 19:21:18 +02:00
twinaphex
d3a7742b6f Create menu_entries_get_stack_size 2015-10-17 19:14:49 +02:00
twinaphex
44cb547ee4 Create menu_entries_flush_stack 2015-10-17 19:10:37 +02:00
twinaphex
fe213531b7 Change signature on menu_list_pop_stack 2015-10-17 19:06:42 +02:00
twinaphex
62a4daf375 menu_list_flush_stack - use menu_list_pop_stack internally 2015-10-17 19:04:08 +02:00
twinaphex
5663f6d60f Create menu_entries_get_last_stack_actiondata 2015-10-17 18:57:47 +02:00
twinaphex
5d036f70d1 (menu_displaylist.c) Use menu_entries_get_last_stack 2015-10-17 18:45:14 +02:00
twinaphex
d3bde69387 Use menu_list_get_ptr internally inside menu_entries.c 2015-10-17 18:44:17 +02:00
twinaphex
e34171b4a0 (xmb.c) Cleanup 2015-10-17 18:40:47 +02:00
twinaphex
d4c99a5f4e Start using menu_entries_pop_stack 2015-10-17 18:38:14 +02:00
twinaphex
c42e4c420f Start using menu_entries_get_last_stack 2015-10-17 18:31:16 +02:00
twinaphex
b8720cf056 Refactor 2015-10-17 18:21:47 +02:00