Ticket #82 (closed task: fixed)
Make a cvar containing server version
| Reported by: | mdoison | Owned by: | nobody |
|---|---|---|---|
| Priority: | blocker | Milestone: | Tag "eggy" version |
| Component: | both | Version: | |
| Keywords: | Cc: |
Description
This feature *must* be included in eggy, to know what tremulous version run in a server
It could be a CVAR_ROM | CVAR_SERVERSTATUS cvar named sv_version, containing a macro named SERVER_VERSION
Maybe define SERVER_VERSION like that:
#ifndef SERVER_VERSION #define SERVER_VERSION "DnC Eggy" #endif SERVER_VERSION
it permit to make easly a gcc -DSERVER_VERSION "whatIwant"
Change History
Note: See
TracTickets for help on using
tickets.
