Commit Graph

14257 Commits

Author SHA1 Message Date
Twinaphex
b4c6715eb0 Merge pull request #1172 from lakkatv/xmb
(XMB) Horizontal animations using file_list cache
2014-10-20 20:06:17 +02:00
Jean-André Santoni
630b5fa320 (XMB) Horizontal animations 2014-10-20 20:00:39 +02:00
Jean-André Santoni
d1df2828a7 (Menu) Cache the lists and pointers on OK and CANCEL 2014-10-20 20:00:10 +02:00
Jean-André Santoni
0227602ce5 (Menu) Add cache for selection_buf and menu_stack 2014-10-20 19:56:50 +02:00
Jean-André Santoni
4bdc3a2818 (Menu) Add cache for selection_ptr 2014-10-20 19:56:18 +02:00
Jean-André Santoni
2f988c300b (Menu) Make disp_set_label work with any file_list 2014-10-20 19:54:55 +02:00
Jean-André Santoni
6562c2cd95 Add file_list_copy function 2014-10-20 19:51:00 +02:00
Twinaphex
564467abe9 (CoreText) Add to AUTHORS 2014-10-20 19:41:39 +02:00
Twinaphex
eb0d1e4116 (CoreText) iOS cannot use ApplicationServices/ApplicationServices.h
header
2014-10-20 19:37:41 +02:00
twinaphex
16d440e6a3 (ObjC) Avoid local variables named index 2014-10-20 19:33:50 +02:00
twinaphex
7dbf9f2298 Avoid index local variables 2014-10-20 19:29:49 +02:00
twinaphex
059ed8fb07 (Shaders) Rename index variables 2014-10-20 19:27:32 +02:00
twinaphex
3e45884b67 Rename local variables named 'index' elsewhere 2014-10-20 19:22:33 +02:00
twinaphex
def41a573f Avoid using 'index' for local variables 2014-10-20 19:18:18 +02:00
twinaphex
b5088b96d0 Don't name local variables by 'index' to prevent 'declaration shadows global' warnings 2014-10-20 19:13:54 +02:00
twinaphex
a82c4db39a (CoreText) Now compiles on OSX 10.6/Xcode 3.2.5 - CoreText/CoreText.h
header didn't exist there
2014-10-20 19:09:09 +02:00
Twinaphex
24269930d2 Fix prototype SeqInstream_Readuint8_t 2014-10-20 04:41:49 +02:00
twinaphex
bbadaf1911 Replace index variable name 2014-10-20 04:37:52 +02:00
twinaphex
83f20e0ac3 replace index variable name to avoid shadowed global declarations 2014-10-20 04:35:02 +02:00
twinaphex
f9841f2b0b (CoreText) OSX 10.6 requires this header be included 2014-10-20 04:30:39 +02:00
twinaphex
26833c35c9 (7z) Use stdint types - Types.h was conflicting with OSX 10.6
headers
2014-10-20 04:28:20 +02:00
twinaphex
dd79cf0b93 (OSX) Change 'index' to 'idx' to avoid declaration of index shadows a global
declaration on OSX 10.6
2014-10-20 03:56:31 +02:00
Twinaphex
6cf27702b0 (unzip.c) unz64local_GetCurrentFileInfoInternal - get rid of shadowed local variable 2014-10-20 02:58:26 +02:00
Twinaphex
7c45f48965 Clean up unused variable 2014-10-20 02:55:31 +02:00
Twinaphex
2861945ab4 Merge pull request #1169 from lakkatv/xmb
(XMB) Fix the offset bug in populate_entries
2014-10-20 01:52:37 +02:00
Jean-André Santoni
99111c2633 (XMB) Fix the offset bug in populate_entries 2014-10-20 01:51:00 +02:00
twinaphex
4cfa7f3947 License glsym properly 2014-10-20 01:50:57 +02:00
twinaphex
2050162817 menu_entries_cbs.c - cleanups 2014-10-19 22:42:23 +02:00
twinaphex
3c0dade671 (menu_entries_cbs.c) Remove unused code 2014-10-19 22:39:52 +02:00
Twinaphex
ac74eda50c Merge pull request #1168 from aliaspider/master
fixes game screen sometimes not showing in combination with some shaders
2014-10-19 22:26:54 +02:00
aliaspider
10c2784c02 fixes game screen sometimes not showing in combination with some shaders
and menu drivers using GL.
note: this still doesnt fix the game screen not showing when
pause_libretro is set to true.
2014-10-19 21:24:29 +01:00
twinaphex
d33a666753 Remove input_bind_device_id code 2014-10-19 19:45:56 +02:00
twinaphex
b28b530874 Change joypad_map to unsigned and change default value 2014-10-19 16:22:51 +02:00
twinaphex
829060886d Take out more unused input file list settings code 2014-10-19 06:02:11 +02:00
twinaphex
2758646c4b Take out more no-longer needed input settings 2014-10-19 05:51:48 +02:00
twinaphex
c99602d72d (menu_entries_cbs.c) Take out unused code 2014-10-19 05:49:37 +02:00
twinaphex
1a84ba2d4e (settings data.c) Get rid of stubbed out code 2014-10-19 05:46:59 +02:00
Twinaphex
ca41ad224d (iOS Camera) Create CVEAGLContext pointer and pass it to CVOpenGLESTextureCacheCreate 2014-10-19 04:00:40 +02:00
Toad King
c1173388c2 fix input displays in configi for players 2-16 2014-10-18 20:38:46 -05:00
Toad King
0047aa9aaf add fast scrolling to settings menus 2014-10-18 20:38:46 -05:00
Twinaphex
95690b9034 Merge pull request #1167 from jeapostrophe/master
Adding CoreText font driver for iOS and OS X
2014-10-19 02:54:36 +02:00
Toad King
fb3a91834e fix input configs for players 2-16 2014-10-18 19:49:18 -05:00
Jay McCarthy
1f788543e7 Adding CoreText font driver for iOS and OS X
The font path settings should be changed to support entering a font
name on these platforms and potentially working with the front-end to
get a list of possible names.
2014-10-18 20:20:55 -04:00
Twinaphex
3f637a7815 (Apple) Cleanup in apple_gfx_ctx_init 2014-10-19 00:24:57 +02:00
Twinaphex
0704f80ba9 (Apple) Use CGLUpdateContext and CGLFlushDrawable directly 2014-10-19 00:14:51 +02:00
Twinaphex
247707f8d3 Merge pull request #1166 from mprobinson/parport-joypad
Non-blocking parport open to handle previous unclean shutdowns
2014-10-18 20:39:37 +02:00
Twinaphex
4aaee9703d Merge pull request #1165 from mprobinson/dummy-pixels
Fix buffer overflow in dummy_pixels
2014-10-18 20:39:21 +02:00
Mike Robinson
37550aef02 Non-blocking parport open to handle previous unclean shutdowns 2014-10-18 19:11:11 +01:00
Mike Robinson
9d9394662b Fix buffer overflow in dummy_pixels
Size needs to be 32 to allow for 4x4 at pitch 8
2014-10-18 18:29:37 +01:00
Twinaphex
5b46de3b38 Merge pull request #1164 from lakkatv/xmb
Xmb
2014-10-18 17:17:15 +02:00