Search found 2031 matches
- Sun May 29, 2016 1:08 am
- Forum: Announcements
- Topic: New DEV/Testing Builds!
- Replies: 27
- Views: 7124
New DEV/Testing Builds!
Warning... This is a Development build it could blow up!!!! Now that's out of the way, going forward the numbering of builds will indicate the type of build, with 1.4.<even number>.x beign a stable build that will mostly be about bug fixes and maybe some small changes that dont change campaing form...
- Fri May 27, 2016 10:29 pm
- Forum: Announcements
- Topic: MapTool 1.4.0.4 Build
- Replies: 9
- Views: 2674
Re: MapTool 1.4.0.4 Build
I've found a strange bug. Whenever you make a new map, and you set the background to the white color in the upper lefthand corner, it spits out this error: It is possible to edit a currently existing map to make it have a white background. I just checked and this also existed in 1.4.0.0. Hmmm even ...
- Fri May 27, 2016 6:46 am
- Forum: Announcements
- Topic: MapTool 1.4.0.4 Build
- Replies: 9
- Views: 2674
MapTool 1.4.0.4 Build
Time for another build with bug fixes and some features ⋅ Fix for math.cos(), math.sin(), math.tan(), math.acos(), math.asin(), math.atan() macro functions. ⋅ Added json.rolls() macro function. ⋅ Added json.objrolls() macro function. ⋅ Overdue update to th...
- Thu May 26, 2016 8:05 am
- Forum: Feature Requests
- Topic: FREQ : Character Sheet Window
- Replies: 5
- Views: 1056
Re: FREQ : Character Sheet Window
It, or something like it is on the list.
- Mon May 23, 2016 9:32 am
- Forum: MapTool
- Topic: [1.4.0.3] Trigonometric functions wrong degree conversion?
- Replies: 1
- Views: 380
- Sat May 14, 2016 3:23 am
- Forum: Announcements
- Topic: MapTool 1.4.0.3 Build
- Replies: 12
- Views: 4223
Re: MapTool 1.4.0.3 Build
I'm having some issues with the cos and sin functions. The expected result is for both to move from zero to one as the angel moves around the circle. The 45 degree (1/4pi radians) point in each quadrant should be .707 So the expected result is to go 1(0)-> .707 -> 0(1). I see this for radians. Degr...
- Sat May 14, 2016 3:21 am
- Forum: Announcements
- Topic: MapTool 1.4.0.3 Build
- Replies: 12
- Views: 4223
Re: MapTool 1.4.0.3 Build
I'm having some issues with the cos and sin functions. The expected result is for both to move from zero to one as the angel moves around the circle. The 45 degree (1/4pi radians) point in each quadrant should be .707 So the expected result is to go 1(0)-> .707 -> 0(1). I see this for radians. Degr...
- Fri May 13, 2016 1:12 pm
- Forum: Announcements
- Topic: MapTool 1.4.0.3 Build
- Replies: 12
- Views: 4223
Re: MapTool 1.4.0.3 Build
[*] Added a client id to getInfo. This will return the id of a client (an essentially randomly generated id that can't be used to identify your ip etc). This is so macro writers can save settings per client in the campaign. How static is this ID? What conditions change it? Don't want to try using i...
- Fri May 13, 2016 1:03 pm
- Forum: D&D 4e Frameworks
- Topic: The MacroPolicebox: Second Regeneration (D&D 4E Framework)
- Replies: 1344
- Views: 128802
Re: The MacroPolicebox: Second Regeneration (D&D 4E Framewor
It would seem 1.4 is not completely backwards-compatible as you claim otherwise it would be implementing the "timeDate" variable returned by the getInfo("client") function. Mind you, it's good to know 1.4 is using the same scripting language as I recall reading they wanted to us...
- Fri May 13, 2016 12:52 pm
- Forum: Announcements
- Topic: MapTool 1.4.0.2 Build
- Replies: 14
- Views: 3413
Re: MapTool 1.4.0.2 Build
Full Bleed wrote:Looks like there is a stealth 1.4.0.3 up in the RPTools downloads!
But, for the record, had a game last weekend with 1.4.0.2 without issues.
Not stealth, just takes some time to type in the change list

- Fri May 13, 2016 12:49 pm
- Forum: Announcements
- Topic: MapTool 1.4.0.3 Build
- Replies: 12
- Views: 4223
MapTool 1.4.0.3 Build
Yay its time for a new build. ⋅ Added json.removeFirst macro function, similar to json.difference() but will only remove the first occurrence of match. e.g. json.removeFirst('[2,2,4,5,6,6,4]', '[2,6]') = [2,4,5,6,4] ⋅ Fix for trailing end of line character of version string in ...
- Thu May 12, 2016 6:37 pm
- Forum: MapTool
- Topic: Ever wonder just how many active servers are running?
- Replies: 8
- Views: 897
Re: Ever wonder just how many active servers are running?
Full Bleed wrote:Nifty.
So if you don't use a RPTools.net Alias it's not counted?
Correct, as if you don't use it then the details of your server are not sent to us (they need to be if you do set an alias so we can list you to other people looking in MT

- Thu May 12, 2016 9:41 am
- Forum: MapTool
- Topic: Ever wonder just how many active servers are running?
- Replies: 8
- Views: 897
Ever wonder just how many active servers are running?
For those of you that enjoy looking at graphs which contains data that probably doesn't affect you at all. Here are some graphs detailing the active servers that have registered so other players can find them. m The data has been collected for a little under a week now which is why some values are n...
- Tue May 10, 2016 3:13 am
- Forum: MapTool 1.4
- Topic: FEATURE: Draw Explorer - BETA
- Replies: 45
- Views: 4967
Re: FEATURE: Draw Explorer - BETA
Well, it's not like MT is a hack free zone lol There's more than one "//I'm going to be struck by lightning for writing this code but..." I have no idea what you are talking about, that doesn't appear in the code. And here is a list of some of the other things don't appear in the code. //...
- Wed May 04, 2016 5:40 am
- Forum: Macros
- Topic: array question
- Replies: 6
- Views: 702
Re: array question
Edit: looks like I spent too much time writing this up and was beaten So I wont write this in MT Macro script because well my MT macro script is REALLY rusty... But I will describe the algorithm by showing how it would work through your example. Assume there is an array called results which holds (n...