~dokomix/dokomix/+git/Quake3e:master

Last commit made on 2024-06-19
Get this branch:
git clone -b master https://git.launchpad.net/~dokomix/dokomix/+git/Quake3e

Branch merges

Branch information

Name:
master
Repository:
lp:~dokomix/dokomix/+git/Quake3e

Recent commits

ee60b5d... by Eugene <email address hidden>

Spelling fixes

8567b04... by Eugene <email address hidden>

client: rewrote CL_WritePacket() to allow proper packet duplication - which was intended by multiple function calls before
 this will keep chan->outgoingSequence in range making gamestate/command acknowledge more reliable on all existing servers

909ac2b... by Eugene <email address hidden>

server: do not send snapshots until client acknowledged gamestate

9fd02e4... by Eugene <email address hidden>

server: do not issue new serverId at map restart

c6fe6cf... by Eugene <email address hidden>

server: print exact reason of gamestate resending

68b1e58... by Eugene <email address hidden>

Allow src and dest buffers to be overlapped in Q_strncpy() for QVM compatibility reasons

769b69a... by Eugene <email address hidden>

Merge pull request #288 from alanzhao1/feature/nanosleep

Use nanosleep(2) instead of usleep(3)

f8e7b42... by Eugene <email address hidden>

server: reworked gamestate retransmission/acknowledgment
server: bring back serverId update during map_restart for compatibility reasons

a740cfc... by Alan Zhao <email address hidden>

Use nanosleep(2) instead of usleep(3)

usleep(3) was declared obsolete in POSIX.1-2001 and removed in
POSIX.1-2008 and nanosleep(2) was recommended to be used instead.

38c37ea... by Eugene <email address hidden>

Merge pull request #285 from KG7x/KG7x-patch

Some fixes in the build system