Zandronum 1.3-alpha-140728-1234
Posted: Mon Jul 28, 2014 1:13 pm
This build should take care of all issues that were reported regarding the last 1.3 beta build. There were only very few reports though, so I'm still not sure whether the build is already stable enough or just nobody is testing it.
Downloads:
Code: Select all
changeset: 3823:c18d9147038a
user: Torr Samaho
- Added new ACS functions SortDBEntries, CountDBResults, FreeDBResults, GetDBResultKeyString, GetDBResultValueString, GetDBResultValue and GetDBEntryRank.
- Added new CVAR database_maxpagecount (defaults to 32768) that controls the maximal allowed size in pages of the database.
changeset: 3824:f6d1284e93d6
user: Santeri Piippo <crimsondusk64@gmail.com>
- fixed non-interacting actors like map spots would have their TIDs reset
changeset: 3825:40a0151c71fe
user: Torr Samaho
Fixed some problems with sv_forcerandomclass. Furthermore, the value of the CVAR is not archived anymore.
changeset: 3826:946ba47862f7
user: Torr Samaho
The server now prints warnings when getting commands from the authentication server that are referring to an unknown username.
changeset: 3827:7781fb36ee01
user: Torr Samaho
The server now ignores client ping packets that don't make sense.
changeset: 3828:c0f2c30b8d80
user: Torr Samaho
added another clang warning fix based on Edward-san's patch
changeset: 3829:bcff39103979
user: Torr Samaho
Extended the client<->server part of the authentication protocol to allow the client to use the username stored on the authentication server. This fixes problems if the client tries to use a username that is not all lowercase.
changeset: 3830:20311f4d1a7a
tag: tip
user: Teemu Piippo <crimsondusk64@gmail.com>
- replaced the client-to-server ACS execution mechanism with a RequestScriptPuke function over compatibility issues