MapTool 1.3 Development Build 62

New build announcements plus site news and changes.

Moderators: dorpond, trevor, Azhrei, Craig

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

MapTool 1.3 Development Build 62

Post by trevor »

The "Aren't we done yet" build

This build primarily addresses two issues: MT lockups on player disconnect, and macro slowness (particularly when dealing with states)

Build 62 (12/7/09)
* Revert server side dead link reaper thread (was causing deadlocks)
* Spanish translation update (Contributed by Patricio)
* fixed a typo that prevented json.difference() from being used with more than two parameters. (Contributed by Craig through Azhrei)
* Fix memory leak when switching maps
* Fix bug: double click only works if you are the owner
* Fix bug: macros send too many updates to the server, slowing them down

If this one is stable, we'll call 1.3 Done. If not, we'll make more builds :)
Dreaming of a 1.3 release

User avatar
Rumble
Deity
Posts: 6235
Joined: Tue Jul 01, 2008 7:48 pm

Re: MapTool 1.3 Development Build 62

Post by Rumble »

trevor wrote:If this one is stable, we'll call 1.2 Done. If not, we'll make more builds :)


1.3, surely. :D

User avatar
wolph42
Winter Wolph
Posts: 9999
Joined: Fri Mar 20, 2009 5:40 am
Location: Netherlands
Contact:

Re: MapTool 1.3 Development Build 62

Post by wolph42 »

what did you do about the macro slowness, is it fixed?
You mention it as an issue, but don't mention it in the fixes


Btw there is a stack overflow issue (maybe similar/same to the one I already posted in the bug section) that Rumble and I encountered when porting large amounts of text to the chat window. (While there is no stack overflow when porting the same text to a frame). But I should address this in the bug section.

dorpond
RPTools Team
Posts: 5534
Joined: Thu Jun 01, 2006 2:05 pm
Location: Buffalo, NY

Re: MapTool 1.3 Development Build 62

Post by dorpond »

I'd like to thank Rumble for helping us test the new Macro code. Thanks Pal! :)

I would also like to note that the newly improved code not only increases states speeds - Rumble reported that his multi-attack macros also improved dramatically - close to that of B56.

So hopefully this is the build to beat! :)
How to use my bundled artwork (MT1.3B60+): http://forums.rptools.net/viewtopic.php?f=8&t=11759

User avatar
DDK
Cave Troll
Posts: 93
Joined: Wed Sep 23, 2009 12:22 am
Location: Melbourne, Australia

Re: MapTool 1.3 Development Build 62

Post by DDK »

DMG please, kthxbai.

Cweord
Great Wyrm
Posts: 1343
Joined: Sun Aug 12, 2007 10:49 am
Location: Midsomer Norton, (Near Bath), UK
Contact:

Re: MapTool 1.3 Development Build 62

Post by Cweord »

trevor wrote:The "Aren't we done yet" build

If this one is stable, we'll call 1.2 Done. If not, we'll make more builds :)
*Starts holding his breath*
Cweord

This message has been spell checked by Freudcheck - any mistakes are purley a figment of your imagination.
-------
My Tokens Directory
http://gallery.rptools.net/v/contrib/Cw ... er_Tokens/

User avatar
Rumble
Deity
Posts: 6235
Joined: Tue Jul 01, 2008 7:48 pm

Re: MapTool 1.3 Development Build 62

Post by Rumble »

wolph42 wrote:what did you do about the macro slowness, is it fixed?
You mention it as an issue, but don't mention it in the fixes


Btw there is a stack overflow issue (maybe similar/same to the one I already posted in the bug section) that Rumble and I encountered when porting large amounts of text to the chat window. (While there is no stack overflow when porting the same text to a frame). But I should address this in the bug section.
The macro speed is better; I haven't had a chance to give it a thorough rundown (I used b62 a bit last night, and it was fairly quick, although it seemed to slow down over use - I need to test it for a longer period).

@Wolph, I don't have the same stack overflow problem when I test that particular macro, so I can't account for it.

User avatar
wolph42
Winter Wolph
Posts: 9999
Joined: Fri Mar 20, 2009 5:40 am
Location: Netherlands
Contact:

