227 Commits

Author SHA1 Message Date
Twinaphex
2ed4fbf2f7
Merge pull request #8691 from meleu/patch-5
use new cheevos implementation as default
2019-05-04 15:55:22 +02:00
meleu
b85cd1f1ab use new cheevos implementation as default 2019-05-04 10:27:36 -03:00
natinusala
636f2ddb28 menu_widgets: implement the user setting 2019-05-03 21:25:20 +02:00
twinaphex
bb45102450 Merge branch 'master' of https://github.com/libretro/RetroArch 2019-04-20 15:24:46 +02:00
twinaphex
e35cd80a14 (MSVC 2010) Buildfix 2019-04-20 05:53:17 +02:00
meleu
9091409efa remove '#ifdef HAVE_NEW_CHEEVOS' leftovers 2019-04-19 23:11:31 -03:00
meleu
c2364096f3
Merge branch 'master' into runtime_rcheevos_switch 2019-04-19 21:50:00 -03:00
leiradel
dab941e53d Simpler code paths 2019-04-19 17:33:24 +01:00
leiradel
c0bb911501 Fix check to chose between mmaps and meminfo 2019-04-19 15:12:04 +01:00
leiradel
8aa16caef5 Fix format string in log message 2019-04-19 15:01:02 +01:00
Raphaël Zumer
dc37d56ac8 Check bounds of peeked memory for achievements 2019-04-15 13:34:44 -04:00
natinusala
8287049a13 menu widgets: add badges to achievement notification 2019-04-11 17:35:13 +02:00
natinusala
f941d4e625 menu widgets: add first achievement notification widget 2019-04-11 16:46:41 +02:00
meleu
dda6716926 more namespacing work & del rcheevos/test/* files 2019-03-24 12:51:47 -03:00
meleu
d444044fde decrease log massive verbosity when leaderboard is active 2019-03-19 21:19:08 -03:00
meleu
a5acd559d6 namespace both cheevos implementations & add a runtime setting to allow debugging 2019-03-19 21:13:10 -03:00
meleu
846ca5fd3b cheevos: cancel lboards on reset 2019-02-09 23:12:06 -02:00
twinaphex
386657a366 (menu widgets backport) Re-commit task queue changes 2019-02-08 08:00:32 +01:00
twinaphex
894f3b7aef Change function signature back 2019-02-08 07:29:50 +01:00
twinaphex
7022786f34 Revert parts of menu_widgets that were causing breakage, but leave
all the hooks in so we can add them back piece by piece again
2019-02-08 07:26:43 +01:00
natinusala
c20ab3864d First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
Twinaphex
7fedabee4b
Merge pull request #8163 from orbea/cleanup
Cleanup
2019-02-04 23:19:05 +01:00
twinaphex
845b30131f Cleanups 2019-02-04 23:17:39 +01:00
orbea
4c56167446 Convert to linux line endings. 2019-02-03 15:43:42 -08:00
Raphaël Zumer
b1de875551 Define lynx_header_len at the function head 2019-01-15 12:19:25 -05:00
Raphaël Zumer
cdbfec7348 Make SNES_HEADER_LEN snake case 2019-01-15 12:18:58 -05:00
Raphaël Zumer
4260f9ffbc Hash full Lynx file content 2019-01-15 12:12:13 -05:00
twinaphex
0f8cf1a579 C89 buildfix 2019-01-12 18:15:49 +01:00
Twinaphex
cdcadf6237
Merge pull request #7769 from rzumer/patch-2
Update NES and SNES hashing methods
2019-01-10 15:14:08 +01:00
orbea
bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
Raphaël Zumer
5cef12160a Ignore trainer data for NES hashing 2019-01-03 21:14:29 -05:00
Raphaël Zumer
0ebf5a2563 Fall back to GENERIC_MD5 for headerless SNES 2019-01-02 10:16:13 -05:00
meleu
2a9f6d9d40 SNES hashing, just ignore header if it has one 2019-01-02 09:48:55 -05:00
Raphaël Zumer
dc45fbada6 Include VROM in cheevos NES hash 2019-01-01 21:02:28 -05:00
radius
0a6df1743c [netplay] print upnp failed messages
[cheevos] fix warning
2019-01-01 11:22:58 -05:00
twinaphex
136a9db13f Silence warning - variable too small 2018-11-26 12:14:13 +01:00
natinusala
bca0669833 ozone: fix cheevos badges, convert cheevos.c to LF 2018-11-19 10:23:55 +01:00
natinusala
158ddc0b2a New menu driver : ozone (Nintendo Switch lookalike) 2018-10-26 13:24:32 +02:00
meleu
87467be496
added cheevos console ID for atari7800 2018-10-17 16:37:41 -03:00
twinaphex
ac14ea6d01 Go back to old cheevos 2018-10-01 15:02:51 +02:00
twinaphex
f0c684707f Fix C89_BUILD 2018-10-01 03:28:39 +02:00
twinaphex
4c23fa02e9 (MSVC 2013) Fix build for rcheevos
(MSVC) Fix some warnings; unused variables, etc.
2018-09-30 13:38:58 +02:00
Twinaphex
c4d0cdc7ea Get rid of some unused variables 2018-09-29 21:19:06 +02:00
Andre Leiradella
d67aa83f48 Merge branch 'master' into integrate_rcheevos 2018-09-27 21:48:34 +01:00
Andre Leiradella
ad992d227b Guard against null settings; only test leaderboards if enabled 2018-09-26 23:03:31 +01:00
radius
a0339e95ec Reset the flag on reset 2018-09-22 21:27:19 -05:00
radius
c4d678a1ce reset the flag on Resume 2018-09-22 11:43:41 -05:00
radius
c07744564a prevent retroachievements cheating exploit
Revert "prevent retroachievements cheating exploit" and reimplement it in a better way

This reverts commit d323338caa4882925d184f5ee7a506bfa8c78c1e.
2018-09-22 11:43:34 -05:00
twinaphex
e403b8fb1e C89 buildfixes 2018-09-10 20:35:30 +02:00
Raphaël Zumer
3a0c450e70 Support headerless NES hashing in cheevos.c 2018-09-10 00:15:52 -04:00