Skip to content

Releases: packetflinger/libq2

v1.0.279 - More PAK proto fields

13 Dec 22:24

Choose a tag to compare

Forgot to include the size of the PAK'd file in the proto.

v1.0.278 - Add pak proto field

13 Dec 19:44

Choose a tag to compare

Added location to the PakFile proto. This value is the byte-offset where that particular file can be found in the pak file.

v1.0.277

05 Nov 21:58

Choose a tag to compare

Adds dmflags support.

v1.0.275

22 May 16:19

Choose a tag to compare

Handle weird input to readString

  • Empty buffer
  • Internal pointer already at the end
  • No terminating null

v1.0.274

30 Apr 01:30

Choose a tag to compare

Added checks to buffer read funcs to prevent reading past the end of the buffer.

v1.0.262

13 Apr 16:21

Choose a tag to compare

Added multi-view demo (.mvd2) support

v1.0.242

09 Jan 18:08

Choose a tag to compare

Added state.NewServer() for easier address parsing

v1.0.236

04 Jan 02:49

Choose a tag to compare

Fixes a memory leak in the master server code

v1.0.233

30 Dec 12:31

Choose a tag to compare

Converted to using protobufs for parsing messages.

v1.0.87

30 Nov 02:59

Choose a tag to compare

Updated error handling in ServerInfo handling