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
|
2fe6103a61
|
Get rid of more unnecessary code now for menu toggle in menu_iterate
|
2014-09-25 18:40:01 +02:00 |
|
twinaphex
|
d1d504df6c
|
Implement menu toggle in a better way
|
2014-09-25 18:38:35 +02:00 |
|
twinaphex
|
00e605d9ba
|
Take out MODE_MENu - and introduce g_extern.is_menu
|
2014-09-25 06:33:28 +02:00 |
|
twinaphex
|
13ac38324d
|
Lower block_hotkey_until value to +15
|
2014-09-25 05:02:08 +02:00 |
|
twinaphex
|
aa6d779fbc
|
Added 1-second timeout when binding hotkeys
|
2014-09-25 04:44:24 +02:00 |
|
twinaphex
|
8015061720
|
Refactor menu_input - add input_keys_pressed in addition to
meta_input_keys_pressed
|
2014-09-25 04:19:09 +02:00 |
|
twinaphex
|
2309a3e716
|
Move input_poll to libretro_version_1.c
|
2014-09-24 09:52:01 +02:00 |
|
Twinaphex
|
ff4e0928f4
|
Get rid of unused variable warnings
|
2014-09-24 08:30:05 +02:00 |
|
twinaphex
|
57489cb1be
|
Move MAX_COUNTERS define to menu_common.h
|
2014-09-24 08:27:53 +02:00 |
|
twinaphex
|
9d94513dc4
|
(Menu/Shaders) Move all shader manager code to frontend/menu/menu_shader
|
2014-09-24 07:56:47 +02:00 |
|
twinaphex
|
93fbb44402
|
(Menu) Move menu_common_core_setting_toggle functions to menu_common.c
|
2014-09-24 06:46:18 +02:00 |
|
twinaphex
|
bf2f55dc60
|
Move bind_iterate / bind_iterate_keyboard to menu_input_line_cb
|
2014-09-24 06:43:42 +02:00 |
|
twinaphex
|
90be5e6f93
|
(Menu) Cleanups pt. 1
|
2014-09-24 06:35:57 +02:00 |
|
Twinaphex
|
faebff2db0
|
Merge pull request #1055 from Monroe88/patch-2
Only apply shader parameters immediately in Shader Parameters (Current).
|
2014-09-24 05:20:22 +02:00 |
|
twinaphex
|
a7c10a5a17
|
(Menu) Refactor menu_custom_bind_iterate_ functions
|
2014-09-24 05:17:52 +02:00 |
|
Monroe88
|
a87efba091
|
Only apply shader parameters immediately in Shader Parameters (Current).
|
2014-09-23 21:19:03 -05:00 |
|
Twinaphex
|
6353240af4
|
Get rid of unused variables
|
2014-09-21 18:02:23 +02:00 |
|
Timo Strunk
|
cb5c951a70
|
Merge remote-tracking branch 'upstream/master' into zip_ui
Conflicts:
retroarch.c (defer_core was moved and modified by me)
|
2014-09-21 17:37:23 +02:00 |
|
Timo Strunk
|
193f416f8f
|
Zip UI cleanup before pull request
|
2014-09-21 11:03:32 +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 |
|
twinaphex
|
9dc35b056f
|
Refactor MODE_MENU_PREINIT code
|
2014-09-21 06:33:49 +02:00 |
|
Timo Strunk
|
adfa00e193
|
Removed MENU_ACTION_Y, small bugfix with selections in zip select
|
2014-09-20 20:42:21 +02:00 |
|
Timo Strunk
|
3575f353bf
|
Choosing whether to open or load a zip file in detect core should work now
|
2014-09-20 20:07:26 +02:00 |
|
Timo Strunk
|
864a5cdc4f
|
Always interpret files as carchives in case of detect_core_list to allow browsing them.
|
2014-09-20 20:06:52 +02:00 |
|
Timo Strunk
|
97ea43994e
|
Zipfiles open or run half finished
|
2014-09-20 19:10:05 +02:00 |
|
Timo Strunk
|
9c9543e7eb
|
Added toggle button to open zip files in load content and detect core
|
2014-09-19 20:31:53 +02:00 |
|
Timo Strunk
|
7bc369642d
|
Added generic message buffer and open_compressed flag to menu_driver
|
2014-09-19 20:31:18 +02:00 |
|
Timo Strunk
|
3672b4ba40
|
Added menu button Y
|
2014-09-19 20:28:30 +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
|
f16a065cdd
|
Fixes 'block hotkey enable'
|
2014-09-18 04:04:33 +02:00 |
|
twinaphex
|
4c4ae11ab6
|
Optimizations to input handling in rarch_main_iterate - pass
'trigger' state around
|
2014-09-17 20:15:56 +02:00 |
|
twinaphex
|
82806dcd85
|
Hide away last BIND_PRESSED invocations with check_quit_key_func
|
2014-09-17 17:48:41 +02:00 |
|
twinaphex
|
3892c8326d
|
Use macro functions to hide away some of the ugliness
|
2014-09-17 07:38:49 +02:00 |
|
twinaphex
|
92938fe45f
|
Optimizations - prevent static bools everywhere in check_* functions
- input_keys_pressed_func takes a pointer and sets it to the last
input state. We then pass this around functions and use it where
necessary
|
2014-09-17 06:55:03 +02:00 |
|
twinaphex
|
d8d9b35a57
|
(menu_driver.h) Fix relative paths
|
2014-09-17 00:36:31 +02:00 |
|
twinaphex
|
310438f15b
|
Refactor away input_key_pressed_func
|
2014-09-17 00:29:47 +02:00 |
|
twinaphex
|
7a66467161
|
Create macro BIND_PRESSED - wrapper around BIT64_GET
|
2014-09-16 18:08:44 +02:00 |
|
twinaphex
|
a5e367d2f0
|
More of aforementioend
|
2014-09-16 09:48:47 +02:00 |
|
twinaphex
|
d363bdf24e
|
Take out frame_buf_show in menu_driver.h
|
2014-09-16 06:09:23 +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
|
272e4d41a1
|
Don't rely on retro_time_t typedef for menu_driver API
|
2014-09-16 01:29:33 +02:00 |
|
twinaphex
|
fffed52892
|
Silence warning 'variable is used before its value is set'
|
2014-09-16 01:09:10 +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
|
bbcf2e5eda
|
(Menu) Implement stub functions for shader manager functions in menu_common_backend.c
|
2014-09-15 21:54:03 +02:00 |
|
twinaphex
|
5ad098cdf9
|
(GLUI) Turn box_message into char variable of fixed size
|
2014-09-15 20:02:50 +02:00 |
|