forked from RPTools/maptool
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebaseing my fork #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix for ConcurrentModificationException
Add new Server Option for GM to Reveal FoW for Unowned Tokens. Add option plus hosting status to output of getInfo("server").
- 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)]
- 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
Add playStream, stopStream, and editStream macro functions for playing/streaming audio.
- 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
Add features to playStream functions
- Fix getStreamProperties to return status "STOPPED" after song finished playing - Change parameters startTime and stopTime to take seconds instead of ms
Fix streams that had finished returning "PLAYING" in getStreamProperties() , change input in ms for start/stop time to secs.
- Icons provided by @JamzTheMan Co-Authored-By: Jamz <jamz@nerps.net>
Adds Volume/Mute controls.
Add optional fadeout to stopStream().
- 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 <jamz@nerps.net>
Add sound icons to the github directory
- 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
- Change to using jitpack for clientserver - Fix #679
Change to using jitpack for clientserver. Should fix PR's failing in Travis test.
Now supports Windows file paths (and should support Mac & Linux as well) through URLDecoder class.
- 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
…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
- Change so overlap is computed explicitely instead of using A* - Much better performance - Solves #683 for "area" but not for "range"
- 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
- Fix manhattan distance while moving tokens & in distance functions - Fix getDistance, getDistanceToXY, getTokens ignoring metric parameter for isometric maps - Close #688
Workaround for #640
- Add optional mapname parameters (defaults to current map) - Add error message for incorrect number of parameters for FindToken functions - Close #867
Add mapname parameter to getTokens and getTokenNames
Change getTokens "mapName" parameter to condition
Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
It now accepts body/payload. This changes the signature of the macro a bit so Wiki update is needed as it no long follows REST.get signature. This fixes an issue where some API's (like GitHub API) require data to be posted in the body. Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
Add metadata to getMacroProps function
Signed-off-by: Lee Foster <Jamz@Nerps.net>
Changed REST.delete to follow post, patch, put format, fixes #874
Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
Adds ISO Formatted time with UTC offset
Fixes #775. Strings were being returned with quotes.
Release 1.5.7-rc.2
* Update CHANGE_LOG.md * Update CHANGE_LOG.md Added info on 831 and 883. Cleanup.
Mac accelerator key fix for #883
Release 1.5.7 back to master.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.