Jamiras
Jamiras
When calling `dorequest.php?r=patch` with the new `s=1` flag, subset data will also be returned (subsets are identified the same way as on the game info page). ``` ... "Achievements": [...
As a client developer, I'd like to be able to fetch the achievements/leaderboards/rich presence data for a game using the same server call as resolving the hash. Almost every time...
This is something I've experienced on more than one occasion. The steps to reproduce are kind of vague because I only think about it after it happens. In this case,...
This PR simply adds the additional aggregate columns and implements the functionality to update those aggregate columns. I want to run this on the server for a while to ensure...
the logic to detect and byteswap various endianness n64 files (#140) was discarding ndd files as invalid. added another case to match ndd formatted files
https://discord.com/channels/310192285306454017/533411674162593812/1230177146958385275
https://discord.com/channels/476211979464343552/1026595325038833725/1230568169635315742
Uses a newer layout similar to the recent profile changes. Detailed list of changes: * Link for "other tickets for game" moved into breadcrumb. * Page title changed from "Ticket...
https://discord.com/channels/310192285306454017/1076603222489301002/1231250056389066772 also adds `rc_client_is_game_loaded` helper function
https://discord.com/channels/310192285306454017/1230730290650026055/1230929459574607952 `fopen_s` and `_wfopen_s` [cannot open files already opened by another piece of code](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-s-wfopen-s?view=msvc-170#remarks). > The `fopen_s` and `_wfopen_s` functions can't open a file for sharing. If you need to...