Zandronum 1.0-alpha-120729-1356

Builds for previous versions go here

Moderator: Developers

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

Zandronum 1.0-alpha-120729-1356

#1

Post by Torr Samaho » Sun Jul 29, 2012 7:27 pm

Zandronum 1.0-alpha-120729-1356

The most notable change in this build is the player limit which has been raised to 64. So far this only received little testing, so it would be great if somebody organizes a huge playing session with at least 33 players :). Another addition in this build is the new ACS command ConsolePlayerNumber which should come in handy in CLIENTSIDE scripts.

Here is the full list of changes since the last official Zandronum beta build, i.e. 120715-1139:

Code: Select all

changeset:   3457:f126a804e7c7
user:        Torr Samaho
Changed: PlayerIsSpectator returns 1 if the player is a true spectator and 2 if the player is a dead spectator.

changeset:   3458:6f58c1540732
user:        Torr Samaho
Converted the ACS function GetTeamScore to be compatible with ZDaemon's version of this function.

changeset:   3459:65a948ecfc9a
user:        Torr Samaho
Raised the maximum number of players from 32 to 64. sv_maxclients and sv_maxplayers still default to 32 to stay compatible with existing mods.

changeset:   3460:fc168d3d94ec
user:        Torr Samaho
Added new ACS command ConsolePlayerNumber that returns the number of the local player. Returns -1 if called on the server.

changeset:   3461:8d2c6e95243d
user:        Torr Samaho
Added the possibility to leave the join queue with the spectate command.

changeset:   3462:1ace407f015c
user:        Torr Samaho
replaced a bunch of images in wadsrc by their corresponding versions from GZDoom revision 323 (making zandronum.pk3 slightly smaller and reducing the differences of Zandronum to its GZDoom base)

changeset:   3463:11362e3ff11f
user:        CrimsonDusk
Fixed: Missiles would not be deleted properly if they hit the sky or a horizon line.

changeset:   3464:c7886d40c1fc
user:        Torr Samaho
out of sequence fix backport from ZDoom revision 3620:
- Use SetOrigin() instead of P_TryMove to set the dropped item's position in AActor::DropInventory(). Also removed dropdist, since it wasn't used.

changeset:   3465:dad97f8a8ebc
user:        Torr Samaho
removed some useless code that has been hiding at least since 97c2

changeset:   3466:11f9f880a4bd
user:        Torr Samaho
Fixed: If gl_lightmode was 2 in the config file when starting the game, gl_lightmode was automatically changed to 3.

changeset:   3467:f35f5ac7c02b
tag:         tip
user:        Torr Samaho
Fixed the white space differences of decaldef.txt to its GZDoom revision 323 counterpart.
Windows
Linux x86
Linux x86_64
Mac OS X
Last edited by Blzut3 on Tue Jul 31, 2012 7:30 am, edited 1 time in total.

User avatar
Disguise
Retired Staff / Community Team Member
Posts: 359
Joined: Thu May 24, 2012 10:00 pm
Location: Romania
Contact:

RE: Zandronum 1.0-alpha-120729-1356

#2

Post by Disguise » Sun Jul 29, 2012 8:33 pm

Nice! Increased player limit! Excellent work as usual!
Image

User avatar
Ænima
Addicted to Zandronum
Posts: 3523
Joined: Tue Jun 05, 2012 6:12 pm

RE: Zandronum 1.0-alpha-120729-1356

#3

Post by Ænima » Sun Jul 29, 2012 9:18 pm

FUCK. Now I have to go back and edit the array size of all my variables to [63] instead of [31].

:P
­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
Doom64: Unabsolved: New weapons, monsters, and gameplay features for coop !


ZandroSkins
: a pack made by our community

katZune
Forum Regular
Posts: 470
Joined: Mon Jun 04, 2012 9:41 pm
Location: Mexico! aka the hell gate

RE: Zandronum 1.0-alpha-120729-1356

#4

Post by katZune » Sun Jul 29, 2012 9:47 pm

