Commit Graph

214 Commits

Author SHA1 Message Date
twinaphex
a268feb1b3 Add MENU_FILE_DOWNLOAD_CORE to toggle_action_scroll 2015-01-24 01:17:43 +01:00
twinaphex
ce2732fef4 Put rarch_main_command(RARCH_CMD_NETWORK_INIT) earlier so that
WSA has a chance to be intialized before we do the HTTP initialization
2015-01-24 00:17:06 +01:00
twinaphex
9df772f4f7 Change duration to 1 frame 2015-01-23 23:56:32 +01:00
twinaphex
e0807bc440 Cleanup deferred_push_core_manager_list somewhat 2015-01-23 23:08:50 +01:00
twinaphex
15b4acf989 Get rid of core_manager_list_data nastiness 2015-01-23 23:04:19 +01:00
twinaphex
aeab1a831c (MSVC) Build fixes 2015-01-23 22:48:31 +01:00
twinaphex
1a9f449362 Remove old http code 2015-01-23 22:37:29 +01:00
twinaphex
5ff7bd53be Start implementing new http code 2015-01-23 22:00:11 +01:00
twinaphex
dc21d84270 Stub out some stuff that is preventing build from succeeeding on
PS3. This should be made more portable and less hacky (isagain)
2015-01-23 07:31:34 +01:00
twinaphex
345c9bf6f8 (GX) Silence warnings 2015-01-23 06:34:30 +01:00
twinaphex
fc82bd4d9d (LibretroDB) Update 2015-01-23 05:59:47 +01:00
twinaphex
8dafb7c110 Create action up or down callback function for menu 2015-01-22 23:52:02 +01:00
twinaphex
8e8e73e927 menu_entries_cbs.c - some cleanups 2015-01-22 23:28:08 +01:00
twinaphex
34d65594b3 Simplify some action_ok callback functions 2015-01-22 23:20:29 +01:00
twinaphex
f4d0b12288 (menu_entries_cbs.c) Cut down on code duplication 2015-01-22 23:17:17 +01:00
twinaphex
05baa82fe3 Refactor action_ok_load_state/action_ok_save_state 2015-01-22 22:57:15 +01:00
twinaphex
c293d7db57 (LibretroDB) Close cursor and db when done 2015-01-22 04:57:33 +01:00
twinaphex
36224f029b Left/right scrolling for MENU_FILE_RDB / MENU_FILE_RDB_ENTRY 2015-01-22 04:48:15 +01:00
twinaphex
9e7bfb7520 (LibretroDB) Start being able to list database entries 2015-01-22 04:41:34 +01:00
twinaphex
dfd8d55f7a Start adding Database Manager (stub for now). Also add some more
libretrodb documentation
2015-01-22 03:45:48 +01:00
twinaphex
f790216a41 Add RARCH_CMD_NETWORK_INIT and RARCH_CMD_NETWORK_DEINIT.
Run RARCH_CMD_NETWORK_INIT before entering Core Manager option.
Needed on Windows where we need to call WSAStartup to initialize Winsocks
first before we can do any network stuff
2015-01-21 20:44:40 +01:00
Twinaphex
f011924355 (OSX) Fix some warnings 2015-01-21 06:36:39 +01:00
twinaphex
b2c8254c06 (Wii) Fix some warnings 2015-01-21 06:34:37 +01:00
twinaphex
bcdbde05f1 Cleanup 'Buildbot not Configured' usecase 2015-01-21 06:32:28 +01:00
twinaphex
c056428694 Set up default fallback message for when buildbot URL is
not configured.
2015-01-21 06:20:36 +01:00
twinaphex
f916bef5f0 Add rudimentary Core Manager - pulls index listing from the buildbot
and lets you download cores to the core directory.

