Search found 84 matches

by tiorthan
Thu Jan 03, 2013 1:09 pm
Forum: General Discussion
Topic: Maptool 3D
Replies: 6
Views: 1462

Re: Maptool 3D

At the moment there is no reasonable way to integrate that kind of functionality into MT. It might be possible to add that into a future version, however since this is not a primary focus of the developers, nothing definite can be said at the moment.
by tiorthan
Wed Dec 26, 2012 1:38 pm
Forum: Testing
Topic: [patch] Dollar character fix, maybe
Replies: 3
Views: 5069

Re: [patch] Dollar character fix, maybe

In the linked example above, the problem occurs while parsing the argument list of json.append(), it's not an encode problem as the function responsible, if I remember correctly, is called to evaluate all function parameter lists. My patch won't work, and neither will wrapping the string in \Q\E (be...
by tiorthan
Tue Dec 18, 2012 8:01 pm
Forum: MapTool
Topic: MapTool Dev Build (testing, version 0.95) - Jan. 28, 2012
Replies: 175
Views: 17613

Re: MapTool Dev Build (unofficial, version 0.6) - Dec. 17, 2

Noted. I'll take a look at it tomorrow evening. I may not have time to fix it before the 26th though.
by tiorthan
Sat Dec 15, 2012 5:22 pm
Forum: General Discussion
Topic: FINALLY
Replies: 30
Views: 2501

Re: FINALLY

Why do we always view the "speed of light" as being the potential maximum speed for an object the traditional three dimensions? Einstein's theory basically says that any object that moves to any point on its way instantaneously, is perceived as having a speed of c by everyone moving slowe...
by tiorthan
Wed Nov 07, 2012 2:10 pm
Forum: MapTool
Topic: Future of MapTool?
Replies: 112
Views: 11715

Re: Future of MapTool?

Here's the patch for comparison. It removes the FTPCommand class and changes FTPClientConn to use sun.net.ftp.FtpClient directly.

The patch only changes behaviour used when updating an ftp based repository.
by tiorthan
Tue Nov 06, 2012 5:30 pm
Forum: MapTool
Topic: Future of MapTool?
Replies: 112
Views: 11715

Re: Future of MapTool?

Indeed, the sun.net package was changed massively, to a point where the original FTPClientCommand would not compile. Also the internal structure was changed so that just implementing the missing methods would not have helped. I've already written a patch which compiles but that does not mean it work...
by tiorthan
Tue Nov 06, 2012 7:03 am
Forum: MapTool
Topic: Future of MapTool?
Replies: 112
Views: 11715

Re: Future of MapTool?

The Java devs discourage using the sun packages precisely because they are not part of the official SDK and may not be stable between releases. Therefore I would switch to something else like for example org.apache.commons.net.ftp.FTP Edit: Ah, on a different note, it's not worth the trouble to incl...
by tiorthan
Mon Nov 05, 2012 7:14 am
Forum: MapTool
Topic: Future of MapTool?
Replies: 112
Views: 11715

Re: Future of MapTool?

I haven't been following this for the last few days (due to some unexpected real life issues), so besides testing, is there anything I can help with?
by tiorthan
Tue Oct 30, 2012 5:16 pm
Forum: MapTool
Topic: [BUG] (un)Snap to grid and FoW
Replies: 13
Views: 2029

Re: [BUG] (un)Snap to grid and FoW

Well, I'll wait how your idea turns out then.
by tiorthan
Tue Oct 30, 2012 4:19 pm
Forum: MapTool
Topic: What's up with MapTool development?
Replies: 11
Views: 873

Re: Attention: Windows Users using JAVA 7 with MapTool

I'm not entirely sure what the contract violation exception is about but I suspect it complains that VisibleAreaSegment.equals() does not return true when VisibleAreaSegment.compareTo() returns 0.
If that is indeed the case, then the issue still exists in the current svn head revision.
by tiorthan
Tue Oct 30, 2012 4:09 pm
Forum: MapTool
Topic: [BUG] (un)Snap to grid and FoW
Replies: 13
Views: 2029

Re: [BUG] (un)Snap to grid and FoW

Lee wrote:It's not that cut and dry, however, without rewriting a big chunk of the movement classes.
I was prepared to clean things up, but I gather that your patch is going to fix this as well?
by tiorthan
Tue Oct 30, 2012 2:46 pm
Forum: MapTool
Topic: What's up with MapTool development?
Replies: 11
Views: 873

Re: Attention: Windows Users using JAVA 7 with MapTool

Currently, as far as I understand, Azhrei is the only one who can publish new builds on the rptools website. So, since he's a bit preoccupied by his real life, new builds take a while. I think the elders are planning to move towards a more automated build that would allow for example something like ...
by tiorthan
Tue Oct 30, 2012 7:16 am
Forum: MapTool
Topic: [BUG] (un)Snap to grid and FoW
Replies: 13
Views: 2029

Re: [BUG] (un)Snap to grid and FoW

This is an actual bug. It is caused by the following (you can test that on a fresh map): - fog of war must be active - auto exposure upon token movement must be active - you have multiple tokens selected of which at least one has snap to grid active and one has snap to grid deactivated - move the no...
by tiorthan
Mon Oct 29, 2012 11:02 am
Forum: MapTool
Topic: [BUG] (un)Snap to grid and FoW
Replies: 13
Views: 2029

Re: [BUG] (un)Snap to grid and FoW

Interesting, I could look into the issue tomorrow.

Go to advanced search