Skip to content

Tags: JamzTheMan/MapTool

Tags

1.8.5

Toggle 1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update variable naming

Adding * to path names for releases

1.8.4

Toggle 1.8.4's commit message
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>

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ubuntu tests (#133)

* Add xvfb to build

* Fix for indentation in publish.yml for jar

1.8.0

Toggle 1.8.0's commit message
Remove tests from verify-build.yml

Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>

1.4.5.4

Toggle 1.4.5.4's commit message
Revert "Merge Nerps to RPTools Repo"

This reverts commit d1c7626.

1.4.5.3

Toggle 1.4.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

1.4.5.2

Toggle 1.4.5.2's commit message
#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>

1.4.5.1

Toggle 1.4.5.1's commit message
Release 1.4.5.1

Signed-off-by: Jamz <Jamz@Nerps.net>

1.4.5.0

Toggle 1.4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update change-log.md

1.4.4.2

Toggle 1.4.4.2's commit message
Merge branch 'master' of https://github.com/JamzTheMan/MapTool