Tags: JamzTheMan/MapTool
Tags
JDK 14 Package updates * Add new gradle prop `developerRelease` which will append to installer image/app name to better run alpha/beta releases side by side production release * TODO: use git tag info to create this property on Releases * Refactored UserJvmPrefs.java to UserJvmOptions which now directly modifies the .cfg used to launch MapTool via installed packages * Warning: This is obviously dangerous as incorrect information can prevent MapTool from starting but it's the only solution we have at the momement * Cleaned up the PreferencesDialog * TODO: tabbedPane.setEnabledAt(tabbedPane.indexOfTab("Startup"), false); has hard coded English, use i18n? * New Dev icon now set on developerRelease * .cmpgn file associations added * Other cleanup... * Fix semVer from tag in build.gradle Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
Release 1.4.5.3 (#91) * #77: Drag path does not seem to be working correctly. * Tweaked the A* algorithm for more natural/straighter moves though open spaces for both square and hex grids * Tweaked the A* algorithm to find shortest path more consistently Task-Url: #77 Signed-off-by: Jamz <Jamz@Nerps.net> * #77: Drag path does not seem to be working correctly. * Change log amended * Spotless applied Task-Url: #77 Signed-off-by: Jamz <Jamz@Nerps.net> * Minor update to PDF Extract * Updated PDFBox lib to latest * Sync'd PDF extract code from TokenTool (similiar but not 100% same on purpose) Signed-off-by: Jamz <Jamz@Nerps.net> * #80 Comparison method violates its general contract in... * Reverting VisibleAreaSegment to previous version... Signed-off-by: Jamz <Jamz@Nerps.net> * #81: Cell Highlight distance text not sizing for grid sizes * Cell Highlight distance text now properly scales with grid size * Adjusted logging slightly Task-Url: #81 Signed-off-by: Jamz <Jamz@Nerps.net> * CI Updates * CI Updates * CI Updates * CI Updates * Gradle Process Updated * Vendor property now comes from gradle.properties * Version now comes from Git, uses SNAPSHOT-{commit} for development/non-tagged releases and uses Tag name if commit is tagged * Updated Apache logging versions * sentry.properties file now generated, DSN is now only configured for tagged releases, eg Production. This prevents sentry logging during development Signed-off-by: Jamz <Jamz@Nerps.net> * #41: Bug Fix to allow tokens without sight to move * Tokens without sight can move within current PC tokens field of view when iFoW server options are checked * Tweaked sentry.properties to use dummy DSN when in development mode Task-Url: #41 Signed-off-by: Jamz <Jamz@Nerps.net>
PreviousNext