twinaphex
fc82bd4d9d
(LibretroDB) Update
2015-01-23 05:59:47 +01:00
twinaphex
fb5384feab
(MSVC) Some fixes
2015-01-23 05:14:26 +01:00
twinaphex
c803475c72
(net_http) MSVC buildfix
2015-01-23 05:11:15 +01:00
twinaphex
96ea687f7c
(net_http) Updates
2015-01-23 05:08:34 +01:00
twinaphex
878eb8d2fa
Put new http parsing code in new namespace
2015-01-23 04:57:45 +01:00
Twinaphex
60007d9e87
Merge pull request #1356 from lakkatv/xmb
...
(XMB) Align datetime to the right
2015-01-23 01:59:01 +01:00
Jean-André Santoni
f130a59ab2
(XMB) Align datetime to the right
2015-01-23 01:54:31 +01:00
twinaphex
be7554c603
Move http parser code to subdirectory
2015-01-23 01:45:38 +01:00
twinaphex
da98e1b09d
Get rid of http_intf_command
2015-01-23 01:28:54 +01:00
twinaphex
05f6a65426
Style nits/cleanups
2015-01-23 01:20:56 +01:00
Alcaro
e7d77e98ef
Rename this one. poll is a kinda weird name for it.
2015-01-23 00:49:06 +01:00
Alcaro
e76aca5ab2
Fix C++ build.
2015-01-23 00:44:18 +01:00
Alcaro
3041a4ad2c
Fill in the progress parameters.
2015-01-23 00:39:42 +01:00
Alcaro
06697aa197
And that's done. This HTTP parser seems stable now.
2015-01-23 00:25:49 +01:00
Alcaro
e3c6d8286b
Downloading stuff works properly now.
2015-01-23 00:12:26 +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
ff570dcdf4
Ifdef LibretroDB code
2015-01-22 03:58:04 +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
1db3789090
(SDL2) Cleanup driver
2015-01-22 01:08:20 +01:00
twinaphex
9c7f3c30a0
(sdl_gfx.c) cleanups
2015-01-22 00:32:24 +01:00
twinaphex
f1eee5554f
Add performance.h header to sdl_gfx.c
2015-01-22 00:26:50 +01:00
Alcaro
eb25b91e26
Add a half-finished HTTP lib here.
2015-01-21 23:23:36 +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
de0b087666
(Android) Buildfix
2015-01-21 06:51:45 +01:00
twinaphex
3f5851048e
(MSVC) Buildfix
2015-01-21 06:43:49 +01:00
twinaphex
74b6a5c21a
(iOS) Add HAVE_NETPLAY to iOS
2015-01-21 06:40:00 +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
a1f12dd570
(PSP) Buildfix
2015-01-21 06:33:31 +01:00
twinaphex
bcdbde05f1
Cleanup 'Buildbot not Configured' usecase
2015-01-21 06:32:28 +01:00
twinaphex
201285ec1b
Correct two buildbot server URLs
2015-01-21 06:29:36 +01:00
twinaphex
3bdb736ac7
Set up some default buildbot URL paths per platform
2015-01-21 06:28:40 +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
5044128d92
http_download_file - free buffer at the end
2015-01-21 02:19:48 +01:00
twinaphex
5e920393ac
Fix http_get_file
2015-01-21 02:02:11 +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
13ba0f0c52
Merge pull request #1354 from heuripedes/linuxraw
...
linuxraw fixes
2015-01-21 01:26:22 +01:00
Higor Eurípedes
c756a643dd
linuxraw_joypad.c - Fix button polling
2015-01-20 21:15:43 -03:00