Page 1 of 1

Test Build for 1.4b01

Posted: Tue Mar 31, 2015 6:55 am
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.

Re: Test Build for 1.4b01

Posted: Tue Mar 31, 2015 11:28 am
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.

Re: Test Build for 1.4b01

Posted: Tue Mar 31, 2015 11:40 am
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.

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 3:39 am
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

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 4:00 am
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:

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 9:52 am
by RPTroll
I loaded it and ran it for a while with no problems but I was mostly editing macros.

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 11:19 am
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?

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 11:24 am
by RPTroll
No. My own campaign file.

Re: Test Build for 1.4b01

Posted: Wed Apr 01, 2015 6:41 pm
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)

Re: Test Build for 1.4b01

Posted: Thu Apr 02, 2015 3:25 am
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.

Re: Test Build for 1.4b01

Posted: Thu Apr 02, 2015 9:46 pm
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).

Re: Test Build for 1.4b01

Posted: Fri Apr 03, 2015 1:52 pm
by JamzTheMan
Cool, beans. Any chance of getting in the global search patch for this build for testing?

Re: Test Build for 1.4b01

Posted: Wed Jun 24, 2015 8:53 am
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.