Ticket #93 (closed bug: fixed)
duplicate cvar: "version" and "sv_version" / "cl_version"
| Reported by: | mdoison | Owned by: | mdoison |
|---|---|---|---|
| Priority: | critical | Milestone: | Tag "eggy" version |
| Component: | both | Version: | Eggy |
| Keywords: | Cc: |
Description (last modified by mdoison) (diff)
When we made sv_version and cl_version cvar, we forgot there is already a "version" cvar with same use.
So, we must remove sv_version and cl_version, and use same value for g_version, cg_version and version
"version" cvar format is: s = va("%s %s %s", Q3_VERSION, PLATFORM_STRING, __DATE__ );
where Q3_VERSION is game name and game version (here, "tremulous DnC-eggy") Does we need all of there information, or could we delete platform and/or date ?
Change History
Note: See
TracTickets for help on using
tickets.