Current limitations and what still needs to be addressed:
* Core is downloaded to core directory still packaged in a zip
file. Will need manual unzipping by the user. We should have
a setting for automating this.
* We should have some sane defaults for the buildbot URL on
specific platforms. For instance, Android, Windows, etc.
* We should present a fancier name listing than what we have
now eventually where it gets the names from the core info files
* Should we do comparisons between the currently installed core
and the one we're about to download now? A CRC check or some
different means?  Problem I can see is that there's right now
no good way to determine if a core actually needs to be updated
without first downloading it.
2015-01-21 05:47:52 +01:00
twinaphex
8d6e5811f2 Refactors 2015-01-21 01:56:59 +01:00
twinaphex
68a0f98096 Cleanups 2015-01-21 01:42:06 +01:00
twinaphex
181d0849c1 Add function http_file_download 2015-01-21 01:12:26 +01:00
twinaphex
6afd5684ec menu_entries_cbs.c - cleanups 2015-01-20 23:39:13 +01:00
twinaphex
a3093919c7 menu_entries_cbs.c - Code deduplication 2015-01-20 23:30:59 +01:00
twinaphex
9efbd021af menu_entries_cbs.c - code deduplication 2015-01-20 09:07:46 +01:00
twinaphex
497891b22f menu_entries_cbs.c - Refactor function 2015-01-20 09:03:15 +01:00
twinaphex
d5573aa2f7 menu_entries_cbs.c - Code deduplication 2015-01-20 08:57:32 +01:00
twinaphex
120375dfe6 Code deduplication in menu_entries_cbs.c 2015-01-20 08:53:16 +01:00
twinaphex
b9259598cd Switch to libretrodb 2015-01-19 22:47:09 +01:00
twinaphex
da88bcdd91 Rename gfx_shader* to video_shader* 2015-01-19 21:24:08 +01:00
Twinaphex
77a7b39e88 (OSX) Cleanups 2015-01-19 21:11:08 +01:00
twinaphex
b0548e1329 Properly namespace video_shader_parse.c functions 2015-01-19 21:09:39 +01:00
twinaphex
38066b6ec7 Add Cheat File Save As 2015-01-19 19:00:26 +01:00
twinaphex
068943445f (Input) Add input remapping files 2015-01-19 18:16:34 +01:00
twinaphex
6bbc7196a3 Add Input Remapping Save As option 2015-01-19 08:37:11 +01:00
twinaphex
019d24102d Implement action_ok_remap_file 2015-01-19 08:11:24 +01:00
twinaphex
57d2c4f39f Start preliminary hookup of 'Remapping Load' option - needs
more work
2015-01-19 07:37:24 +01:00
twinaphex
7d3cbd58c6 menu_entries_cbs.c - Cut down on code duplication 2015-01-19 06:58:41 +01:00
twinaphex
60b4e7c30b menu_entries_cbs.c - Cut down on code duplication 2015-01-19 06:52:42 +01:00
twinaphex
0fb02bc109 (menu_entries_cbs.c) Killoff some code duplication 2015-01-19 06:46:47 +01:00
twinaphex
3ee307e743 menu_entries_cbs_init_toggle - specialized entries go after
generic ones
2015-01-19 06:34:11 +01:00
twinaphex
ff52570878 Cleanup menu_entries_cbs.c 2015-01-19 06:15:45 +01:00
twinaphex
de76884bb8 Rename gfx_get_fps to video_monitor_get_fps 2015-01-18 20:03:33 +01:00
twinaphex
5f23cda6cb Add menu wallpaper setting 2015-01-17 18:15:22 +01:00
twinaphex
c864677b12 Move compressed_file_list_new to file_extract.h 2015-01-16 01:37:34 +01:00
twinaphex
a17788a1f8 Enable LEFT/RIGHT on Load Content (History). 2015-01-12 03:31:02 +01:00
twinaphex
9a39abfbf0 Rename menu_input.c functions so that they are all in menu_input_*
namespace
2015-01-11 06:42:53 +01:00
twinaphex
7f0ccae0d7 Rename menu_input_line_cb.c to menu_input.c 2015-01-11 06:24:44 +01:00
twinaphex
5bacd9ed1b Rename apply_deferred_settings 2015-01-10 06:37:27 +01:00
twinaphex
c1e6a955dd Rename setting_handler to menu_action_setting_handler 2015-01-10 06:26:34 +01:00
twinaphex
6c58456ba0 Rename some functions in menu_entries.c 2015-01-10 06:24:04 +01:00
twinaphex
ef720d3815 Remove menu_type_is - now obsolete 2015-01-10 05:25:37 +01:00
twinaphex
16697eb632 (Menu) Kill off some header dependencies 2015-01-10 04:59:55 +01:00
twinaphex
b95cdd2215 Rename menu_common.c to menu.c 2015-01-10 04:53:37 +01:00
twinaphex
4974e6848e Rename menu_common_type_is 2015-01-10 04:47:33 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
twinaphex
3aca3bceb9 (Menu) Implement action_cancel 2015-01-09 04:43:24 +01:00
twinaphex
90076c5fad Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
6fb51eb360 Initial implementation of remap binds feature 2015-01-05 22:53:21 +01:00
twinaphex
12c7147f8f Start adding Core Input Remapping options (stub for now) 2015-01-05 19:49:11 +01:00
twinaphex
ef947b3bf8 action_ok_directory_push - no longer crashes on pressing 'A' on an
empty entry
2015-01-01 19:04:12 +01:00
twinaphex
344ae2575a Fix 'load content' - upon loading ZIP files, should no longer show
'deferred core list'
2014-12-22 18:56:58 +01:00
twinaphex
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +01:00
twinaphex
bd40703fa3 Modify cheat_manager_update - pass in correct cheat index 2014-12-16 05:14:22 +01:00
twinaphex
21b99c3ac5 Press left/right on a cheat entry now to turn it ON/OFF 2014-12-16 02:20:06 +01:00
twinaphex
03f2421154 Add description to cheat code if available 2014-12-16 00:08:50 +01:00
twinaphex
fdc1cf5422 Can now load cht files from 'Load Cheat File' 2014-12-16 00:02:46 +01:00
twinaphex
be5a76cb91 Start using g_extern.cheat instead of having a separate cheat
manager in the menu struct
2014-12-15 23:57:14 +01:00
twinaphex
61c98d8893 Start adding stub 'Cheat File Load' 2014-12-15 23:51:11 +01:00
twinaphex
db304a7e2f Get rid of some useless casts pt. 2 2014-12-15 19:31:17 +01:00
twinaphex
2003d2ec12 menu_entries_cbs.c - some cleanups 2014-12-15 19:26:24 +01:00
Twinaphex
e98749e2a0 Get rid of 'declaration shadows local variable' warning in Xcode/Clang 2014-12-15 17:15:22 +01:00
twinaphex
969fc38c42 Core Information - add Core Name / System Manufacturer 2014-12-15 01:59:32 +01:00
twinaphex
f2dd126948 Add Categories and System info to 'Core Information' 2014-12-14 20:51:53 +01:00
Twinaphex
551ad28fca Clean up unused variable 2014-12-08 12:17:34 +01:00
twinaphex
fe0ece3124 Add preliminary Core Cheat Options support - should work with
cores like SNES9x/bSNES right now
2014-12-06 15:47:25 +01:00
twinaphex
9b71273e72 Bind action OK callback for shader parameters to NULL 2014-11-30 02:35:08 +01:00
twinaphex
3c9e97842e [PATCH 1/2] Fix RGUI shader parameters. 2014-11-29 21:03:31 +01:00
Jean-André Santoni
9fe3f9409e (XMB) Move all file_list caching actions inside the xmb display driver 2014-11-27 22:28:45 +07:00
Lioncash
39e0903f62 menu_entries_cb: Remove unused variable 2014-11-26 08:05:43 -05:00
Jean-André Santoni
886a5a4bba (XMB) Make some actions working 2014-11-25 12:34:37 +07:00
Jean-André Santoni
c0d80a4e25 (XMB) Add more file types for actions 2014-11-25 11:20:15 +07:00
Jean-André Santoni
68b144e6ce (XMB) Push more action subitems 2014-11-25 11:15:19 +07:00
Jean-André Santoni
7c62faa0e0 (XMB) Start displaying a list of action for each content in content lists 2014-11-24 21:14:01 +07:00
Jean-André Santoni
33edefb154 (XMB) Use MENU_FILE_CONTENTLIST_ENTRY 2014-11-24 21:14:01 +07:00
twinaphex
d66d698d7e (Menu) Simplify action_start_setting 2014-11-20 02:49:44 +01:00
twinaphex
e9d0803ddc Remove code duplication action_ok_file_path 2014-11-20 00:26:15 +01:00
twinaphex
821e27b11e Add fallback action_ok_lookup_setting - fixes 'Bind All' and
'Bind Reset Defaults' actions
2014-11-20 00:24:40 +01:00
twinaphex
f6cb62be6d (Settings) Bind action_ok for video_refresh_rate_auto 2014-11-18 20:35:56 +01:00
twinaphex
a79000a03d Add action_toggle_scroll callback for MENU_FILE_USE_DIRECTORY 2014-11-17 02:25:54 +01:00
twinaphex
97c7860cf2 Add action_ok callback for FILE_PATH 2014-11-17 02:19:36 +01:00
twinaphex
ceee48fc39 (Menu) Make left/right work too for history list playlist entries 2014-11-16 22:47:10 +01:00
twinaphex
9b2f6edf18 (Menu) Reimplement left/right scrolling 2014-11-16 21:24:04 +01:00
Twinaphex
d568b1f2d2 (menu/menu_entries_cbs.c) Cleanup unused variables 2014-11-16 04:24:01 +01:00
twinaphex
f2ad282ee0 Reimplement menu actions toggle/OK/start - get rid of fall-through 2014-11-16 03:42:44 +01:00
twinaphex
d0bf0f6f4e Fixup comment 2014-11-15 20:01:22 +01:00
Jean-André Santoni
c66222bd0c (XMB) Fix switch fall-through 2014-11-15 00:10:41 +01:00
Twinaphex
0575f338a4 Merge pull request #1246 from lakkatv/xmb
(XMB) List appropriate content under each core icon
2014-11-14 23:37:55 +01:00
Jean-André Santoni
5cd7e44455 (XMB) List appropriate content under each core icon 2014-11-14 23:33:37 +01:00
Twinaphex
4a431ad7c8 Merge pull request #1245 from lakkatv/xmb
(XMB) Horizontal navigation
2014-11-14 22:45:44 +01:00
Jean-André Santoni
662c7e51dc (XMB) Horizontal navigation 2014-11-14 21:56:21 +01:00
twinaphex
188265fbd2 (Menu) Archive mode options now get used for 'Load Content' option too 2014-11-14 16:34:22 +01:00
twinaphex
576a362032 Move menu_action_setting_set_current_string to menu_entries_cbs.c 2014-10-28 21:47:30 +01:00
twinaphex
2436352af1 Move function from menu_action.c to menu_entries_cbs.c and make
static
2014-10-28 20:15:38 +01:00
twinaphex
34b95bbf31 (menu_entries_cbs.c) Cleanups 2014-10-28 20:03:25 +01:00
twinaphex
4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00