:D! fuck yeah 0/, have no words
Whitout a good PC ATM, i will back when 2.0 come out, :)
Spoiler: The True (Open)
Ijon Tichy wrote:
Catastrophe wrote: Banned on grandvoid for trolling Zombie Horde and all out war (blocking, destroying my own base, etc)
Kicked from El Zoido's all out war for nuking our teams base
Kicked again from el Zoido's server for fucking up the warfactory so bad that mechs couldn't spawn anymore
I see no offenses here

only justice

Watermelon
Zandrone
Posts: 1244
Joined: Thu Jun 28, 2012 9:07 pm
Location: Rwanda

RE: Zandronum 1.0-alpha-120729-1356

#5

Post by Watermelon » Mon Jul 30, 2012 4:39 am

I'll try to set up 33+ players

Queen Chrysalis
New User
Posts: 8
Joined: Tue Jun 05, 2012 1:12 am
Location: Indiana
Contact:

RE: Zandronum 1.0-alpha-120729-1356

#6

Post by Queen Chrysalis » Mon Jul 30, 2012 5:43 am

Yo Watermelon make a post ahead of time i'm planning on attending.
Where the hell are my damn tacos :question: :exclaim:

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Zandronum 1.0-alpha-120729-1356

#7

Post by ZzZombo » Mon Jul 30, 2012 5:56 am

I'm now very glad I never assumed 32 players limit and always use MAXPLAYERS constant definition in ACS. Hehe. Nice work.

Blade
 
Posts: 96
Joined: Fri Jun 22, 2012 7:33 pm
Location: Aboard the Traveler

RE: Zandronum 1.0-alpha-120729-1356

#8

Post by Blade » Tue Jul 31, 2012 3:49 am

Mother of god! Somebody should set up a regular server with no huge downloads, and we could schedule a game! It will be epic.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: Zandronum 1.0-alpha-120729-1356

#9

Post by Ijon Tichy » Tue Jul 31, 2012 6:27 am

Ænima wrote: FUCK. Now I have to go back and edit the array size of all my variables to [63] instead of [31].

:P
what happens when you have player 63 (the 64th)? weird shit, that's what

also you'd do well to "#define PLAYERMAX 64" and use that in defining arrays

Blzut3
Developer
Posts: 306
Joined: Thu May 24, 2012 9:37 pm

RE: Zandronum 1.0-alpha-120729-1356

#10

Post by Blzut3 » Tue Jul 31, 2012 7:18 am

Ijon Tichy wrote: also you'd do well to "#define PLAYERMAX 64" and use that in defining arrays
I would use a max of 255 (or maybe even 256) and future proof the code a little. :p
Last edited by Blzut3 on Tue Jul 31, 2012 7:33 am, edited 1 time in total.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: Zandronum 1.0-alpha-120729-1356

#11

Post by Ijon Tichy » Tue Jul 31, 2012 7:34 am

yeah i use 256 myself

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Zandronum 1.0-alpha-120729-1356

#12

Post by ZzZombo » Tue Jul 31, 2012 7:41 am

And all loops will have to iterate over all invalid clients? No, thanks :evil:

Blzut3
Developer
Posts: 306
Joined: Thu May 24, 2012 9:37 pm

RE: Zandronum 1.0-alpha-120729-1356

#13

Post by Blzut3 » Tue Jul 31, 2012 9:33 am

The problem is what exactly? The amount of CPU time wasted and additional memory usage (768 bytes) is negligible. It not like you have to worry about bandwidth utilization either since ACS calculations aren't synchronized.

User avatar
mistamontiel
 
Posts: 41
Joined: Thu Jun 14, 2012 12:12 am
Location: Miami, FL, CUBA
Contact:

RE: Zandronum 1.0-alpha-120729-1356

#14

Post by mistamontiel » Tue Jul 31, 2012 9:27 pm

Hang on. Now a 64 player deathmatch is possible..?

