rCompare
jaPRO
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs Cmd_DFCompare_f in the game module.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | game |
| Also registered in | game |
| Renderer | All / not renderer-specific |
| Network scope | needs-server-support — Sent to, or only useful with, a supporting game server. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | rCompare <username> <style (optional)> <current season (optional - example: s) <page (optional)>. This displays the courses that the specified user has defeated you on |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Gating: CMD_NOINTERMISSION.
Provenance
Origin: jaPRO
- Ultimate-origin introduction:
90d3c68f2da9in jaPRO (content authored2024-01-10, integrated2024-01-10) - Origin pull request: #84
- Matching squash bullet:
rCompare command - Upstream registration evidence: codemp/game/g_cmds.c:9024
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
high - Notes: The identifier’s single-prefix squash feature group explicitly credits japro.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| TaystJK | 2024-01-10 |
2024-01-10 | 2024-01-10 |
90d3c68f2da9 |
Shared integration commit |
| jaPRO | 2024-01-10 |
— | 2024-01-10 |
90d3c68f2da9 |
Ultimate origin |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2024-02-03 |
TaystJK | cf5f50918b74 · PR #125Small fixes (#125) |
Changed the registered command handler. codemp/game/g_account.c |
medium |
2024-02-15 |
jaPRO | 391790395694 · PR #145Japro update (#145) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/game/g_cmds.c |
high |
2026-06-07 |
jaPRO | ca5625290071 · PR #319Merge pull request #319 from taysta/japro-up |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/game/g_cmds.c |
high |
Evidence
- registration: codemp/game/g_cmds.c:9022 (game command table)
- handler: codemp/game/g_account.c:5993