Re: MapTool 1.3 Development Build 62

Post by wolph42 »

Rumble wrote:@Wolph, I don't have the same stack overflow problem when I test that particular macro, so I can't account for it.
hmm, in that case its exactly the same error/bug as I posted before but in a different form. This is something though for the bug report area so I'll shut up now.

User avatar
simonutp
Giant
Posts: 160
Joined: Wed Jun 06, 2007 10:03 am
Location: Colmar, France

Re: MapTool 1.3 Development Build 62

Post by simonutp »

There is still an anoying bug in the french translation :
When cliking Next (Suivant) in the initiative panel the text displayed is
"Cest au tour de {0} de jouer"
instead of
"C'est au tour de TokenName de jouer".

It seems that the ' makes the parser go mad.
Can we try to replace the incriminated text by
"Le tour de jeu de {o} commence."
which has no '.

Is it still possible that I send you an updated translation?
Unfortunately it won't be possible before a few days...

dorpond
RPTools Team
Posts: 5534
Joined: Thu Jun 01, 2006 2:05 pm
Location: Buffalo, NY

Re: MapTool 1.3 Development Build 62

Post by dorpond »

Guys, we only squished the bugs we reported on in the beginning of this thread. If you guys posted bugs about previous versions in the bugs section, we are aware of them - we really had to release something more stable than B60-B61 so that the B5x users could start moving forward. I think of this as the "it's OK to come out of hidding" build. I hope it is anyway.

Sorry if we didn't address your issue yet. If B62 is rock solid, Trevor and I will probably glance through the bugs forum and try to get to some of other 'what we think are important' bugs. I have to be honest though, we really have to draw the line somewhere or else 1.4 will never come to surface. In many ways, the 1.3 code is preventing us from growing and it needs to get chopped out and tossed in the garbage.

Simonutp, send Trevor your patch for review. It is very helpful to us - thanks.
How to use my bundled artwork (MT1.3B60+): http://forums.rptools.net/viewtopic.php?f=8&t=11759

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Re: MapTool 1.3 Development Build 62

Post by trevor »

Rumble wrote:
trevor wrote:If this one is stable, we'll call 1.2 Done. If not, we'll make more builds :)


1.3, surely. :D

Oy. I really need to quit making announcements late at night :P

Fixed
Dreaming of a 1.3 release

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Re: MapTool 1.3 Development Build 62

Post by trevor »

wolph42 wrote:what did you do about the macro slowness, is it fixed?
You mention it as an issue, but don't mention it in the fixes

Opps, forgot to add it.

Updated
Dreaming of a 1.3 release

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Re: MapTool 1.3 Development Build 62

Post by trevor »

simonutp wrote: Is it still possible that I send you an updated translation?
Unfortunately it won't be possible before a few days...
Yes Pls. In fact it reminds me that I forgot to include an updated spanish translation.

Send me an updated file that I can drop in and I'll make a new build.
Dreaming of a 1.3 release

User avatar
Azhrei
Site Admin
Posts: 12086
Joined: Mon Jun 12, 2006 1:20 pm
Location: Tampa, FL

Re: MapTool 1.3 Development Build 62

Post by Azhrei »

I updated the ZIP so that the permissions for the *.command and *.sh files are correct for OSX/Linux systems. Some day I'll see about fixing ANT so that Trevor's build process won't need any "after-tweaks". :roll:

If someone creates the OSX .dmg file, post or PM me with a URL and I'll get it moved to the main site.

User avatar
Azhrei
Site Admin
Posts: 12086
Joined: Mon Jun 12, 2006 1:20 pm
Location: Tampa, FL

Re: MapTool 1.3 Development Build 62

Post by Azhrei »

simonutp wrote:It seems that the ' makes the parser go mad.
Can we try to replace the incriminated text by
"Le tour de jeu de {o} commence."
which has no '.
Yeah, I saw something about single quotes when I was reading the javadoc for the MessageFormat class and I was thinking that it was a little strange. I believe that the single quote can still appear in the translation file but the Unicode for it has to be used instead of the literal single quote. But I don't remember the details and I can't stay to chat. :) Maybe tonight...

Post Reply

Return to “Announcements”