Sooo many freaking slots dude.. I thought only Battlefield 1942 (debut from 2002) ever since, whole PC series was king of 64 player mayhem, like trademarked that damn number

User avatar
Ænima
Addicted to Zandronum
Posts: 3523
Joined: Tue Jun 05, 2012 6:12 pm

RE: Zandronum 1.0-alpha-120729-1356

#15

Post by Ænima » Tue Jul 31, 2012 11:55 pm

Ijon Tichy wrote:
Ænima wrote: FUCK. Now I have to go back and edit the array size of all my variables to [63] instead of [31].

:P
what happens when you have player 63 (the 64th)? weird shit, that's what
I thought when defining the size of arrays, you use the maximum index number (which would be 63, right?). Or just the literal SIZE of the array in integers, starting at 1?

Shit's confusing, bro.
­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
Doom64: Unabsolved: New weapons, monsters, and gameplay features for coop !


ZandroSkins
: a pack made by our community

Qent
Retired Staff / Community Team Member
Posts: 1424
Joined: Tue May 29, 2012 7:56 pm
Contact:

RE: Zandronum 1.0-alpha-120729-1356

#16

Post by Qent » Wed Aug 01, 2012 1:11 am

Use the actual size of the array, starting at 1. You mean you've been using off-by-one arrays... forever?! D:

User avatar
Ænima
Addicted to Zandronum
Posts: 3523
Joined: Tue Jun 05, 2012 6:12 pm

RE: Zandronum 1.0-alpha-120729-1356

#17

Post by Ænima » Wed Aug 01, 2012 1:57 am

Pfft. As if 32 people have ever been in a SST server at one time.
­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
Doom64: Unabsolved: New weapons, monsters, and gameplay features for coop !


ZandroSkins
: a pack made by our community

User avatar
Torvald
Forum Regular
Posts: 488
Joined: Tue Jun 26, 2012 3:14 am
Location: Nothern Hemisphere

RE: Zandronum 1.0-alpha-120729-1356

#18

Post by Torvald » Wed Aug 01, 2012 2:16 am

All out war, Who dun it, Friday night fragfest, Ghouls vs humans. Etc, there's been many times where it's maxed out :D ( got at least 20 pics of gvh alone hitting 32/32 on separate days). The great thing about this is that will spare Server clusters from having to open up two servers to compensate for max client connection.
Cyber: was chased by cowboys
Nautilus: Cowboys? more like a buncha kids chasing a fucking ice cream truck
UnixAssassin wrote: The definition of cheating is not this: Using an aim assisting tool in a game
BEST.EVER.
Teamspeak: WUMBO.CA

Llewellyn
Forum Regular
Posts: 578
Joined: Mon Jul 02, 2012 7:12 am

RE: Zandronum 1.0-alpha-120729-1356

#19

Post by Llewellyn » Wed Aug 01, 2012 3:27 am

Tor-Bjorn wrote: All out war, Who dun it, Friday night fragfest, Ghouls vs humans. Etc, there's been many times where it's maxed out :D ( got at least 20 pics of gvh alone hitting 32/32 on separate days). The great thing about this is that will spare Server clusters from having to open up two servers to compensate for max client connection.
Yo he said SST not ST. (Assuming you're replying to the post above you.)
Last edited by Llewellyn on Wed Aug 01, 2012 3:27 am, edited 1 time in total.

User avatar
mistamontiel
 
Posts: 41
Joined: Thu Jun 14, 2012 12:12 am
Location: Miami, FL, CUBA
Contact:

RE: Zandronum 1.0-alpha-120729-1356

#20

Post by mistamontiel » Wed Aug 01, 2012 11:50 am

lol, Who dun it ? All out war ? GVH ? All too complex + dull, pffft, Who dun it, just moving the whole time, nothing else to do. Never seen em full, almost full, but not quite

FNFragfest definitely can use twice the slots. Damn spectating whores, er, well I don't know the limits maybe they had to not so sure. Just so many

Deathmatch.. CTF.. Invasion.. rules

Post Reply