twinaphex
|
b3f568c32c
|
(XMB) Cut down on gl->shader->use calls
|
2015-03-09 23:37:22 +01:00 |
|
twinaphex
|
44c1032fba
|
(XMB) Cleanups
|
2015-03-09 23:34:01 +01:00 |
|
twinaphex
|
6e62983cd5
|
(Menu) Implement 'null' menu driver
|
2015-03-09 14:39:39 +01:00 |
|
twinaphex
|
342d4fb1f9
|
(XMB) Kill off unused variable (was generating a warning)
|
2015-03-09 02:00:16 +01:00 |
|
Jean-André Santoni
|
a04ea6ed90
|
(XMB) Display cursor texture
|
2015-03-09 00:14:55 +01:00 |
|
Jean-André Santoni
|
9d4be26dc2
|
(XMB) Basic vertical mouse support
|
2015-03-08 23:36:12 +01:00 |
|
Jean-André Santoni
|
855e84923b
|
(GLUI) Minor mouse support fixes
|
2015-03-08 23:35:48 +01:00 |
|
twinaphex
|
ec4f59f06f
|
(XMB) Cut down on more xmb_draw_icon_begin/xmb_draw_icon_end calls, this time in
xmb_draw_items
|
2015-03-08 22:02:33 +01:00 |
|
twinaphex
|
36d831d105
|
(XMB) Cut down on amount of calls to xmb_draw_icon_begin/xmb_draw_icon_end
by reorganizing xmb_frame
|
2015-03-08 21:55:02 +01:00 |
|
Higor Eurípedes
|
2216f60046
|
(RGUI) Fix Video Settings page
|
2015-03-08 16:39:21 -03:00 |
|
Higor Eurípedes
|
50ff11fdec
|
(RGUI) Call set_texture_frame only when the framebuffer is dirty
|
2015-03-08 16:14:35 -03:00 |
|
twinaphex
|
770f5e3449
|
(RMenu/RMenu XUI) Implement same here
|
2015-03-08 19:51:25 +01:00 |
|
twinaphex
|
8829cfebbf
|
(GLUI/XMB) Let other menu drivers clear the dirty bits
|
2015-03-08 19:50:12 +01:00 |
|
Higor Eurípedes
|
50b09109d9
|
(Menu) Let the menu driver clear the dirty bits
|
2015-03-08 15:18:50 -03:00 |
|
twinaphex
|
98502d0b31
|
Move menu_animation_update outside to xmb_render
|
2015-03-08 19:15:24 +01:00 |
|
Higor Eurípedes
|
7d41e01e93
|
(RGUI) Only render when needed
|
2015-03-08 14:12:13 -03:00 |
|
twinaphex
|
4e01057c69
|
(XMB) Get rid of unnecessary glViewport call - xmb_render_background
already does that
|
2015-03-08 14:12:39 +01:00 |
|
twinaphex
|
eaed7c884d
|
(XMB) Take out xmb_draw_icon_begin/xmb_draw_icon_end out of for loop -
icons finally seem to show up now in threaded video mode
|
2015-03-08 13:54:03 +01:00 |
|
twinaphex
|
b76312a1da
|
Split up xmb_draw_icon into xmb_draw_icon_begin, xmb_draw_icon_end
and xmb_draw_icon
|
2015-03-08 13:26:15 +01:00 |
|
Higor Eurípedes
|
1d7bddaef3
|
(rgui) Cache and tile checked background
|
2015-03-08 09:18:45 -03:00 |
|
twinaphex
|
3f4264b93d
|
(XMB) Cleanups
|
2015-03-08 13:17:07 +01:00 |
|
twinaphex
|
d11006e041
|
Move frame_count to g_runloop
|
2015-03-07 13:14:04 +01:00 |
|
twinaphex
|
795ef467ac
|
Move msg_queue and nbio/http to runloop struct
|
2015-03-07 13:01:41 +01:00 |
|
twinaphex
|
a74cb0574b
|
Create g_runloop and start moving variables there
|
2015-03-07 12:36:50 +01:00 |
|
Jean-André Santoni
|
ab84c14b66
|
(Menu) Delta timing
|
2015-03-06 16:00:46 +01:00 |
|
Jean-André Santoni
|
fc2ddc87bd
|
(GLUI) Fix rotation
|
2015-03-01 17:50:40 +01:00 |
|
Jean-André Santoni
|
45d48b46e8
|
(XMB) Fix rotation
|
2015-03-01 17:46:08 +01:00 |
|
twinaphex
|
cf070fa9f3
|
(RGUI/GLUI) Improved mouse controls - pushing the top/bottom corners
of the menu screen in a list view will scroll up/down. Hover controls
have been taken out. Will work on being able to press settings themselves.
|
2015-02-27 07:27:58 +01:00 |
|
twinaphex
|
66d89c5b13
|
(MSVC) Fix signed/unsigned mismatch warning
|
2015-02-24 22:26:08 +01:00 |
|
twinaphex
|
2e0902fda1
|
Revert "(Menu) Delta timing"
This reverts commit 24f7acb93c5c62c2023cc6f2708cfdacae494e86.
|
2015-02-24 03:06:25 +01:00 |
|
twinaphex
|
fc75b55219
|
Revert "(Menu) Limit delta time to an acceptable range"
This reverts commit 319fcca439177994b4ce0e40892c38e8cc436aea.
|
2015-02-24 03:06:18 +01:00 |
|
twinaphex
|
64527f2cef
|
Revert "(Menu) cleaner dt formulas"
This reverts commit b6e214128abae076da9f1bb603082928ed1fa9e2.
|
2015-02-24 03:06:13 +01:00 |
|
Twinaphex
|
e3b6b89a55
|
Merge pull request #1444 from lakkatv/xmb
(Menu) cleaner dt formulas
|
2015-02-24 11:11:47 +11:00 |
|
Jean-André Santoni
|
b6e214128a
|
(Menu) cleaner dt formulas
|
2015-02-24 01:09:14 +01:00 |
|
Twinaphex
|
d4e6a1ddda
|
Merge pull request #1443 from lakkatv/xmb
(Menu) Limit delta time to an acceptable range
|
2015-02-24 10:44:15 +11:00 |
|
Jean-André Santoni
|
319fcca439
|
(Menu) Limit delta time to an acceptable range
|
2015-02-24 00:42:44 +01:00 |
|
Twinaphex
|
54163d20fc
|
Merge pull request #1442 from lakkatv/xmb
(Menu) Delta timing
|
2015-02-24 10:31:44 +11:00 |
|
Jean-André Santoni
|
24f7acb93c
|
(Menu) Delta timing
|
2015-02-24 00:28:11 +01:00 |
|
twinaphex
|
5f6108e2e0
|
Get rid of these gekko hacks in XMB/GLUI - we're not going to
be using these menu drivers on Wii/Gamecube anyway
|
2015-02-23 23:50:40 +01:00 |
|
twinaphex
|
6ce7e5b571
|
Refactor menu driver's 'load wallpaper' function
|
2015-02-23 23:32:59 +01:00 |
|
Twinaphex
|
3536ac86e4
|
Merge pull request #1441 from lakkatv/xmb
(XMB) Minor changes
|
2015-02-24 09:14:56 +11:00 |
|
twinaphex
|
4b0c2cd7de
|
Refactor menu_texture.c - uncouple it from file I/O
|
2015-02-23 22:54:39 +01:00 |
|
Jean-André Santoni
|
8cdaccdb9e
|
(XMB) unhardcode a value
|
2015-02-23 22:08:09 +01:00 |
|
Jean-André Santoni
|
57a7e89727
|
(XMB) Fix inverted function names
|
2015-02-23 21:40:36 +01:00 |
|
twinaphex
|
9e6d0004fd
|
(XMB) Set XMB_TEXTURE_RESUME instead of XMB_TEXTURE_RUN for 'Resume' action
|
2015-02-18 10:35:08 +01:00 |
|
twinaphex
|
3ee11c0374
|
(XMB) Set labels for general menu
|
2015-02-18 10:31:01 +01:00 |
|
Jean-André Santoni
|
e0dab75300
|
(XMB) Add 5 new icons for the contextual menu
|
2015-02-17 23:43:34 +01:00 |
|
twinaphex
|
3ce7ada790
|
Update get_title
|
2015-02-15 17:50:38 +01:00 |
|
twinaphex
|
7d32b27024
|
(RMenu) Build fixes
|
2015-02-14 00:51:17 +01:00 |
|
twinaphex
|
df35e9fb75
|
Refactor menu_navigation.c
|
2015-02-14 00:47:42 +01:00 |
|