Switch to using epoll on linux, because we can.
Rework q3bsp_mergedlightmaps as q3bsp_mergelightmaps. Now a boolean filling to the gpu's limit. Now also fills horizontally too. ftemaster now provides needpass info for sv_public 2 servers. fix (most?) ftemaster crashes. ftemaster now supports protocol name aliases (allowing for more friendly game names in its html). ftemaster now pings the servers from a different port. This should highlight/exclude servers that are unreachable for nat/firewall reasons. Fix memory leak from mvd recording. Servers should now cope better with ctrl-z and related fg/bg unix shell commands. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5638 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
62f2a380e1
commit
fe28099e68
30 changed files with 2126 additions and 1468 deletions
|
@ -1142,6 +1142,7 @@ void SV_AutoAddPenalty (client_t *cl, unsigned int banflag, int duration, char *
|
|||
NORETURN void VARGS SV_Error (char *error, ...) LIKEPRINTF(1);
|
||||
void SV_Shutdown (void);
|
||||
float SV_Frame (void);
|
||||
void SV_ReadPacket(void);
|
||||
void SV_FinalMessage (char *message);
|
||||
void SV_DropClient (client_t *drop);
|
||||
struct quakeparms_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue