Page 7 of 7

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Tue Aug 23, 2011 11:12 pm
by Azhrei
I used pre-b87 for my game tonight and didn't have any major problems. At the same time, I didn't get to test all of the supposedly fixed bugs so it wasn't a great test in that regard.

I also thought of a couple things that would make debugging/helping users better, so I might add those if they turn out to be easy.

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Thu Aug 25, 2011 10:04 am
by Avotas
I know all my players will be happy when build 87 is released, it will cut down on the swearing quota by 33%. :lol:

-Avotas

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Fri Sep 16, 2011 4:20 pm
by Avotas
Just following up before the game I have setup Sunday. Hows the new build coming along?


-Avotas

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Fri Sep 16, 2011 8:03 pm
by Azhrei
We've had a version in testing for quite awhile. Myself and neofax have tested it by using it for our games, but I've not heard reports from any other testers (that I can recall, anyway).

In any case, nothing has happened with the code in the last couple of weeks as real life has once again intruded. I will be traveling for the next few weeks and likely won't have any time to work on MT. (Or at least, very little time.)

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Fri Sep 16, 2011 8:12 pm
by Avotas
How does one get on the list to test pre-release code?

-Avotas

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Fri Sep 16, 2011 9:02 pm
by neofax
Avotas wrote:How does one get on the list to test pre-release code?

-Avotas
Go to the Developers subforum and follow the thread on setting up Eclipse for SVN. Once you have this setup properly and have updated to head, you can run a server as development and the players can connect using B86, or they can do the same and everyone runs development.

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Fri Sep 16, 2011 10:45 pm
by Azhrei
neofax wrote:Go to the Developers subforum and follow the thread on setting up Eclipse for SVN. Once you have this setup properly and have updated to head, [...]
Also, when you've done that you can PM jfrazierjr and he'll get you access to the Testers subforum where discussion of testing the new build typically occurs.

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Mon Sep 19, 2011 9:17 am
by Avotas

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Mon Sep 19, 2011 10:57 am
by jfrazierjr

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Thu Sep 22, 2011 6:15 pm
by aliasmask
Just discovered a scenario with broadcast where it posts to one user twice. If you broadcast to gm,bob and if bob is a gm, he gets the message twice. I've been doing my own name filtering up until this point, so I didn't notice this problem until now. But I have a gm named gm and a second gm named gm2. I just now figured out why he's been getting 2 messages and the other gm has not. My current solution would be to just not name the gm, "gm" because I already filter the codes and replace them with player names. So, I don't send the codes to broadcast normally.

Just an FYI.

Re: MapTool 1.3 Final, patch03 (build 86)

Posted: Thu Sep 22, 2011 7:08 pm
by Azhrei
Hm, sounds like a bug. The list of user names should generate a list of client machines and then that list should have duplicates removed. I'm sure that the code in Wiki: broadcast() is at too high a level to know that information, though. I'll see if there's an easy way to correct this.