Test Build for 1.4b01

New build announcements plus site news and changes.

Moderators: dorpond, trevor, Azhrei, Craig

Post Reply
User avatar
RPTroll
TheBard
Posts: 3159
Joined: Tue Mar 21, 2006 7:26 pm
Location: Austin, Tx
Contact:

Test Build for 1.4b01

Post by RPTroll »

We have a new test build for MapTool 1.4b01

Now that we're using Git for source code control, test builds will be much easier to produce but we're still working through the process of how to present these to the community. For now, you can find the latest test build at http://maptool.craigs-stuff.net/test-builds/

It contains some new functionality by Jamz: Auto Resize
New right-click menu option on Stamps to allow user to select a pixel range and enter the number of cells/squares in the selection. It will then resize to match the grid and auto align map grid to maptool grid.

Need coffee.

Note, this is not a production build meaning it is not one that is ready for you to use in your games. It is a test build. If you have the time, download it and run it through its paces and report back any issues.
ImageImage ImageImageImageImage
Support RPTools by shopping
Image
Image

User avatar
celestian
Dragon
Posts: 276
Joined: Mon May 17, 2010 3:29 pm

Re: Test Build for 1.4b01

Post by celestian »

Tried out this new feature and....

Thank you!

Aligning grids on maps that I didn't make have been one of the most annoying things for me at times.

Seemed to work great for the maps I was experimenting with.

User avatar
JamzTheMan
Great Wyrm
Posts: 1872
Joined: Mon May 10, 2010 12:59 pm
Location: Chicagoland
Contact:

Re: Test Build for 1.4b01

Post by JamzTheMan »

Cool. For now, you should be able to export any maps and import them to other MT versions until the release goes GA.
-Jamz
____________________
Custom MapTool 1.4.x.x Fork: maptool.nerps.net
Custom TokenTool 2.0 Fork: tokentool.nerps.net
More information here: MapTool Nerps! Fork

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

Re: Test Build for 1.4b01

Post by wolph42 »

the test build keeps crashing (java heap space error) with a campaign file of mine. I've upped the mem to 2048 but same error.
Note that this is my running campaign that runs fine in b91.
file: http://bit.ly/1xxHZwK

o and
auto-resize-map...
Image

User avatar
JamzTheMan
Great Wyrm
Posts: 1872
Joined: Mon May 10, 2010 12:59 pm
Location: Chicagoland
Contact:

Re: Test Build for 1.4b01

Post by JamzTheMan »

Hmmm, loaded it up (well, tried to) while I still had Eclipse running and it hung up in a few threads.

Not sure what is hanging, I'll have to take another look. It loads up just fine in my Nerps build so it must be Craig's code :mrgreen:
-Jamz
____________________
Custom MapTool 1.4.x.x Fork: maptool.nerps.net
Custom TokenTool 2.0 Fork: tokentool.nerps.net
More information here: MapTool Nerps! Fork

User avatar
RPTroll
TheBard
Posts: 3159
Joined: Tue Mar 21, 2006 7:26 pm
Location: Austin, Tx
Contact:

Re: Test Build for 1.4b01

Post by RPTroll »

I loaded it and ran it for a while with no problems but I was mostly editing macros.
ImageImage ImageImageImageImage
Support RPTools by shopping
Image
Image

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

Re: Test Build for 1.4b01

Post by wolph42 »

RPTroll wrote:I loaded it and ran it for a while with no problems but I was mostly editing macros.
The test build or my campaign file in the test build?

User avatar
RPTroll
TheBard
Posts: 3159
Joined: Tue Mar 21, 2006 7:26 pm
Location: Austin, Tx
Contact:

Re: Test Build for 1.4b01

Post by RPTroll »

No. My own campaign file.
ImageImage ImageImageImageImage
Support RPTools by shopping
Image
Image

User avatar
JamzTheMan
Great Wyrm
Posts: 1872
Joined: Mon May 10, 2010 12:59 pm
Location: Chicagoland
Contact:

Re: Test Build for 1.4b01

Post by JamzTheMan »

wolph42 wrote:the test build keeps crashing (java heap space error) with a campaign file of mine. I've upped the mem to 2048 but same error.
Note that this is my running campaign that runs fine in b91.
file: http://bit.ly/1xxHZwK
OK, so for me, I tracked it down to your DH lib onCampaignLoad. It's hanging after displaying the "Thoughts of the Day" dialog. The parser is breaking on that macro.

Calling [Dialog("Thought of the day", "width=50; height=5; temporary=1"):{[r:thought()]}] breaks it.

In fact, just running [Dialog("Thought of the day", "width=50; height=5; temporary=1"):{[r: "something"]}] in a new campaign breaks it!

Craig, did you make any changes to Dialog or the parser or anything related?

@Wolf, if you remove the Dialog popups, your campaign seems to load after that and you can do other tests if you'd like. (oh, and what the hell is with all the grenades!?! lol)
-Jamz
____________________
Custom MapTool 1.4.x.x Fork: maptool.nerps.net
Custom TokenTool 2.0 Fork: tokentool.nerps.net
More information here: MapTool Nerps! Fork

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

Re: Test Build for 1.4b01

Post by wolph42 »

JamzTheMan wrote: (oh, and what the hell is with all the grenades!?! lol)
a man can never have enough different grenades!

in my campaign if you 'throw' a grenade its summoned to the map where you put the 'target marker' (and you roll to see if you actually hit that mark). However my attack macro works directly with weapon names, hence every existing grenade needs to have its own token representative so it can be summoned. Cool thing though is is that the 'throwing' is animated. It starts with the attacker and makes it way to the mark, however if it encounters an object or wall on the way it bounces off and continues in an bounced-off direction.

good to know about the dialog. its a setting I can turn off.

Craig
Great Wyrm
Posts: 2107
Joined: Sun Jun 22, 2008 7:53 pm
Location: Melbourne, Australia

Re: Test Build for 1.4b01

Post by Craig »

JamzTheMan wrote:
Craig, did you make any changes to Dialog or the parser or anything related?
Hmm it was the "fix" for the more then 7 stylesheets java 8 bug for the previous build, which introduced a nasty bug, I have corrected it and will produce another build tonight (my time).

User avatar
JamzTheMan
Great Wyrm
Posts: 1872
Joined: Mon May 10, 2010 12:59 pm
Location: Chicagoland
Contact:

Re: Test Build for 1.4b01

Post by JamzTheMan »

Cool, beans. Any chance of getting in the global search patch for this build for testing?
-Jamz
____________________
Custom MapTool 1.4.x.x Fork: maptool.nerps.net
Custom TokenTool 2.0 Fork: tokentool.nerps.net
More information here: MapTool Nerps! Fork

Tielc
Cave Troll
Posts: 25
Joined: Wed Jul 16, 2014 10:41 pm

Re: Test Build for 1.4b01

Post by Tielc »

Hello, I've been away from these forums for a few months and come back to see a new release on it's way. This is great news! I was curious, as it looks like the primary feature of this release is the ability to connect to a web client, would we might also see the ability to load htm file like Jams' own NERPS build? Just a curiosity.

Post Reply

Return to “Announcements”