3655 Commits

Author SHA1 Message Date
twinaphex
3114d4df7a menu_display_d3d.c can now be compiled - does not work yet 2015-11-08 23:33:18 +01:00
twinaphex
3b0e324a84 Add D3D hooks 2015-11-08 23:18:43 +01:00
twinaphex
9fa647097a (D3D) add cast 2015-11-08 23:16:44 +01:00
twinaphex
1a99b3ac2c (menu_display_d3d) Reuse default_get_mvp 2015-11-08 23:15:54 +01:00
twinaphex
b52d36e7eb Reuse get_default_mvp 2015-11-08 23:14:45 +01:00
twinaphex
e568d4eb0d (menu_display_d3d.c) Change some variables 2015-11-08 21:31:14 +01:00
twinaphex
7f2814a534 Remove some header dependencies 2015-11-08 21:27:07 +01:00
twinaphex
b3e51ef5b4 Start adding preliminary D3D menu_display_d3d.c 2015-11-08 21:26:19 +01:00
twinaphex
ab7b7b538f (Menu) Add get_default_mvp function pointer 2015-11-08 21:03:12 +01:00
Andre Leiradella
2253e4c236 added cheevos_get_description to get a cheevo's description given its index 2015-11-08 16:42:23 -02:00
twinaphex
980c743938 Start adding hooks for showing descriptions for Cheevos 2015-11-08 18:52:17 +01:00
twinaphex
e490497530 Start adding 'ACTION_OK' binds for cheevos items 2015-11-08 18:11:53 +01:00
twinaphex
f57675fa40 Cleanup cheevos_populate_menu 2015-11-08 18:03:56 +01:00
Andre Leiradella
c007298494 fixed the achievements list menu 2015-11-08 13:51:14 -02:00
Andre Leiradella
8700450410 list cheevos in the frontend menu 2015-11-08 13:19:54 -02:00
twinaphex
3d1038c1d5 (menu_hash_es.c) Some fixes 2015-11-08 04:18:34 +01:00
Twinaphex
805d7c5f12 Merge pull request #2363 from IlDucci/master
Updating Spanish translation
2015-11-08 04:12:52 +01:00
radius
f980e424b6 disable the entry until it's properly implemented 2015-11-07 22:11:16 -05:00
radius
b8ae27625b implement an example function to print the achievements 2015-11-07 22:11:15 -05:00
radius
f2b951accf add Achievement List to the quick menu 2015-11-07 22:11:14 -05:00
IlDucci
5c2c3153b8 Updating Spanish translation
Updating with the latest changes/new lines
2015-11-08 01:52:54 +01:00
twinaphex
a9b7636ddb Abstract away GL code in menu behind display driver interface 2015-11-08 01:30:07 +01:00
twinaphex
37e450c94c devices_mask no longer needed 2015-11-07 20:44:40 +01:00
twinaphex
d9fe9b23d7 Cleanups 2015-11-07 20:22:26 +01:00
twinaphex
9bb87f276c Use just one label descriptor setting 2015-11-07 16:11:30 +01:00
twinaphex
92e6b56fe3 Remove input bind mode 2015-11-07 14:37:44 +01:00
twinaphex
61623dcdce Able to bind both keyboard and joypad keys now 2015-11-07 14:33:18 +01:00
Jean-André Santoni
23fee02883 (XMB) Hack to prevent icon overlapping when adding or removing shaders and cheap passes 2015-11-07 11:47:02 +07:00
Jean-André Santoni
6792e74ad5 (XMB) Prevent an animation bug during scanning 2015-11-07 10:36:37 +07:00
Jean-André Santoni
15683523d3 (GLUI) Code refactoring 2015-11-05 17:52:37 +07:00
Jean-André Santoni
9943002424 (GLUI) Refactor mui_draw_scrollbar 2015-11-05 17:42:36 +07:00
Jean-André Santoni
d91462fd53 (GLUI) Refactor shadow height, make shadow height independant of header height 2015-11-05 17:27:00 +07:00
Jean-André Santoni
1ab7a65597 (GLUI) Style nits 2015-11-05 17:22:14 +07:00
Jean-André Santoni
279fb29d77 (GLUI) Refactor background alpha 2015-11-05 17:19:42 +07:00
Jean-André Santoni
e4cabe833e (GLUI) Code refactoring 2015-11-05 17:14:51 +07:00
Jean-André Santoni
77e482cf8e (GLUI) Use unsigned instead of int when possible 2015-11-05 17:09:00 +07:00
Jean-André Santoni
7259bf5303 (GLUI) Style nits 2015-11-05 17:05:26 +07:00
Jean-André Santoni
0af5d405e4 (GLUI) Rename all materialui_ to mui_, materialui was too long 2015-11-05 16:55:32 +07:00
Jean-André Santoni
13d6710272 (GLUI) Rename all GLUI_ to MUI_ 2015-11-05 16:53:14 +07:00
Jean-André Santoni
992d58bd8c (GLUI) Fix code style 2015-11-05 16:51:14 +07:00
Jean-André Santoni
67b47e29f0 (GLUI) Make vertical centering of text independant of the line height. Fixes the vertical centering of the title in the header when header_height differs from line_height. Also fixes the vertical placement of help messages. 2015-11-05 16:33:49 +07:00
Jean-André Santoni
51f18ef151 (XMB) Fix all wrong icon positions when changing the window size 2015-11-04 05:17:21 +07:00
twinaphex
f59df8b9df Revert "(XMB) Fix a display bug on 16:9 displays caused by an optimization"
This reverts commit a467af48cfea20e7b046a8a78d01280f4d259c9c.
2015-11-03 11:32:32 +01:00
Jean-André Santoni
b1aba23216 (GLUI) Reset selection on tab switch 2015-11-03 17:06:53 +07:00
Jean-André Santoni
dff0031145 (XMB) Use the same timedate format as PS3 XMB 2015-11-03 12:36:20 +07:00
twinaphex
ea103fa7ec Should hopefully fix all compilation problems 2015-11-02 23:37:16 +01:00
twinaphex
66c980210f (MaterialUI) Fix mixed declaration warnings 2015-11-02 23:35:41 +01:00
twinaphex
848a060562 Some CXX_BUILD fixes 2015-11-02 23:33:02 +01:00
twinaphex
65670e08ff Change GRfloat instances to float 2015-11-02 23:26:03 +01:00
twinaphex
c2f044d30f Add fallback for menu_display_get_default_mvp 2015-11-02 23:24:45 +01:00