Token Tool 2.0

RPTools is proud to announce a new version of TokenTool, Rewritten in JavaFX to bring a modern and updated UI as well as a few new features! TokenTool 2.0 now supports PSD format for ‘overlays’ to allow for better masking by supporting ‘layers’. To create your own ‘overlay’ you can use any version of PhotoShop or GIMP and add your masking layer as the first (bottom) layer and your overlay image as the second (top) layer.

This release represents a critical milestone for RPTools development. For those of you interested in a bit of history and some technical details, the original RPTools products user interfaces are written using Java Swing. While Swing is still part of Java, Oracle stopped making enhancements to it a long while back. Some developers left the RPTools project as they felt they were working on a project without enhancing their core skills. As a reminder, RPTools is Open Source software with volunteer developers who work for free. One of the benefits of working on RPTools products is the experience gained from a large and complex code base.

Thus to move to JavaFX for TokenTool will pave the way for moving MapTool to JavaFX. This is a good thing.

The summary of benefits to the new TokenTool are summarized below.

(more…)

Continue ReadingToken Tool 2.0

MapTool Dev/Test Version 1.4.1.8 Available for Download

MapTool 1.4.1.8 is available for download from rptools.net by clicking on the Download link in the top toolbar. The commit log is available via the GitHub page but many of the changes were related to the build system and automation; I've tried to separate them in the spoiler area, below, but no guarantees. (MapTool 1.4.1.7 was released Jul 2nd, 2016 so…

Continue ReadingMapTool Dev/Test Version 1.4.1.8 Available for Download

MapTool 1.4.0.5 Released

This release corrects a few small bugs affecting isometric map 'figure' stamps along with a fix for Draw Tool images. This is likely the last version of the 1.4.0.x series and represents our latest production release. Please upgrade as soon as practical. Bugfixes Resize free size figure tokens (Jagged) Fixes for Z-Order on free sized objects (Jagged) Fixes for resizing stamps…

Continue ReadingMapTool 1.4.0.5 Released

MapTool 1.4.0.4 Released

Time for another build with bug fixes and some features

SwatBugBug Fixes and New Features

  • Fix for math.cos(), math.sin(), math.tan(), math.acos(), math.asin(), math.atan() macro functions (Craig).
  • Added json.rolls() macro function (Craig).
  • Added json.objrolls() macro function (Craig).
  • Overdue update to the credits file (Craig).

Build Related

  • Continuous Integration using Travis CI (joshsziegler)

(more…)

Continue ReadingMapTool 1.4.0.4 Released

MapTool 1.4.0.3 Released

We are pleased to announce the release of MapTool 1.4.0.3, now available from the Download page. MapTool 1.4.0.3 includes the following fixes, improvements, and additions. 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 getInfo('client') macro function. Added…

Continue ReadingMapTool 1.4.0.3 Released

MapTool 1.4.0.2 Released

This was a quick release to fix the tableImage() image issue which surfaced in MapTool build 1.4.0.1. This release also adds capabilities to modify the max recursion depth in function calls. Thanks to Jagged for the quick turn around time on the bug and Craig for the recursion limit change and build. Please see the Announcements thread for more details. You can…

Continue ReadingMapTool 1.4.0.2 Released

MapTool 1.4.0.1 Released

Great news everyone. There's a new version of MapTool available from the download page of rptools.net. The most exciting features of Build 1.4.0.1 includes some new functionality that will make drawing maps easier and new MapTool Table functions that effectively allow for global variables and image stores without resorting to dropping new tokens on a map. Look for posts regarding this…

Continue ReadingMapTool 1.4.0.1 Released