Page 1 of 1

Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 1:13 pm
by Torr Samaho
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.

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
Downloads:

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 2:24 pm
by Monsterovich
Torr Samaho wrote: just nobody is testing it.
The best way to test is a release.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 2:57 pm
by Frits
What if we would do a testing session this week?

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 3:44 pm
by Torr Samaho
Monsterovich wrote: The best way to test is a release.
Most people hate buggy releases.
Frits wrote: What if we would do a testing session this week?
That would be great. Can you organize something?

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 4:17 pm
by Kara Kurt
That'd be cool. It would be nicer even to start from PvP testing.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 5:04 pm
by Arco
Torr Samaho wrote:
Frits wrote: What if we would do a testing session this week?
That would be great. Can you organize something?
The problem is getting enough people to actually test. I could start a series of testing sessions for 1.3 but it's that one glaring problem that always seems to halt any progress.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 8:03 pm
by Leonard
Frits wrote: What if we would do a testing session this week?
I did suggest the exact same thing for the previous release but nobody even responded so I'm guessing torr is right and nobody wants to test the builds..

RE: Zandronum 1.3-alpha-140728-1234

Posted: Mon Jul 28, 2014 11:25 pm
by DevilHunter
We used to have a pretty good commited testing team back in Skulltag, but Times Change. People always too busy or something else in RL that interferes with any free time.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Jul 29, 2014 6:13 am
by Blzut3
We had similar problems with Skulltag. A release gets as much testing attention as there are new features. From what I recall the Skulltag testing team was most active around the time Heretic support got added for instance.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Jul 29, 2014 6:25 am
by mifu
Say can anyone confirm if the Testing group is still active?

I kinda have my weekends free now so I can test stuff if need be.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Jul 29, 2014 9:32 am
by Frits
I'll just keep highlighting people in #zatesting untill we get a session going then.
Maybe we could even have a similar event like fnf/sns for testing?

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Jul 29, 2014 9:44 am
by Dark-Assassin
I would if time permitted, but recently also if my Internet connection/speed also wasn't abysmal.

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Aug 12, 2014 12:10 pm
by bond
I noticed some problems with 1.3+ servers: sometimes launcher gets corrupted packets from the server, ie the contents of these packets do not conform to server-launcher protocol. I caught a few of these packets: first 4 bytes are correct (SERVER_LAUNCHER_CHALLENGE), but next bytes (launcher 'time' - value launcher use to calc ping) are incorrect, and sometimes next protocol unit - server version string - is corrupted, at least at the beginning. All this leads to a de-synchronization analysis packet and the inability to show server info usually.
This occurs only with 1.3 and 2.0 testing servers, not very often. For example right now there are 5 such servers in the list: if i refresh them every 15 sec, I get one such event in 2-3 minutes

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Aug 12, 2014 1:42 pm
by Konar6
It's already reported, bond -> https://zandronum.com/tracker/view.php?id=1907

RE: Zandronum 1.3-alpha-140728-1234

Posted: Tue Aug 12, 2014 3:29 pm
by bond
ah, huffman..
i already suggested to remove huffman compression from launcher protocol - it is completely useless there