16012 Commits

Author SHA1 Message Date
twinaphex
0ea6a28b6b Due to limitations in how the input overlay driver talks
back to the video driver, we can only have one active overlay
state running at a time. So build around this
2015-01-29 20:57:44 +01:00
twinaphex
28f6922520 Cleanups 2015-01-29 20:51:07 +01:00
twinaphex
d513c01775 Get rid of debug comment 2015-01-29 20:36:06 +01:00
twinaphex
fc373630ce Start to approach OSK driver in a different way 2015-01-29 20:33:27 +01:00
twinaphex
f258950bcf Keyboard input overlays can now be used as input device
for keyboard line events
2015-01-29 07:03:20 +01:00
Twinaphex
0373e6490f Merge pull request #1370 from mwtremblay/disable-netplay-bug
Fix for issue #1365
2015-01-29 03:32:09 +01:00
mwtremblay
5e7295d87f Fix for issue #1365 2015-01-28 20:29:07 -05:00
twinaphex
5a5ae4f9a5 (Database) List entries by name instead of description 2015-01-29 01:32:35 +01:00
twinaphex
011900be17 Add include "general.h" to net_compat.c 2015-01-29 00:25:47 +01:00
Twinaphex
624dc5d59c Merge pull request #1369 from lakkatv/xmb
(XMB) Better test to know when to apply path_basename on the node name
2015-01-28 22:23:53 +01:00
Jean-André Santoni
2e8154a7dd (XMB) Better test to know when to apply path_basename on the node name 2015-01-28 22:06:42 +01:00
Twinaphex
cf16205210 Merge pull request #1368 from lakkatv/xmb
XMB
2015-01-28 21:47:05 +01:00
Jean-André Santoni
6658a18baf (XMB) Fix regressions 2015-01-28 21:42:57 +01:00
Jean-André Santoni
788ea06ac2 (XMB) Fix a display bug : horizontal icons showing while they should not 2015-01-28 19:49:10 +01:00
Jean-André Santoni
d603c24fb2 (XMB) Add input remapping options to the contextual menu 2015-01-28 19:43:41 +01:00
Jean-André Santoni
90ff3a9860 (XMB) Attempt to fix the icon overlapping bug, works in some cases 2015-01-28 19:09:27 +01:00
Jean-André Santoni
129f70b7ee (XMB) Content launching via the horizontal menu 2015-01-28 19:09:27 +01:00
Twinaphex
c94b80a723 Merge pull request #1366 from lioncash/leaks
Some more leak/correctness fixes.
2015-01-28 18:49:08 +01:00
Lioncash
9c10672646 menu_entries_cbs: Fix a few potential memory leaks 2015-01-28 09:38:09 -05:00
Lioncash
b6926ced77 rmsgpack_dom: Add missing va_end call 2015-01-28 09:26:22 -05:00
twinaphex
774b350e9e Updates 2015-01-28 11:08:44 +01:00
twinaphex
685b270ae0 (Menu) Add max users to filters 2015-01-28 09:51:03 +01:00
twinaphex
756a9bf214 (Android) Add default path for extraction_directory on Android - needed
now ever since increased limitations on SD external storage
2015-01-28 09:29:11 +01:00
twinaphex
362ab0e53a Define HAVE_NETPLAY on when HAVE_NETWORKING is enabled in qb/config.libs.sh 2015-01-28 09:00:53 +01:00
twinaphex
1b4673c634 Define HAVE_NETWORKING for a bunch of the platforms/targets 2015-01-28 08:58:25 +01:00
twinaphex
524f754ec3 Core Update Manager works again when HAVE_NETWORKING is defined -
enygmata jumped the gun with refactoring the HAVE_NETPLAY define
2015-01-28 08:55:02 +01:00
twinaphex
bb5d2877cf Make string_list code more robust 2015-01-28 08:00:19 +01:00
twinaphex
c7c1526529 Add prettified labels for database cursor screens 2015-01-28 07:55:08 +01:00
twinaphex
16e070cb75 Create string_list_rdb_entry_int 2015-01-28 06:19:12 +01:00
twinaphex
42e0d77a07 (Menu) Cut down on code duplication 2015-01-28 06:04:07 +01:00
twinaphex
9ee7a3303f Hook up edge_issue query 2015-01-28 05:54:22 +01:00
twinaphex
a3e316d64f Hook up edge_magazine_review query 2015-01-28 05:51:03 +01:00
twinaphex
950f021d27 Fix query problems 2015-01-28 05:38:04 +01:00
twinaphex
6292ae16f5 deferred_push_rdb_entry_detail - cleanups 2015-01-28 05:32:27 +01:00
twinaphex
b1f2db5954 Additions 2015-01-28 05:22:03 +01:00
twinaphex
b2119c2945 Add more 2015-01-28 05:17:49 +01:00
twinaphex
625445ddb3 Cleanups 2015-01-28 04:59:58 +01:00
Twinaphex
edf83f85a7 (Menu) Cleanup unused variables 2015-01-28 04:46:06 +01:00
twinaphex
6a7268d3cb (OSX) Update default core directory and core info directory for
OSX
2015-01-28 04:45:39 +01:00
twinaphex
15ae2a55e0 (Menu database) Add searching for all publishers for given format 2015-01-28 04:40:22 +01:00
Twinaphex
6e9cacf707 Merge pull request #1364 from heuripedes/master
Build improvements
2015-01-28 01:03:42 +01:00
Higor Eurípedes
7aeab17c5e (qb) Fix typo 2015-01-27 20:54:49 -03:00
Higor Eurípedes
38fb0beaae (qb) Better configure messages 2015-01-27 20:50:55 -03:00
Higor Eurípedes
591cb56e6d (qb) Rename NETWORK to NETWORKING 2015-01-27 20:49:43 -03:00
Higor Eurípedes
1399fd9901 (qb) Separate socket library availability from netplay support 2015-01-27 20:29:47 -03:00
Higor Eurípedes
41a48b8ac8 Rename netplay_compat.* to net_compat.* 2015-01-27 20:16:08 -03:00
Twinaphex
cef42b9356 (XMB) Cleanup unused variables 2015-01-27 23:36:20 +01:00
Twinaphex
67b233c2cc (OSX) Build fix 2015-01-27 23:32:34 +01:00
twinaphex
ec10129470 Can now scroll in rdb entry details page 2015-01-27 23:16:34 +01:00
twinaphex
dfaa6c3d4a Fix bug that happens when a game entry has a ' character in its
title/description
2015-01-27 21:16:00 +01:00