docs icon indicating copy to clipboard operation
docs copied to clipboard

RADocs

Results 40 docs issues
Sort by recently updated
recently updated
newest added

translate `docs/pt/guidelines/content/code-notes.md` to pt-br

I noticed while doing some of the translations that we could benefit from having a standardized dictionary for terms that should or should not be translated across different languages. I...

Add forward slash `/` OR logic documentation to `/docs/developer-docs/real-examples/using-add-source-and-deltas-for-collectibles-and-similar-achievements.md` Include: - Syntax for multiple condition checking - Example with collectible achievement - Performance considerations - Common implementation patterns

Add BitCount section to collectibles documentation at `/docs/developer-docs/real-examples/using-add-source-and-deltas-for-collectibles-and-similar-achievements.md` Should cover: - BitCount usage with AddSource - Memory efficiency comparison - Example achievement implementation - Common bitflag patterns

The `/docs/developer-docs/real-examples/using-add-source-and-deltas-for-collectibles-and-similar-achievements.md` file mentions delta ranges but needs a concrete example. Add: - Code example showing delta range implementation - Screenshot demonstrating the concept - Explanation of why/when to use...

We have a lot of imgur/etc links in the docs for hosting images. Ideally, these should live in the repo itself.

help wanted

Move all images from external sources to this repository. Solves the following issue: https://github.com/RetroAchievements/docs/issues/158 Some notes: * As discussed in the issue above (and noted in the contribution guidelines), image...

While RAM digging a GBA game, I came across a number of values that looked suspiciously like pointers except that they began with 0x04 and 0x08 prefixes, but as this...

I'm the author for both Gearcoleco and Gearsystem emulators. Just saw that they are listed here as not supported for Colecovision and SG-1000 respectively. I'm not sure why. I developed...