mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
GIB: Many bugfixes and cleanups. Added bitwise math operations, expansion
of leaf names in a stem variable via %var, the builtin functions 'count' and 'contains', and an initial interface between qw-server and GIB to allow querying of clients and their info strings. Also cleaned up the chat event interface a bit. Renamed a few builtins.
This commit is contained in:
parent
af520a373a
commit
760210dc7b
14 changed files with 151 additions and 69 deletions
|
@ -479,6 +479,7 @@ void SV_Physics_Client (struct edict_s *ent);
|
|||
void SV_SetupUserCommands (void);
|
||||
void SV_ExecuteUserCommand (const char *s);
|
||||
void SV_InitOperatorCommands (void);
|
||||
void SV_GIB_Init (void);
|
||||
|
||||
void SV_SendServerinfo (client_t *client);
|
||||
void SV_ExtractFromUserinfo (client_t *cl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue