65 Commits

Author SHA1 Message Date
twinaphex
87935687f4 (Lakka) Cleanups 2014-06-06 03:59:35 +02:00
twinaphex
e91bcd5f6d (Lakka) Cleanups 2014-06-05 21:31:29 +02:00
twinaphex
6ee52ffd2e (Lakka) Goes over subitems now too to remove GL textures 2014-06-05 21:24:58 +02:00
twinaphex
17b5b55314 (Lakka) Style nits 2014-06-05 20:09:53 +02:00
twinaphex
a23b1ad2d7 (Lakka) Better separation of code logic and display code -
disp/lakka.c should only be concerned with 'rendering' things to
the screen - and backend  driver should actually implement the
logic
2014-06-04 22:29:00 +02:00
twinaphex
e9e6c51368 (Lakka) Fix segfault 2014-06-03 16:32:00 +02:00
Jean-André Santoni
314a27d5bf (Lakka) Add callbacks to tweens, and fade the in menu when possible 2014-06-03 11:55:23 +02:00
Jean-André Santoni
365fded925 (Lakka) Store the content icons in the category to save ram 2014-06-03 02:20:24 +02:00
Jean-André Santoni
f2ce3fcbae (Lakka) Code refactoring and performance improvements 2014-06-02 23:57:31 +02:00
Jean-André Santoni
36eaf74a2e (Lakka) Fix a performance issue in lakka_frame when displaying a submenu 2014-06-02 21:15:12 +02:00
Jean-André Santoni
70b58f26fd (Lakka) Display some fake settings 2014-06-02 16:34:17 +02:00
Jean-André Santoni
b3da7c1a4b (Lakka) Fix active item label 2014-06-01 22:37:05 +02:00
Jean-André Santoni
9e3e3180d8 (Lakka) Init textures and labels in context_reset and destroy them in context_destroy 2014-06-01 17:07:03 +02:00
twinaphex
1e73dcfb1d (Lakka) Some cleanups 2014-06-01 01:08:39 +02:00
Themaister
f1b3252193 Don't init assets from init.
Rename to context_reset/context_destroy and let the driver init/uninit
step signal the menu when the context is going down and coming up.
2014-05-31 23:24:46 +02:00
twinaphex
d5ec0c8d90 (Lakka) Add glDeleteTextures calls to lakka_free_assets 2014-05-31 23:19:59 +02:00
twinaphex
5e05665a0e (Menu) Replace rgui pointers everywhere in menu code with driver.menu 2014-05-31 22:35:08 +02:00
twinaphex
e3983d386b (Lakka) Build fixes 2014-05-31 21:17:08 +02:00
Jean-André Santoni
09ec46e6b5 (Lakka) Fix init and reinit only textures 2014-05-31 13:25:33 +02:00
twinaphex
6307202a6d (Menu) render_messagebox/render/frame functions from menu_ctx no longer
get a rgui handle passed to them
2014-05-30 21:51:12 +02:00
twinaphex
b2d9c60613 (Menu) Don't pass menu data to menu_iterate
(Menu) Don't pass menu data to backend - postprocess
2014-05-30 20:53:10 +02:00
twinaphex
af440bf545 (Menu) Menu now gets inited from driver.c instead of frontend.c
(Console) Better way to 'restart' instead of using the function
'restart' - call rarch_set_fullscreen instead. 'Restart' function
in driver interface can go now
(Menu) Menu now gets properly deinited/reinited when - say -
rarch_set_fullscreen is toggled or some other state change like this.
If init_assets function of menu_ctx_driver is implemented, this should
ensure all GL/D3D assets get 'cleaned up' prior to teardown of the video
driver, and properly reinited after the video driver is brought up again
2014-05-30 17:49:04 +02:00
twinaphex
9adeae2df3 (Lakka) update_tweens gets value of 0.002 - assume
monitor refresh rate lock in RGUI
2014-05-29 17:44:31 +02:00
twinaphex
223ae6033d (Lakka) Animations show up - unreliable though 2014-05-29 16:35:23 +02:00
Jean-André Santoni
8a656cfccc (Lakka) Fix a segfault in items_init 2014-05-27 22:43:04 +02:00
twinaphex
0f578ad97d (Lakka) More cleanups 2014-05-27 06:32:33 +02:00
twinaphex
bffbdbaca7 (Lakka) Cleanups 2014-05-27 06:27:31 +02:00
twinaphex
ebfb104986 (Lakka) Prevent some more segfault bugs 2014-05-27 03:48:08 +02:00
twinaphex
7acf7e706d (Lakka) Remove more redundant re-setting of rgui->last_time 2014-05-27 03:29:21 +02:00
twinaphex
76bf7525ca (Lakka) More cleanups 2014-05-27 03:06:58 +02:00
twinaphex
20b54b476a (Lakka) Debork more code 2014-05-27 02:26:15 +02:00
twinaphex
0abbd3968b (Lakka) Refactor more broken code 2014-05-27 02:02:39 +02:00
twinaphex
81fe85624a (Lakka) Start refactoring questionable C code 2014-05-27 01:31:27 +02:00
twinaphex
e447c654ad (Lakka) Integrate png_texture_load.c code into disp/lakka.c 2014-05-26 18:40:27 +02:00
twinaphex
50ff38195a (Lakka) Integrate tween.c code into disp/lakka.c 2014-05-26 18:32:32 +02:00
twinaphex
dda574ddf1 (Lakka) More deborking of Lakka 2014-05-12 15:36:01 +02:00
twinaphex
d9e31151ed (Lakka/GL) Take out HAVE_LAKKA hack in gl.c - animations/tweening needs to
be fixed though
2014-05-11 20:47:44 +02:00
twinaphex
107efae2e2 (Lakka) Cleanups 2014-05-10 06:21:03 +02:00
twinaphex
bbce01a449 (Lakka) Lakka now uses assets directory instead of hardcoded
/usr/share/retroarch
2014-05-10 05:25:50 +02:00
twinaphex
b67a55518c (Lakka) Loads roms now 2014-05-09 21:43:21 +02:00
Twinaphex
01de6f9b6e Merge pull request #679 from lakkatv/lakka-integration
Fix hardcoded screen size
2014-05-09 21:28:14 +02:00
twinaphex
5380806900 (Lakka) fix build 2014-05-09 21:04:59 +02:00
twinaphex
f656336b7f (Lakka) Use strlcpy/strlcat
(Menu) Abstract menu_init_core_info - we can have different
implementations of this per menu drivers
2014-05-09 21:00:50 +02:00
Jean-André Santoni
24b64203b8 Fix hardcoded screen size 2014-05-09 20:04:34 +02:00
Themaister
05eac0c8a2 Add new libretro_directory.
Avoid kinda-weird dual purpose of g_settings.libretro.
2014-05-09 18:51:20 +02:00
twinaphex
1e6b23330e (Lakka) lakka_init returns a valid handle now
(Lakka) Fixed up a bunch of other wrong stuff as well
2014-05-09 18:13:28 +02:00
twinaphex
021e110a3c (Authors) Add Lakka author to credits
(Lakka) Add fallback directory in case rgui->libretro_dir points
to nothing for core directory list
2014-05-09 17:55:39 +02:00
twinaphex
f26a82a6ae (Menu) Make time/delta variables exposable to display driver
(Lakka) Start implementing iterate function more properly
2014-05-09 17:29:41 +02:00
twinaphex
edbd79a273 (Lakka) Style nits 2014-05-09 16:46:50 +02:00
Jean-André Santoni
7dda9f0b00 Lakka menu display and icons 2014-05-08 01:12:51 +07:00