-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.5.5 #760
Release 1.5.5 #760
Commits on Aug 26, 2019
-
Fix token ids reset on server start
- Fix so that token ids stay the same after server start - Add javadocs info for Zone & Campaign constructors - Close #619
Configuration menu - View commit details
-
Copy full SHA for 37cdc31 - Browse repository at this point
Copy the full SHA 37cdc31View commit details
Commits on Aug 27, 2019
-
Merge pull request #620 from Merudo/tokenIds
Fix token ids being reset on server start
Configuration menu - View commit details
-
Copy full SHA for 0dba3db - Browse repository at this point
Copy the full SHA 0dba3dbView commit details -
Fix cut & paste changes token id
- Fix so that Cut & paste doesn't change token id - Subsequent pastes will result in different token ids - Close #624
Configuration menu - View commit details
-
Copy full SHA for 1aaa566 - Browse repository at this point
Copy the full SHA 1aaa566View commit details -
Merge pull request #625 from Merudo/cutTokenIds
Fix cut & paste changes token id
Configuration menu - View commit details
-
Copy full SHA for a1f4d50 - Browse repository at this point
Copy the full SHA a1f4d50View commit details
Commits on Aug 28, 2019
-
Fix "paste" option remaining grayed out after Copy/Cut token
- Fix "Paste" menu not getting updated after performing the Copy/Cut action from popup menu - Close #621
Configuration menu - View commit details
-
Copy full SHA for 6b202a0 - Browse repository at this point
Copy the full SHA 6b202a0View commit details -
Fix switching from/to the measure tool not updating cursor right away
- Change how the measurer tool cursor updates, now based on attach/detach instead on paintOverlay - Fix cursor not updating right away when switching from measurer to pointer - Fix cursor not updating right away when switching to measurer from label, fog or VBL tool - Close #601
Configuration menu - View commit details
-
Copy full SHA for aa15211 - Browse repository at this point
Copy the full SHA aa15211View commit details -
Merge pull request #630 from Merudo/CopyCut
Fix "paste" option remaining grayed out after Copy/Cut token
Configuration menu - View commit details
-
Copy full SHA for 0822f8f - Browse repository at this point
Copy the full SHA 0822f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1209159 - Browse repository at this point
Copy the full SHA 1209159View commit details -
Merge pull request #632 from Merudo/fixMeasureCursor
Fix switching from/to the measure tool not updating cursor right away
Configuration menu - View commit details
-
Copy full SHA for 963faf3 - Browse repository at this point
Copy the full SHA 963faf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5729052 - Browse repository at this point
Copy the full SHA 5729052View commit details -
Merge pull request #633 from Merudo/dragTokenToMap
Fix bug created by dragging token from library to map
Configuration menu - View commit details
-
Copy full SHA for 453e94c - Browse repository at this point
Copy the full SHA 453e94cView commit details
Commits on Aug 31, 2019
-
Fix incorrect message for assert() when the second parameter is number
- New message: Second argument to "assert": "{second parameter}" must be of type String - Close #637
Configuration menu - View commit details
-
Copy full SHA for cef98d8 - Browse repository at this point
Copy the full SHA cef98d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454d004 - Browse repository at this point
Copy the full SHA 454d004View commit details
Commits on Sep 1, 2019
-
Consolidate utility methods for macro functions in FunctionUtil
- New class FunctionUtil to handle checks and type conversions for macro functions - New internal methods checkNumberParam, getTokenFromParam, paramAsBigDecimal, paramAsBoolean, paramAsInteger, paramAsDouble, paramAsFloat, paramAsJson, paramAsJsonObject and paramAsJsonArray - Change TokenLightFunctions hasLightSource, clearLights, setLight, and getLights to use these new methods - Methods tested: checkNumberParam, getTokenFromParam, and paramAsBigDecimal - First step to solve #613
Configuration menu - View commit details
-
Copy full SHA for 2de64f7 - Browse repository at this point
Copy the full SHA 2de64f7View commit details -
Merge pull request #639 from Merudo/frenchTranslation
Translate a few UI elements to french
Configuration menu - View commit details
-
Copy full SHA for 41d4b46 - Browse repository at this point
Copy the full SHA 41d4b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcc9d3 - Browse repository at this point
Copy the full SHA 6dcc9d3View commit details -
Merge pull request #638 from Merudo/assertString
Fix incorrect message for assert() when the second parameter is number
Configuration menu - View commit details
-
Copy full SHA for 97fc48b - Browse repository at this point
Copy the full SHA 97fc48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a17fb5 - Browse repository at this point
Copy the full SHA 4a17fb5View commit details -
Merge pull request #635 from Merudo/FunctionUtil
Consolidate utility methods for macro functions in FunctionUtil
Configuration menu - View commit details
-
Copy full SHA for 80d0b97 - Browse repository at this point
Copy the full SHA 80d0b97View commit details
Commits on Sep 2, 2019
-
Add parameter in FunctionUtil to allow/disallow text to BigDecimal
- Add parameter allowString: if set to false, raises exception when parameter is a string that could be converted to number( ex: "0", "5", etc).
Configuration menu - View commit details
-
Copy full SHA for 776413b - Browse repository at this point
Copy the full SHA 776413bView commit details -
Change ZoomFunction to use FunctionUtil
- Functions getZoom, setZoom, getViewArea, setViewArea, and getViewCenter now use FunctionUtil - Fix functions getZoom and setViewArea not displaying errors when given too many parameters - Fix javadocs errors - Remove extra delimiter at the end of getViewCenter
Configuration menu - View commit details
-
Copy full SHA for 774a4d9 - Browse repository at this point
Copy the full SHA 774a4d9View commit details
Commits on Sep 3, 2019
-
Merge pull request #647 from Merudo/FunctionUtil2
Change ZoomFunction macro functions to use FunctionUtil parameter methods.
Configuration menu - View commit details
-
Copy full SHA for 8d51993 - Browse repository at this point
Copy the full SHA 8d51993View commit details
Commits on Sep 4, 2019
-
Add translation support for "Select Map" button
- Select Map button (top right of screen) is now properly translated - Tested for English and French
Configuration menu - View commit details
-
Copy full SHA for f81bc0d - Browse repository at this point
Copy the full SHA f81bc0dView commit details -
Merge pull request #652 from Merudo/selectMap
Add French translation support for "Select Map" button
Configuration menu - View commit details
-
Copy full SHA for 96be505 - Browse repository at this point
Copy the full SHA 96be505View commit details
Commits on Sep 6, 2019
-
Change wrong nb of parameters error messages to display function name
- Change wrong number of parameters error messages to always display name of function - Builds on RPTools/parser#3 to work - Close #629
Configuration menu - View commit details
-
Copy full SHA for 073a4cb - Browse repository at this point
Copy the full SHA 073a4cbView commit details -
Merge pull request #641 from Merudo/parserErrors
Change wrong number of parameters error messages to display the name of the macro function that was used.
Configuration menu - View commit details
-
Copy full SHA for d5c2653 - Browse repository at this point
Copy the full SHA d5c2653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26be408 - Browse repository at this point
Copy the full SHA 26be408View commit details -
Merge pull request #659 from Merudo/parserErrors
Change parser implementation to 1.5.4
Configuration menu - View commit details
-
Copy full SHA for f2b33b2 - Browse repository at this point
Copy the full SHA f2b33b2View commit details -
Add json.path.read function (based on jayway)
- Function takes a "json" and a "path" argument - Path should be defined according to https://github.com/json-path/JsonPath - Support inline predicates - Errors are printed to chat but not according to our standards - Progress on #612
Configuration menu - View commit details
-
Copy full SHA for e9734eb - Browse repository at this point
Copy the full SHA e9734ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6300ca4 - Browse repository at this point
Copy the full SHA 6300ca4View commit details -
Add json.path.add, json.path.add/put/set, and json.path.delete functions
- Functions can modify a nested json array - Path should be defined according to https://github.com/json-path/JsonPath - Closes #612 - Details: 1. json.path.add(json, path, value) adds an element to a jsonArray at the path 2. json.path.set(json, path, value) sets an element in a jsonArray or jsonObject at the path 3. json.path.put(json, path, key, value) adds or sets an element in a jsonObject at the path 4. json.path.delete(json, path) deletes an element in a jsonArray or jsonObject at the path
Configuration menu - View commit details
-
Copy full SHA for 57a09cd - Browse repository at this point
Copy the full SHA 57a09cdView commit details -
Consolidate methods checkNumberOfParameters and getTokenFromParam
- Replace checkNumberOfParameters by FunctionUtil.checkNumberParam - Replace getTokenFromParam by FunctionUtil.getTokenFromParam - Fix #613
Configuration menu - View commit details
-
Copy full SHA for 969d2bd - Browse repository at this point
Copy the full SHA 969d2bdView commit details -
Merge pull request #661 from RPTools/master
Merge release changes back to develop
Configuration menu - View commit details
-
Copy full SHA for 827c9f9 - Browse repository at this point
Copy the full SHA 827c9f9View commit details -
Fix bring to front/send to back need to be done twice
- Add ZOrder sorting of the tokens on the server at the end of bringTokensToFront / sendTokensToBack
Configuration menu - View commit details
-
Copy full SHA for 587f7a2 - Browse repository at this point
Copy the full SHA 587f7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a43e6 - Browse repository at this point
Copy the full SHA e2a43e6View commit details -
Merge pull request #648 from Merudo/FunctionUtil3
Consolidate methods checkNumberOfParameters and getTokenFromParam
Configuration menu - View commit details
-
Copy full SHA for bafb9c0 - Browse repository at this point
Copy the full SHA bafb9c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fb540 - Browse repository at this point
Copy the full SHA f8fb540View commit details -
Merge pull request #662 from Merudo/ZOrderBug
Fix bring to front/send to back need to be done twice
Configuration menu - View commit details
-
Copy full SHA for b811487 - Browse repository at this point
Copy the full SHA b811487View commit details -
Configuration menu - View commit details
-
Copy full SHA for b05eb1b - Browse repository at this point
Copy the full SHA b05eb1bView commit details -
Merge pull request #657 from Merudo/jayway
Add json.path.read, and json.path.add/set/put/delete (based on jayway)
Configuration menu - View commit details
-
Copy full SHA for bf81c01 - Browse repository at this point
Copy the full SHA bf81c01View commit details -
compile is deprecated and replaced with implementation
Configuration menu - View commit details
-
Copy full SHA for 5c940f7 - Browse repository at this point
Copy the full SHA 5c940f7View commit details
Commits on Sep 7, 2019
-
Fix for ConcurrentModificationException
* Make partialPaths thread safe and Close #328 Signed-off-by: JamzTheMan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d46202c - Browse repository at this point
Copy the full SHA d46202cView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf297d - Browse repository at this point
Copy the full SHA edf297dView commit details -
Merge pull request #664 from JamzTheMan/develop
Fix for ConcurrentModificationException
Configuration menu - View commit details
-
Copy full SHA for d280107 - Browse repository at this point
Copy the full SHA d280107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d50aaa - Browse repository at this point
Copy the full SHA 8d50aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd7778 - Browse repository at this point
Copy the full SHA 1dd7778View commit details -
Merge pull request #666 from JamzTheMan/develop
Add new Server Option for GM to Reveal FoW for Unowned Tokens. Add option plus hosting status to output of getInfo("server").
Configuration menu - View commit details
-
Copy full SHA for 5d2d93c - Browse repository at this point
Copy the full SHA 5d2d93cView commit details
Commits on Sep 8, 2019
-
Add playStream, stopStream, and editStream functions to stream audio
- Add playStream(uri, cycleCount, volume) to play audio from url or local file. - cycleCount: number of times to play the resource. -1 for infinite loop. Default: 1. - volume: volume value from 0-1. Default: 1. - Add stopStream(uri, remove) to stop a stream. If remove is set to 1, unload the stream from memory. Default: 1. If no uri specified, stop all sounds. - Add editStream(uri, cycleCount, volume) to change the cycleCount or volume of stream. - Add AppPreference playStreams to enable/disable playing streams - Ex: [playStream("https://www.fesliyanstudios.com/musicfiles/2019-05-01_-_Undercover_Spy_Agent_-_David_Fesliyan.mp3", -1, 0.8)]
Configuration menu - View commit details
-
Copy full SHA for 4c614eb - Browse repository at this point
Copy the full SHA 4c614ebView commit details -
Fix disabling streams, and make stream functions thread-safe
- Fix access HashMap to be thread safe (now accessed solely from the JavaFX app single thread) - Fix so that disabling streams in settings also stops all streams
Configuration menu - View commit details
-
Copy full SHA for 48b1481 - Browse repository at this point
Copy the full SHA 48b1481View commit details -
Merge pull request #668 from Merudo/playStream
Add playStream, stopStream, and editStream macro functions for playing/streaming audio.
Configuration menu - View commit details
-
Copy full SHA for 185e2db - Browse repository at this point
Copy the full SHA 185e2dbView commit details
Commits on Sep 9, 2019
-
Add features to playStream functions
- Move streaming methods to class MediaPlayerAdapter, as discussed in #668 - Add new parameters: startTime and stopTime to playStream & editStream - playStream with cycleCount 0 preloads the stream but does not play it - Add function getStreamProperties as suggested in #667 - Add support for volume slider through setGlobalVolume, but the slider needs to be created
Configuration menu - View commit details
-
Copy full SHA for 2016476 - Browse repository at this point
Copy the full SHA 2016476View commit details -
Merge pull request #669 from Merudo/playStream
Add features to playStream functions
Configuration menu - View commit details
-
Copy full SHA for c52d853 - Browse repository at this point
Copy the full SHA c52d853View commit details
Commits on Sep 10, 2019
-
Fix getStreamProperties wrongly returning "PLAYING" , change ms to secs
- Fix getStreamProperties to return status "STOPPED" after song finished playing - Change parameters startTime and stopTime to take seconds instead of ms
Configuration menu - View commit details
-
Copy full SHA for efc64ac - Browse repository at this point
Copy the full SHA efc64acView commit details -
Merge pull request #671 from Merudo/playStream
Fix streams that had finished returning "PLAYING" in getStreamProperties() , change input in ms for start/stop time to secs.
Configuration menu - View commit details
-
Copy full SHA for 6502a8e - Browse repository at this point
Copy the full SHA 6502a8eView commit details -
Add Volume Slider and Mute Button to Toolbar
- Icons provided by @JamzTheMan Co-Authored-By: Jamz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6520666 - Browse repository at this point
Copy the full SHA 6520666View commit details -
Merge pull request #673 from Merudo/volumeSlider
Adds Volume/Mute controls.
Configuration menu - View commit details
-
Copy full SHA for 63034be - Browse repository at this point
Copy the full SHA 63034beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5024fa9 - Browse repository at this point
Copy the full SHA 5024fa9View commit details -
Merge pull request #674 from Merudo/fadeOut
Add optional fadeout to stopStream().
Configuration menu - View commit details
-
Copy full SHA for 142205f - Browse repository at this point
Copy the full SHA 142205fView commit details -
Add DebounceExecutor, update ZoneRenderer.java to use debounced repai…
…nt (#611) dispatcher.
Configuration menu - View commit details
-
Copy full SHA for 6604900 - Browse repository at this point
Copy the full SHA 6604900View commit details
Commits on Sep 11, 2019
-
Add sound icons to the github directory
- Add back,forward,next,pause,play,previous,record,record_on,repeat,shuffle,shuffle_on, and stop icons - Move mute & volume icons to correct directory - Icons will be used for #615 - Icons provided by @JamzTheMan Co-Authored-By: Jamz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4a1e8f - Browse repository at this point
Copy the full SHA e4a1e8fView commit details -
Merge pull request #675 from Merudo/soundIcons
Add sound icons to the github directory
Configuration menu - View commit details
-
Copy full SHA for 74ae270 - Browse repository at this point
Copy the full SHA 74ae270View commit details
Commits on Sep 12, 2019
-
Add support for space in uri for stream functions
- Add conversion of string to uri, replacing space into %20 - Add "FILE/:" at the start of uri if it is missing - Fix issues raised in #667
Configuration menu - View commit details
-
Copy full SHA for bb428ac - Browse repository at this point
Copy the full SHA bb428acView commit details -
- Change to using jitpack for clientserver - Fix #679
Configuration menu - View commit details
-
Copy full SHA for df153f6 - Browse repository at this point
Copy the full SHA df153f6View commit details
Commits on Sep 13, 2019
-
Merge pull request #680 from Merudo/clientserverGradle
Change to using jitpack for clientserver. Should fix PR's failing in Travis test.
Configuration menu - View commit details
-
Copy full SHA for c45f55b - Browse repository at this point
Copy the full SHA c45f55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3f2d1 - Browse repository at this point
Copy the full SHA bf3f2d1View commit details -
Merge pull request #678 from Merudo/convertUri
Now supports Windows file paths (and should support Mac & Linux as well) through URLDecoder class.
Configuration menu - View commit details
-
Copy full SHA for 034aa70 - Browse repository at this point
Copy the full SHA 034aa70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63073e8 - Browse repository at this point
Copy the full SHA 63073e8View commit details -
Add propertyType option for getTokens(), improve getTokens() (#677)
- Add new option "propertyType" to conditions in getTokens() - Value can be a single type as string, or an array of types - Simplify getTokens() code by removing the second loop. Now include/exclude is a filter property ("match") - Improve performance of getTokens() by trimming the list continuously instead of constantly filtering the list of all tokens - Close #676
Configuration menu - View commit details
-
Copy full SHA for 358367c - Browse repository at this point
Copy the full SHA 358367cView commit details
Commits on Sep 15, 2019
-
Json, store "null" "false" and "true" as their revelant java type int…
…ernally (#672) * jsonify "null", "true" and "false" into null true and false * fix null handling, using the library Null object * jsonify should be static and public
Configuration menu - View commit details
-
Copy full SHA for 4bfd146 - Browse repository at this point
Copy the full SHA 4bfd146View commit details -
Change getTokens to be much faster with area option (#686)
- Change so overlap is computed explicitely instead of using A* - Much better performance - Solves #683 for "area" but not for "range"
Configuration menu - View commit details
-
Copy full SHA for ca19e89 - Browse repository at this point
Copy the full SHA ca19e89View commit details -
ImagePanel QOL improvements (#691)
- Request only images in view from ImageManager - Trigger repaint() from paint-affecting properties only if property actually changes - Calculate truncated caption heuristically - Improve spacing - Include caption in mouse capture area - Antialias text - Use interpolation when rendering scaled images
Configuration menu - View commit details
-
Copy full SHA for c03c8d5 - Browse repository at this point
Copy the full SHA c03c8d5View commit details -
Fix Manhattan distance, metric distance parameter with iso maps (#690)
- Fix manhattan distance while moving tokens & in distance functions - Fix getDistance, getDistanceToXY, getTokens ignoring metric parameter for isometric maps - Close #688
Configuration menu - View commit details
-
Copy full SHA for f72af71 - Browse repository at this point
Copy the full SHA f72af71View commit details -
Fix json.path functions adding extra / and \ to json objects (#693)
- Fix issue raised in #612
Configuration menu - View commit details
-
Copy full SHA for 4dd3334 - Browse repository at this point
Copy the full SHA 4dd3334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 675d592 - Browse repository at this point
Copy the full SHA 675d592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e34b8e - Browse repository at this point
Copy the full SHA 4e34b8eView commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d68910f - Browse repository at this point
Copy the full SHA d68910fView commit details -
Change getDistance to use explicit closed-form
- Improve speed dramatically while using getTokens() with a distance option - Previous walker-based approach kept as it could be extended to take VBL & terrain into account - Distance returned tested to be the same as previous code - Close #683
Configuration menu - View commit details
-
Copy full SHA for bfc2840 - Browse repository at this point
Copy the full SHA bfc2840View commit details -
Merge pull request #697 from pnichols04/token-context-menu
Resolve #696 Implement dragTheshold in DefaultTool
Configuration menu - View commit details
-
Copy full SHA for 04343f8 - Browse repository at this point
Copy the full SHA 04343f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ee84b - Browse repository at this point
Copy the full SHA e4ee84bView commit details -
Merge pull request #701 from Merudo/closingMaptool
Fix NullPointer exception when closing maptool
Configuration menu - View commit details
-
Copy full SHA for 9b3f42d - Browse repository at this point
Copy the full SHA 9b3f42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b845840 - Browse repository at this point
Copy the full SHA b845840View commit details -
Merge pull request #703 from Merudo/getTokensDistance
Change getDistance to use explicit closed-form
Configuration menu - View commit details
-
Copy full SHA for 3042a13 - Browse repository at this point
Copy the full SHA 3042a13View commit details -
Fix two issues from moving token when "Snap Token While Dragging" is off
- Fix token "jumping" to a different spot once Snap-to-Grid is disabled - Fix getDistance returning incorrect distance with NO_GRID metric - Close #699
Configuration menu - View commit details
-
Copy full SHA for 1129940 - Browse repository at this point
Copy the full SHA 1129940View commit details -
Fix to getDistanceToXY and getDistance with NO_GRID metric
- Change so that getDistanceToXY and getDistance now calculate the distance from the center of the token when the token is large - Add new "pixel" parameter to getDistanceToXY. It indicates if the x,y are for a cell or pixel (pixel: false by default) - pixel false: getDistanceToXY gets the distance from the center of the token to the center of the specified cell - Close #684
Configuration menu - View commit details
-
Copy full SHA for c9e1dca - Browse repository at this point
Copy the full SHA c9e1dcaView commit details -
Merge pull request #707 from Merudo/fixDistanceToXY
Fix to getDistanceToXY and getDistance with NO_GRID metric. Add new pixels parameter to getDistanceToXY.
Configuration menu - View commit details
-
Copy full SHA for 2ddd0a3 - Browse repository at this point
Copy the full SHA 2ddd0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bed1f - Browse repository at this point
Copy the full SHA 92bed1fView commit details -
Merge pull request #704 from Merudo/fixSnapWhileDragging
Fix two issues from moving token when "Snap Token While Dragging" is off
Configuration menu - View commit details
-
Copy full SHA for af87ffa - Browse repository at this point
Copy the full SHA af87ffaView commit details
Commits on Sep 17, 2019
-
- Fix incorrect boolean check - Fix missing CellPoint to ZonePoint conversion
Configuration menu - View commit details
-
Copy full SHA for 31ce650 - Browse repository at this point
Copy the full SHA 31ce650View commit details -
Change volume slider to affect system sounds
- Change system sounds to be affected by volume slider & mute button - Change system sounds to use JavaFX - Close #709
Configuration menu - View commit details
-
Copy full SHA for b3149ae - Browse repository at this point
Copy the full SHA b3149aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e215ad2 - Browse repository at this point
Copy the full SHA e215ad2View commit details -
Merge pull request #712 from Merudo/systemSounds
Change volume slider to affect system sounds
Configuration menu - View commit details
-
Copy full SHA for 6fa1b48 - Browse repository at this point
Copy the full SHA 6fa1b48View commit details -
Fix campaign macro changes not received when connecting to server
- Fix so macro changes are now properly updated to the server - Close #713
Configuration menu - View commit details
-
Copy full SHA for 4d68d97 - Browse repository at this point
Copy the full SHA 4d68d97View commit details -
Merge pull request #714 from Merudo/campaignMacroBug
Fix campaign macro changes not received when connecting to server
Configuration menu - View commit details
-
Copy full SHA for 17e9f13 - Browse repository at this point
Copy the full SHA 17e9f13View commit details
Commits on Sep 18, 2019
-
Fix bug introduced by #707 with default metrics
- Fix bug where the default metric is the user's preferred one instead of the server's. - Function affected: getDistance, getDistanceToXY, getTokens - Fix issue mentioned in #684
Configuration menu - View commit details
-
Copy full SHA for 913b279 - Browse repository at this point
Copy the full SHA 913b279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9c4e0 - Browse repository at this point
Copy the full SHA 1f9c4e0View commit details -
Merge pull request #717 from Merudo/defaultMetric
Fix bug introduced by #707 with default metrics
Configuration menu - View commit details
-
Copy full SHA for d1dcf78 - Browse repository at this point
Copy the full SHA d1dcf78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 611415a - Browse repository at this point
Copy the full SHA 611415aView commit details -
Merge pull request #719 from Merudo/broadcast
Add options "gm-self", "self", & "all" to broadcast
Configuration menu - View commit details
-
Copy full SHA for 306b74f - Browse repository at this point
Copy the full SHA 306b74fView commit details
Commits on Sep 19, 2019
-
Fix getViewArea and getViewCenter returning incorrect pixels
- Change so getViewArea and getViewCenter return the actual pixels as used in setViewArea, for example. - Close #724 Co-Authored-By: Phergus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1ae249 - Browse repository at this point
Copy the full SHA f1ae249View commit details
Commits on Sep 20, 2019
-
Add parameter "players" and "delim" to execLink (#721)
- Add new parameter "players" to execLink. All players specified will have the macro run for them. Default: self. - The parameter "players" can be a string, a list, or json array. Use new delim parameter for list or array (defaults to ","). - execLink also accepts "gm", "gm-self", "self", "all", and "none". - Close #716
Configuration menu - View commit details
-
Copy full SHA for 3221366 - Browse repository at this point
Copy the full SHA 3221366View commit details -
Add scrolling to Select Map menu (#723)
- Add new class "JScrollPopupMenu" to handle scrolling - Class is fully functional but not complete. Other methods relying on indexes of the components should be reimplemented before they are used - Maximum of maps displayed at a time: 20 (scrolling will reveal them all) - Close #356
Configuration menu - View commit details
-
Copy full SHA for 6f0eee5 - Browse repository at this point
Copy the full SHA 6f0eee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f102ef6 - Browse repository at this point
Copy the full SHA f102ef6View commit details -
Merge pull request #725 from Merudo/ZoomPixels
Functions getViewArea and getViewCenter will now return results in unzoomed map pixels.
Configuration menu - View commit details
-
Copy full SHA for 7e4c9d2 - Browse repository at this point
Copy the full SHA 7e4c9d2View commit details -
Add function json.toVars to turn jsonObject into variables
- keys become variable names - values become the content of the variables - Close #591
Configuration menu - View commit details
-
Copy full SHA for c977cf2 - Browse repository at this point
Copy the full SHA c977cf2View commit details -
- Change: parameter "suffixed" is now replaced by "prefix" and "suffix", which can add a prefix and/or suffix to the names. - Change: spaces in keys are now turned into underscore - Change: characters not alpha-numerical other than "." and "_" are deleted from var names - Change: function now return a JSONArray with the variable names
Configuration menu - View commit details
-
Copy full SHA for 93350c3 - Browse repository at this point
Copy the full SHA 93350c3View commit details
Commits on Sep 21, 2019
-
Merge pull request #726 from Merudo/jsonToVars
Add function json.toVars to turn jsonObject into variables
Configuration menu - View commit details
-
Copy full SHA for 97cd6d8 - Browse repository at this point
Copy the full SHA 97cd6d8View commit details
Commits on Sep 22, 2019
-
- Fix javadocs errors; it's now possible to generate the full javaDocs - No actual code changed - Warnings still present, but the errors should be fixed - Close #731
Configuration menu - View commit details
-
Copy full SHA for 7fc8caa - Browse repository at this point
Copy the full SHA 7fc8caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6714c1 - Browse repository at this point
Copy the full SHA b6714c1View commit details -
Update ChangeLog for 1.5.5 release (#736)
First pass.
Configuration menu - View commit details
-
Copy full SHA for dc42563 - Browse repository at this point
Copy the full SHA dc42563View commit details -
More updates to ChangeLog plus updated credits. (#737)
* Update ChangeLog for 1.5.5 release First pass. * Fix ChangeLog and update credits.html Fixed typos and missing linkage in ChangeLog. Updated credits.html file. Issue #735
Configuration menu - View commit details
-
Copy full SHA for a9ae928 - Browse repository at this point
Copy the full SHA a9ae928View commit details
Commits on Sep 23, 2019
-
Changed getInfo("server") macro to use ServerPolicy.toJSON directly (#…
…738) Updated getInfo("server") macro function to pull JSON object from ServerPolicy instead of having duplicated code. Updated ServerPolicy.toJSON() to include isAutoRevealMovement and isUseIndividualFOW.
Configuration menu - View commit details
-
Copy full SHA for 68706c6 - Browse repository at this point
Copy the full SHA 68706c6View commit details
Commits on Sep 26, 2019
-
Junit tests for Json function (#741)
* jsonify "null", "true" and "false" into null true and false * fix null handling, using the library Null object * jsonify should be static and public * json unitary tests * use a resource fiel for json rather that constructed within the test code * spotless on json tests
Configuration menu - View commit details
-
Copy full SHA for dc9d1bb - Browse repository at this point
Copy the full SHA dc9d1bbView commit details -
Merge pull request #744 from RPTools/develop-test
Junit tests for Json function (#741)
Configuration menu - View commit details
-
Copy full SHA for 9cd560a - Browse repository at this point
Copy the full SHA 9cd560aView commit details
Commits on Sep 28, 2019
-
Updated with Issue #670 (#743)
* Update ChangeLog for 1.5.5 release First pass. * Fix ChangeLog and update credits.html Fixed typos and missing linkage in ChangeLog. Updated credits.html file. Issue #735 * Add missing issue 670 Updated with issue 670.
Configuration menu - View commit details
-
Copy full SHA for 19f38b2 - Browse repository at this point
Copy the full SHA 19f38b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1998135 - Browse repository at this point
Copy the full SHA 1998135View commit details -
Merge pull request #747 from JamzTheMan/develop
Update parser to 1.5.5
Configuration menu - View commit details
-
Copy full SHA for 3276698 - Browse repository at this point
Copy the full SHA 3276698View commit details
Commits on Sep 30, 2019
-
Update build.gradle to pull dicelib v1.5.5 (#749)
build.gradle updated to pull in dicelib v1.5.5 Completes issue #746.
Configuration menu - View commit details
-
Copy full SHA for aadac1f - Browse repository at this point
Copy the full SHA aadac1fView commit details -
Due to how the uberJar is packaged, we need to register JAI imageIO for jpeg2000 The same fix was applied to TokenTool for the same issue. Signed-off-by: JamzTheMan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e26e70b - Browse repository at this point
Copy the full SHA e26e70bView commit details -
Merge pull request #752 from JamzTheMan/develop
Fix for jpeg2000 image extraction for PDF's
Configuration menu - View commit details
-
Copy full SHA for 12693b5 - Browse repository at this point
Copy the full SHA 12693b5View commit details
Commits on Oct 2, 2019
-
Updates to Change Log and Credits (#754)
* Update ChangeLog for 1.5.5 release First pass. * Fix ChangeLog and update credits.html Fixed typos and missing linkage in ChangeLog. Updated credits.html file. Issue #735 * Add missing issue 670 Updated with issue 670. * Update ChangeLog and Credits Updated Change Log for issues 731, 746 & 751. Updated MapTool credits with recent contributor and missing `</td>` tags.
Configuration menu - View commit details
-
Copy full SHA for 2c42d3c - Browse repository at this point
Copy the full SHA 2c42d3cView commit details