Skip to content

Version 4.12 - December 3, 2019

Compare
Choose a tag to compare
@richardwilkes richardwilkes released this 04 Dec 03:35
· 1684 commits to master since this release

Features Added
NOTE: Data files saved with this version or newer will not be compatible with older data files.

  • #103: Fantasy Grounds text/xml export
  • #107: Support for additional dice of damage in damage expressions. Separated the damage field into its constituent parts so that they can be more easily and accurately manipulated
  • #112: Tooltips for skill level calculation
  • #113: Tooltips for spell level and weapon damage calculation
  • #114: Preference to control how long tooltips remain on-screen
  • #117: Feature by category for skills
  • #118: Feature by category for spells
  • #119: Feature by category for weapons
  • #124: Preference for alternate damage scheme: thr = sw - 2
  • #127: User description tooltips. This is an additional text area on some data types that only shows up in a tooltip. Useful for adding longer, more detailed descriptions without cluttering the sheet up. Note that this field does not get saved into libraries, only character sheets, to avoid having large chunks of copyrighted material suddenly introduced into the libraries
  • Implemented a new localization system that relies on external files rather than being in the code. As part of this change, I've removed the existing translations as they were woefully out of date. If you'd like to provide a translation for a language you're fluent in, copy the "template.i18n" file in the "i18n" directory and name it for your language (e.g. "de.i18n" for German), then edit its contents, updating the "v:" values to have the translation for the "k:" values. If you have questions, feel free to contact me about this
  • Added a contextual menu to the lists
  • Separated equipment into "carried" and "other" lists

Bugs Fixed

  • Updated to the latest pdfbox & fontbox libraries (2.0.17) to fix some issues with them that would result in PDF pages rendering as blanks
  • Fixed usage of skills based on 10 rather than an attribute within templates. Previously, creating such a template would make it unloadable
  • #94: Bad RSL calculation for techniques with bonuses from elsewhere
  • #100: Knowing Your Own Strength HP pricing
  • #122: Defaults from very high skills could result in incorrect skill levels
  • Fixed an issue where the drag insert location was not in the correct location
  • Fixed an issue that would prevent quit from responding correctly if a tooltip was being displayed
  • Fixed a number of issues on Windows with text truncation, particularly in tooltips
  • ... and many more small bug fixes

Data File Changes