Twinaphex
f7e45f7753
Remove duplicate function menu_database_populate_list
2015-01-24 08:37:03 +01:00
Twinaphex
a7a5cb6a94
(menu_database.c) refactor some more
2015-01-24 08:33:50 +01:00
Twinaphex
75d9bdecbb
(menu_database.c) Cleanups
2015-01-24 08:26:54 +01:00
Twinaphex
6c8b19f4fa
(Menu database) Refactor code in menu_database.c and add 'query'
...
function
2015-01-24 08:17:04 +01:00
Twinaphex
dabdd8d1ec
(Menu database) Cleanup unused header include
2015-01-24 08:04:41 +01:00
Twinaphex
b9a1e2517b
Cleanup variable in menu_database_populate_list
2015-01-24 08:02:23 +01:00
Twinaphex
6554c082c2
Cleanup unused variable
2015-01-24 07:58:56 +01:00
twinaphex
978248daa9
Put headers outside of extern "C"
2015-01-24 05:18:25 +01:00
twinaphex
caa7336911
Split up database code to menu_database.c
2015-01-24 04:55:35 +01:00
twinaphex
c89e499c97
(menu_action.c) Indenting style nits
2015-01-24 04:26:08 +01:00
twinaphex
82a80e36a6
Add 'Starting Download/Download Finished' messages
2015-01-24 03:20:54 +01:00
twinaphex
07684fff1c
(Wii) Build fixes
2015-01-24 01:31:17 +01:00
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
aa6452b8ca
Cleanup menu_input_bind_iterate
2015-01-23 09:14:07 +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
Jean-André Santoni
f130a59ab2
(XMB) Align datetime to the right
2015-01-23 01:54:31 +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
9a2b520854
Cleanup menu_action_setting_set
2015-01-22 23:09:58 +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
058ba4ceaa
Get rid of debug log
2015-01-22 04:06:26 +01:00
twinaphex
9bb2c00c1c
Add 'Core Manager Options'
2015-01-22 04:05:10 +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
Jean-André Santoni
7c0d1b6e74
Add background support in lakka, like it's already the case in xmb
2015-01-20 22:46:37 +01:00
twinaphex
9efbd021af
menu_entries_cbs.c - code deduplication
2015-01-20 09:07:46 +01:00