Commit Graph

54 Commits

Author SHA1 Message Date
Andre Leiradella
9d817f95f5 Fixed wrong message when deactivating cheevos 2017-10-03 21:03:48 +01:00
Andre Leiradella
355b6dcbdd Merge branch 'master' of https://github.com/libretro/RetroArch 2017-10-03 20:07:19 +01:00
Rob Loach
d87d57a368
Fix the Cheevos log message format 2017-10-03 02:34:04 -04:00
Andre Leiradella
3010b8ab2e Fixed Add/Sub source conditions 2017-08-26 12:53:10 +01:00
Andre Leiradella
7846f0312b Conditions are true by default 2017-08-26 12:44:35 +01:00
Andre Leiradella
8cae8a5720 Fixes to the new condition types 2017-08-17 21:14:50 +01:00
ensra
6a36453f20 Cast ctype args to unsigned char 2017-08-08 12:21:48 +01:00
twinaphex
ab936adf1c Some C89 buildfixes 2017-08-06 17:08:29 +02:00
Andre Leiradella
2444d8b39c Fix GBC cheevos using addresses in the Echo RAM 2017-07-09 18:32:53 +01:00
Andre Leiradella
3a590f126d Increased size limit to compute hashes because of 64 Mb N64 games 2017-07-09 01:15:21 +01:00
Andre Leiradella
c3650f077a Removed the lazy initialization stuff, it's not needed anymore 2017-07-08 23:05:35 +01:00
Andre Leiradella
a62052eb0a Added support for N64 cheevos 2017-07-08 21:15:04 +01:00
Andre Leiradella
abd22ae770 Dump delay to wait for Mupen64 to initialize 2017-07-08 00:48:26 +01:00
Andre Leiradella
5e2e586f6e Support N64 cheevos 2017-07-07 23:12:38 +01:00
meleu
b4902e7df5 small fix on number of unlocked cheevos message
The previous version was showing the number of **locked** cheevos.
2017-07-03 17:16:39 -03:00
meleu
e9d8525e29 show login info only after a RA login procedure
The previous logic shows login info every time a game is launched.
2017-07-02 08:38:44 +01:00
meleu
58de712b77 show useful OSD messages to cheevos users after launching a game 2017-07-01 23:20:44 -03:00
twinaphex
b11620e1eb Add retro_timers.h/retro_math.h 2017-06-28 04:41:38 +02:00
Twinaphex
808b973752 (OSX) Silence warnings 2017-05-16 08:44:17 +02:00
Andre Leiradella
4a611b5096 Use next_pow2 2017-05-14 21:59:29 +01:00
twinaphex
80d9d1f143 Rewrite task_queue 2017-05-14 20:43:48 +02:00
twinaphex
055044be96 Set these values back to defaults here 2017-05-14 04:13:08 +02:00
twinaphex
c78ce113b4 CXX_BUILD buildfix 2017-05-14 03:29:26 +02:00
twinaphex
e5ed82858f C89_BUILD buildfix 2017-05-14 03:24:59 +02:00
Andre Leiradella
4764ba8770 Removed debug logs; added activity log 2017-05-14 01:20:07 +01:00
Andre Leiradella
fb5d31816d Taskified cheevos 2017-05-14 01:01:17 +01:00
twinaphex
42ebe7a7ad Merge runloop.c and retroarch.c 2017-05-11 09:11:46 +02:00
Andre Leiradella
7404abf938 Don't use more than 32 MB of the content data to compute the hash 2017-05-07 19:46:22 +01:00
Andre Leiradella
844d1475e6 Reverted cheevos changes in preparation for conversion to task; fixed 4884 2017-05-07 19:06:03 +01:00
twinaphex
33f2fe8029 Move cheevos.c to tasks/task_cheevos.c and add TODO/FIXME note 2017-05-06 05:50:46 +02:00
twinaphex
2c28505e04 Refactor cheevos_load 2017-05-06 05:13:28 +02:00
twinaphex
dfed19cb4d (Cheevos) More cleanups 2017-05-04 16:15:19 +02:00
twinaphex
10b636f80d (Cheevos) Cleanups 2017-05-04 16:13:11 +02:00
Andre Leiradella
7058207197 Prevent the menu from getting garbage for the cheevos list 2017-04-29 18:50:52 +01:00
Andre Leiradella
982c862deb Undefine the macro by default 2017-04-29 14:42:04 +01:00
Andre Leiradella
8a50b7373b Added a define to save the achievements JSON 2017-04-29 14:37:09 +01:00
twinaphex
f0c2d786ae Update arrays struct 2017-04-28 22:59:13 +02:00
twinaphex
ed53be7c81 Move all bool settings 2017-04-28 14:11:34 +02:00
twinaphex
ace37d2c7a Cleanups 2017-04-27 01:10:44 +02:00
twinaphex
3ec5816259 Rewrite RUNLOOP_CTL_SYSTEM_INFO_GET 2017-04-23 16:41:26 +02:00
Twinaphex
216e7bcdaf Silence more warnings on iOS 2017-02-26 21:46:19 +01:00
Twinaphex
b7b3b2cb5f Try to prevent truckload of warnings on iOS 2017-02-26 10:33:03 +01:00
Andre Leiradella
1b2685949a Fix for when net_http_get returns NET_HTTP_GET_OK but a NULL body 2017-02-15 21:30:47 +00:00
twinaphex
0143b537a8 Avoid warnings 2017-02-13 20:24:27 +01:00
Andre Leiradella
4fc758799f Only compile support for leaderboards if CHEEVOS_ENABLE_LBOARDS is defined 2017-02-12 16:18:32 +00:00
Twinaphex
8d2bafb279 Merge pull request #4596 from leiradel/master
Fixed crash in cheevos_get_description
2017-02-08 21:43:53 +01:00
Andre Leiradella
3785fc4524 Fixed crash in cheevos_get_description 2017-02-08 19:45:01 +00:00
Twinaphex
cea6945963 Merge pull request #4571 from leiradel/master
Added preliminary support for Retro Achievements leaderboards
2017-02-06 05:53:33 +01:00
twinaphex
52d46dcaf4 Fix another relative include 2017-02-06 05:51:51 +01:00
twinaphex
6e5b7c3a7b Fix relative includes 2017-02-06 05:51:28 +01:00