leiradel
dda52a1eed
Fixed unable to use savestates when the game has no cheevos and an associated freeze
2018-02-01 21:54:11 +00:00
leiradel
9c695765dd
Fixed crash when a content is loaded before the cheevos task for the previous content was finished
2018-01-31 21:10:08 +00:00
leiradel
8147e6f31c
Remove cheevos stuff from coro.h; add macros to increase readability
2018-01-30 17:47:20 +00:00
leiradel
d3d4c5740c
Merge branch 'master' of https://github.com/libretro/RetroArch
2018-01-29 22:03:17 +00:00
twinaphex
604024b799
Revert "Fixed crash when the content is closed and the cheevos are still being loaded"
...
This reverts commit 7b39da0848108e6e395b60192703b6fae83a1a09.
2018-01-29 17:30:47 +01:00
leiradel
7b39da0848
Fixed crash when the content is closed and the cheevos are still being loaded
2018-01-29 17:25:15 +01:00
twinaphex
3a981e081c
Cleanups
2018-01-23 21:46:46 +01:00
leiradel
e54da03ddc
Fixed crash when the content is closed and the cheevos are still being loaded
2018-01-20 14:35:25 +00:00
twinaphex
58e87387d5
Try to prevent more null pointer dereferences; more general cleanups
2018-01-19 19:15:05 +01:00
twinaphex
f03180c31a
Cleanups - do some early returns in case we get a NULL pointer
...
dereference
2018-01-19 18:42:50 +01:00
twinaphex
92a18e411c
(cheevos) Get rid of a lot of macros - make it more understandable
2018-01-19 18:25:54 +01:00
twinaphex
4f16ff8c2e
Remove macros CORO_LEAVE/CORO_ENTER/CORO_SUB
2018-01-19 16:54:44 +01:00
twinaphex
bd883ad4d5
(cheevos) Get rid of some of these macros
2018-01-19 16:45:53 +01:00
leiradel
ba661a3af4
Fixed HTTP request for cheevos; fixed handling invalid cheevos
2018-01-03 21:34:52 +00:00
twinaphex
9b2cfc4867
Updates
2017-12-31 18:04:10 +01:00
twinaphex
bd16fd49ab
Fix ./configure --disable-rgui
2017-12-31 17:53:11 +01:00
twinaphex
794de84961
Get rid of variable-length array
2017-12-30 08:09:35 +01:00
celerizer
a2ab7defa9
Fix unofficial achievements not being loaded
...
RetroArch is currently returning only achievements with flag 3 from the site, regardless of whether "Test Unofficial" is on or not. This change makes RetroArch return every achievement from the site when this the option is on or only those marked with Flag 3 (core cheevos) when off.
2017-12-28 17:48:58 -06:00
celerizer
a79bd5a509
Support Neo Geo Pocket
...
For after https://github.com/libretro/beetle-ngp-libretro/pull/37 is merged.
2017-12-28 16:38:57 -06:00
twinaphex
c7c4b723d6
Move path_file_exists to filestream and do away with filestream
...
dependencies in file/file_path
2017-12-14 20:05:46 +01:00
gblues
6904101c44
Clean up trailing whitespace
...
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
twinaphex
c4d8a8c800
Free after intfstream_close
2017-12-11 20:24:00 +01:00
twinaphex
e62e9233d7
Add intfstream_get_size
2017-12-11 13:21:44 +01:00
twinaphex
61d3f90cae
Add hint defines to libretro.h
2017-12-11 12:53:47 +01:00
twinaphex
318f17c4cb
Start using VFS API constant defines
2017-12-11 12:15:00 +01:00
twinaphex
2e979ec537
Replace function signatures of file_stream file functions
2017-12-10 22:25:38 +01:00
Twinaphex
8b095eda74
Merge pull request #5878 from leiradel/cheevos_loaded
...
Fixed cheevos_loaded being true when there are no cheevos
2017-12-08 06:39:46 +01:00
leiradel
8c1e3e5d5b
Fixed CXX_BUILD
2017-12-08 00:08:16 +00:00
leiradel
c53d3d35b8
Removed TODO comment
2017-12-07 23:51:15 +00:00
leiradel
bf8f7b444b
Fixed cheevos_expr_value to be C89 compliant
2017-12-07 23:48:03 +00:00
leiradel
130a001846
Fixed wrong leaderboard count
2017-12-07 19:49:39 +00:00
twinaphex
32c1c3134e
Fix another C89 issue
2017-12-05 16:45:57 +01:00
twinaphex
f9fa2ab2b7
More C89_BUILD fixes
2017-12-05 16:44:05 +01:00
twinaphex
863858ab00
Can't have anonymous variadic macros in C89
2017-12-05 16:42:37 +01:00
twinaphex
3ede6a9aeb
Some C89_BUILD fixes
2017-12-05 16:35:03 +01:00
leiradel
ebbd1883ff
Merge branch 'master' into cheevos_loaded
2017-11-26 22:50:39 +00:00
Andre Leiradella
6903602665
Set cheevos_loaded to false if the cheevos and leaderboard lists are empty
2017-11-26 22:03:59 +00:00
radius
88e84d1c79
fix a mistake I made when rewriting this code
2017-11-24 08:40:29 -05:00
radius
9b19d334c7
use a single list for achievements
2017-11-23 22:49:11 -05:00
Twinaphex
a490039253
Merge pull request #5759 from fr500/master
...
Achievement badges
2017-11-24 04:09:33 +01:00
twinaphex
8662d66f2e
Try to be safer with calloc allocation
2017-11-24 04:08:32 +01:00
radius
ca2d2e4ba5
undefine this
2017-11-23 21:43:08 -05:00
radius
36b9bd9675
free CHEEVOS_VAR_JSON
2017-11-23 21:33:41 -05:00
Andrés
3744108790
Revert "use a single list for achievements"
2017-11-23 20:49:42 -05:00
radius
64f927292f
use a single list for achievements
2017-11-23 20:35:54 -05:00
radius
faef304755
use filestream_write_file instead
2017-11-23 17:53:28 -05:00
radius
a865720d25
indentation
2017-11-23 17:49:55 -05:00
radius
459b669798
use filestream
2017-11-23 17:47:50 -05:00
radius
a80fc4a762
revert this for now
2017-11-23 17:40:22 -05:00
radius
1c0e692070
rewrite so the variables are not allocated on stack
2017-11-23 17:07:22 -05:00