13711 Commits

Author SHA1 Message Date
Jean-André Santoni
fed8744aef (XMB) Vertical animations 2014-10-09 02:41:08 +02:00
Jean-André Santoni
c162510005 (XMB) Make functions static 2014-10-09 01:24:54 +02:00
Jean-André Santoni
7018d58731 (XMB) Initial commit 2014-10-09 01:21:22 +02:00
twinaphex
80578199f6 Reduce calls to 'draw_frame' to one 2014-10-08 21:43:19 +02:00
Twinaphex
fb5510f2ac Merge pull request #1104 from timostrunk/cleanup_zip
With need_fullpath == True and a zipped game image, RA did not clean up ...
2014-10-08 20:23:51 +02:00
twinaphex
5774080046 Put some safety checks in core_options.c functions 2014-10-08 18:37:09 +02:00
twinaphex
bb7b3a0d70 Add RARCH_CMD_OVERLAY_NEXT 2014-10-08 18:26:46 +02:00
twinaphex
1c3243d457 Provide explanation for not performing RARCH_CMD_FULLSCREEN_TOGGLE 2014-10-08 18:23:16 +02:00
twinaphex
54d130838a More name uniformity in font renderer implementation functions 2014-10-08 18:19:05 +02:00
twinaphex
1cee15a118 Uniquely name each static function for GLX context driver 2014-10-08 18:12:18 +02:00
twinaphex
8cbeeab39f Create unique names for context driver static functions - needed
for Griffin builds
2014-10-08 18:09:01 +02:00
Timo Strunk
ba8a5e564b With need_fullpath == True and a zipped game image, RA did not clean up properly afterwards. Now the image is deleted again after exit. 2014-10-08 17:53:40 +02:00
twinaphex
f30042ff03 If video driver/video context driver doesn't support windowed mode,
then treat RARCH_CMD_FULLSCREEN_TOGGLE as no-op
2014-10-08 17:30:05 +02:00
twinaphex
bcd5f8aa5b Add has_windowed to video driver and graphics context driver 2014-10-08 17:23:02 +02:00
twinaphex
c35d25c76e Add RARCH_CMD_NETPLAY_FLIP_PLAYERS and RARCH_CMD_FULLSCREEN_TOGGLE 2014-10-08 16:41:08 +02:00
twinaphex
4bd018257e Add RARCH_CMD_GRAB_MOUSE_TOGGLE 2014-10-08 16:18:18 +02:00
twinaphex
b3309d2132 Create RARCH_CMD_PAUSE_TOGGLE 2014-10-08 16:12:00 +02:00
twinaphex
35cda4b78b Create RARCH_CMD_AUDIO_MUTE_TOGGLE 2014-10-08 16:07:19 +02:00
Twinaphex
57cc2ea18d Merge pull request #1103 from a-shark/master
Add support for more Network Commands.
2014-10-08 14:20:33 +02:00
a-shark
4439644e69 Add support for more Network Commands. 2014-10-07 23:04:46 -05:00
twinaphex
f9da3f37c4 Avoid usage of term 'emulator' 2014-10-08 04:56:09 +02:00
twinaphex
7391b7573b (Menu) Remove menu->last_time - unused 2014-10-08 04:44:43 +02:00
Twinaphex
af501a2b80 Merge pull request #1102 from aliaspider/master
stop using thr->frame.within_thread for thread_set_osd_msg.
2014-10-08 04:04:56 +02:00
aliaspider
0089087777 stop using thr->frame.within_thread for thread_set_osd_msg.
TODO: find a more reliable way to determine if the calling thread is the
video driver thread or not.
2014-10-08 03:02:04 +01:00
Twinaphex
6e96fac22c Merge pull request #1101 from fr500/master
fix issue 1097
2014-10-08 03:23:41 +02:00
AndresSM
a637afca04 Merge branch 'master' of github.com:fr500/RetroArch 2014-10-07 20:21:00 -05:00
AndresSM
7249ebc00c fix disk_next, add option for disk_prev 2014-10-07 20:19:12 -05:00
Twinaphex
1898bd93b1 (iOS) Menu - cleanup 2014-10-08 02:50:54 +02:00
twinaphex
7babf3c65f (iOS) Hide Quit RetroArch option for iOS 2014-10-08 02:46:46 +02:00
twinaphex
4100f40373 (Menu) Cleanup 2014-10-08 02:46:46 +02:00
Twinaphex
3ce378d264 (OSX/iOS) Build fixes for changes in setting_data_get_list 2014-10-08 02:42:41 +02:00
twinaphex
da3734e8c7 Add mask parameter to setting_data_get_list 2014-10-08 02:13:07 +02:00
twinaphex
fd50638b8f Combine some flags and reduce calls to 'add_flags' function 2014-10-08 01:52:56 +02:00
twinaphex
92fdae904d Cleanup settings_data.c 2014-10-08 01:18:31 +02:00
twinaphex
150539decc Take out header include in frontend.c 2014-10-08 01:08:16 +02:00
twinaphex
4063f4adb1 (Menu/Settings) Represent input setting options with 'player' index prefix 2014-10-07 23:50:09 +02:00
twinaphex
9b149721dd (Settings_data) Iterate over all Player Index settings 2014-10-07 23:44:04 +02:00
twinaphex
79350540ec Refine some command in setting_data_append_list_input_options 2014-10-07 23:38:32 +02:00
twinaphex
0e2ce4d8d3 (Menu) Input Options and Shader Options don't go through settings list
yet, so put them back in menu_common_type_is
2014-10-07 23:09:21 +02:00
twinaphex
7daf5874e1 Dehardcode some code in menu_common_type_is 2014-10-07 22:52:31 +02:00
twinaphex
0e31f60ad1 Dehardcode some code in menu_entries.c 2014-10-07 22:48:57 +02:00
Twinaphex
7270f8982a (OSX) Get rid of unused variable warnings for now on OSX 2014-10-07 16:51:25 +02:00
Twinaphex
931bc28236 (Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined 2014-10-07 16:49:56 +02:00
twinaphex
08c6b6e311 Split up settings list code into settings_list.c file 2014-10-07 16:48:24 +02:00
twinaphex
0f41867b78 (settings_data.c) More indenting nits 2014-10-07 16:28:25 +02:00
twinaphex
6ea32d0a10 settings_data.c - indenting nits 2014-10-07 16:05:13 +02:00
twinaphex
19977d3504 (settings_data.c) Indenting nits 2014-10-07 15:37:29 +02:00
twinaphex
bba97e71ae general.h - Same for error string 2014-10-07 14:39:37 +02:00
twinaphex
e0982b4eac global subsystem variable - change to PATH_MAX instead of hardcoded
256
2014-10-07 14:39:03 +02:00
twinaphex
76d24cc42b (GL) Get rid of some unnecessary conditionals now that context driver
is at the very least set to a null driver
2014-10-07 14:33:45 +02:00