Commit Graph

24096 Commits

Author SHA1 Message Date
Andre Leiradella b6f995a1d7 moved the async job queue to the global_t scope 2015-11-08 22:53:17 -02:00
Andre Leiradella 3479ba2dba url-encode user-provided data 2015-11-08 17:40:25 -02: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 9161d0f0cc Merge pull request #2369 from leiradel/master
fixed wrong comparison
2015-11-08 18:51:50 +01:00
Andre Leiradella 6c8e32205d fixed wrong comparison 2015-11-08 15:42:44 -02:00
Twinaphex 6737ce3089 Merge pull request #2368 from leiradel/master
removed unnecessary comparisons
2015-11-08 18:34:04 +01:00
Andre Leiradella b1b5cb93e0 removed unnecessary comparisons 2015-11-08 15:33:16 -02:00
twinaphex e490497530 Start adding 'ACTION_OK' binds for cheevos items 2015-11-08 18:11:53 +01:00
twinaphex 78d26b2e6f (cheevos.c) Further cleanups 2015-11-08 18:09:04 +01:00
twinaphex 7b61f1eb27 Further cleanups 2015-11-08 18:05:58 +01:00
twinaphex f57675fa40 Cleanup cheevos_populate_menu 2015-11-08 18:03:56 +01:00
Twinaphex 3f4974285b Merge pull request #2367 from leiradel/master
list cheevos in the frontend menu
2015-11-08 16:54:04 +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 558dfbc2d4 Merge pull request #2366 from leiradel/master
added cheevos_ to all functions to future-proof cheevos against name …
2015-11-08 15:44:58 +01:00
Andre Leiradella 5e9a25412d added cheevos_ to all functions to future-proof cheevos against name clashes in griffin.c 2015-11-08 12:41:57 -02:00
aliaspider b5315f37f4 (3ds) dist: add this too. 2015-11-08 13:23:07 +01:00
aliaspider 327bf60b8c nit. 2015-11-08 13:20:20 +01:00
aliaspider a79e6f40ac (3ds) dist: bundle the needed .xml file for .3dsx builds with a big
.text section.
2015-11-08 13:18:34 +01:00
Twinaphex e5287e50f0 Merge pull request #2364 from leiradel/master
retry to post the playing game and achievement unlock activities
2015-11-08 04:38:27 +01:00
Andre Leiradella 1dec6333d2 retry to post the playing game and achievement unlock activities 2015-11-08 01:34:44 -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
IlDucci 08941985e1 Merge remote-tracking branch 'refs/remotes/libretro/master' 2015-11-08 01:52:36 +01:00
twinaphex a9b7636ddb Abstract away GL code in menu behind display driver interface 2015-11-08 01:30:07 +01:00
IlDucci abc81c9794 Merge remote-tracking branch 'refs/remotes/libretro/master' 2015-11-08 01:24:50 +01:00
twinaphex c3ef432abe Bump to version 1.3.0 2015-11-07 21:46:46 +01:00
twinaphex 53c0e57d6d (Android) Buildfix 2015-11-07 21:13:11 +01:00
twinaphex 1c07ae1e5a (DInput) Buildfix 2015-11-07 21:12:39 +01:00
twinaphex 22f85b11df Don't need this anymore 2015-11-07 20:59:12 +01:00
twinaphex e2ced6bd6a Don't need this additional code anymore 2015-11-07 20:47:29 +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
Twinaphex ac155dc8fc Merge pull request #2360 from gizmo98/vc-show-fps-fix
vc_egl_ctx.c: Fix missing fps output
2015-11-07 12:37:56 +01:00
Twinaphex 9c4168e93e Merge pull request #2358 from lakkatv/xmb
(XMB) Display bug fixes
2015-11-07 12:37:18 +01:00
Stefan 742d6a62b5 vc_egl_ctx.c: Fix missing fps output
Related to: https://github.com/libretro/RetroArch/issues/2034
It does not segfault but there is no fps output with msg_queue_push(). Just do it like other context driver.
2015-11-07 12:30:28 +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
Twinaphex 656903df9e Merge pull request #2357 from leiradel/master
fix crashes for cores that don't require content to run
2015-11-06 22:32:24 +01:00
Andre Leiradella 17ef8fba27 fix crashes for cores that don't require content to run 2015-11-06 19:14:18 -02:00
Andre Leiradella d61d703d33 added log message when the core doesn't support cheevos 2015-11-06 17:37:06 -02:00
Andre Leiradella b58ee6c29d correct formatting 2015-11-06 17:32:40 -02:00