twinaphex
3ba45d3eae
Create init_lists in menu display driver
2014-10-09 01:31:11 +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
e5ab079298
Maintain two rarch_setting_t * lists in driver.menu - one
...
for main menu and the other for settings menu - regenerate these
when needed
2014-10-09 00:50:35 +02:00
twinaphex
da3734e8c7
Add mask parameter to setting_data_get_list
2014-10-08 02:13:07 +02:00
twinaphex
8dbe11613d
Add need_refresh parameter to setting_data_get_list
2014-10-07 02:49:04 +02:00
aliaspider
a30ca8a082
(Lakka) fix texture loading when video_threaded is set to 'true'
2014-10-06 02:41:53 +01:00
aliaspider
ce9cd4ac8f
(Lakka) fix segfault due to uninitialized pointer in coords.
2014-10-06 01:37:04 +01:00
aliaspider
6ae462a61c
(GLUI) fixes segfault when selecting a video filter.
2014-10-04 02:17:32 +01:00
Jean-André Santoni
14b2396fd8
(Lakka) Fix subitem icon x coordinate
2014-10-03 15:31:08 +02:00
Jean-André Santoni
95b22058fe
(Lakka) Fix trigger menu animation flickering
2014-10-03 14:20:32 +02:00
twinaphex
7a6ee6a300
Get rid of MODE_MENU_HD too -g_extern.lifecycle_state can now
...
be used for 'injecting' button presses (i.e. libretro button presses
and/or meta button presses)
2014-10-02 21:57:01 +02:00
twinaphex
b22cf18228
(GL/Shaders) Put fixed-function vertex/matrix coord code inside shader
...
backend files as fallback routines
2014-10-02 15:17:21 +02:00
Twinaphex
7bfde3df63
Merge pull request #1077 from lakkatv/lakka
...
(Lakka) Un-hardcode alpha values
2014-10-02 13:39:05 +02:00
Jean-André Santoni
30f4572fda
(Lakka) Un-hardcode alpha values
2014-10-02 13:36:03 +02:00
twinaphex
6c675e6580
Create gfx/gl_common.c
2014-10-02 13:32:42 +02:00
twinaphex
6b054da299
Rename shader_common to shader_context
2014-10-02 13:21:45 +02:00
twinaphex
28ab662668
(PS3) Build fixes
2014-10-02 13:00:04 +02:00
twinaphex
780c3220a0
Build fix for targets with shaders - get rid of now
...
obsolete menu_common_backend.h header
2014-10-02 11:36:52 +02:00
twinaphex
89e449cc86
Get rid of header dependencies on GL in shader_common.h
2014-10-02 11:27:11 +02:00
twinaphex
ca12482af0
Move shader files to gfx/shader/
2014-10-02 00:45:11 +02:00
Jean-André Santoni
abe6aa79fe
(Lakka) Fix label display with video_threaded
2014-10-01 23:52:04 +02:00
Jean-André Santoni
66cf8bd820
(Lakka) Make effects depending on FBO optional and disabled for now
2014-10-01 22:44:36 +02:00
twinaphex
2523efdf48
(Lakka) Cleanups
2014-10-01 16:27:36 +02:00
twinaphex
23e1744235
(Menu) Update rmenu display drivers
2014-10-01 15:17:34 +02:00
Jean-André Santoni
c85d32b8a2
(Lakka) Fix draw_icon in gles2
2014-09-30 19:01:16 +02:00
Jean-André Santoni
ce3ebc1bdb
(Lakka) Fix GLES2 build
2014-09-30 18:12:37 +02:00
Jean-André Santoni
094c1022fb
(Lakka) Fix shader coords bug
2014-09-30 16:19:22 +02:00
Jean-André Santoni
21de27d935
(Lakka) Fix zoom out animation
2014-09-30 15:16:47 +02:00
Jean-André Santoni
d0001eb666
(Lakka) FBO
2014-09-30 14:44:13 +02:00
Vladimir Panteleev
d0e970f175
Fix/reimplement input flushing
...
This fixes:
- menu toggle erratically not working on Android
- stray input going to libretro core when resuming content
- bound keys triggering as soon as they're bound on Android
- menu key repeat also repeating keys which should not be repeated
- issues caused by relying on timeouts for flushing
Architectural changes:
- menu_ctx_driver_t::input_postprocess now takes state and old_state
(this allows getting rid of menu_handle_t::trigger_state)
Related changes:
- remove some no-op input_postprocess handlers (same effect as NULL)
- menu_iterate now uses the parameters passed to it, instead of
polling menu_input
- menu_input is now merged into meta_input_keys_pressed
2014-09-29 12:58:52 +00:00
Jean-André Santoni
7fb42d5da9
(Lakka) Fix subitems fade out
2014-09-25 23:22:17 +02:00
Jean-André Santoni
61435123d0
(Lakka) Fix initial alpha and zoom for settings subitems
2014-09-25 23:17:22 +02:00
Jean-André Santoni
788a081f00
(Lakka) Fix draw_text alpha when animating with a big LAKKA_DELAY
2014-09-25 20:02:38 +02:00
twinaphex
00e605d9ba
Take out MODE_MENu - and introduce g_extern.is_menu
2014-09-25 06:33:28 +02:00
twinaphex
430e0f1911
Reimplement rarch_main_iterate - menu iteration frame now gets
...
called from here too. Do away with the hoky 'MENU_GAME' state
as well.
2014-09-21 09:18:26 +02:00
Jean-André Santoni
c172169a9e
(Lakka) Move tweening related functions in an external lib
...
so they can be used from another menu driver. Also add more tweening functions.
2014-09-19 13:36:18 +02:00
Jean-André Santoni
9bbd0b9825
(Lakka) Make settings values responsives
2014-09-19 11:31:06 +02:00
twinaphex
5188b3cc56
(Menu) Don't need menu_type_is anymore in menu display drivers
2014-09-16 04:21:31 +02:00
twinaphex
b857890d1e
(Lakka) Fixes
2014-09-16 01:36:28 +02:00
twinaphex
a09e04f679
Split up driver_menu.h into three separate header files -
...
for menu display API, menu backend API, and menu driver general API
2014-09-16 00:52:07 +02:00
Jean-André Santoni
2836d19052
(Lakka) Display a black background if no png background supplied
2014-09-16 00:18:14 +02:00
twinaphex
46055eb47b
(GLUI) Silence warnings
2014-09-15 22:29:30 +02:00
twinaphex
5ad098cdf9
(GLUI) Turn box_message into char variable of fixed size
2014-09-15 20:02:50 +02:00
Twinaphex
f89690a252
(GLUI) Silence warning
2014-09-15 18:26:56 +02:00
twinaphex
9e132a0c24
(Lakka) build fix
2014-09-15 17:32:05 +02:00
Twinaphex
e1ddd908fe
Merge pull request #1020 from lioncash/leak
...
Fix a few memory leaks
2014-09-15 17:31:24 +02:00
Lioncash
d1f908b8f8
Fix a few memory leaks
...
Also guard against calloc failure in lakka_init.
2014-09-15 11:29:30 -04:00
Jean-André Santoni
353f7d2c1e
(GLUI) Display message boxes
2014-09-15 12:36:52 +02:00
twinaphex
89676e8424
Add Playlist Directory path setting
2014-09-15 04:12:41 +02:00