-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a lot bugs, improved sound handling, pure search term added
- Loading branch information
Showing
23 changed files
with
701 additions
and
640 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,85 @@ | ||
######################################################################## | ||
# search | ||
######################################################################## | ||
manual.search.prefix=tmpsc nobo online | ||
automated.search.prefix=tmpsc bo online | ||
manual.search.prefix=tmpsc bo online | ||
|
||
automated.search.wait.minutes=15 | ||
automated.search.inbetween.wait.seconds=15 | ||
|
||
# restart to apply | ||
automated.search.enabled=true | ||
|
||
######################################################################## | ||
# sound | ||
######################################################################## | ||
# can be mp3, can be full path, e.g. C:/Windows/Media/chimes.wav (do not use backlash) | ||
automated.search.sound.filename=notification.wav | ||
# valid values: 0.0 to 1.0 | ||
automated.search.sound.volume=0.8 | ||
# valid values: | ||
# EACH_SEARCH - every search will play a sound if items are found for that search | ||
# ONCE - sound is only played once if the items are found for all the searches | ||
automated.search.sound.mode=ONCE | ||
|
||
######################################################################## | ||
# blacklist | ||
######################################################################## | ||
# comma separated values | ||
automated.search.blacklist= | ||
manual.search.blacklist= | ||
automated.search.blacklist= | ||
manual.search.blacklist= | ||
|
||
# experimental | ||
######################################################################## | ||
# auto-verify | ||
# enabling this will make your search slower | ||
# note that right-click on manual tab will run verify individually | ||
automated.auto.verify=true | ||
# note that right-click on manual tab will run verify individually | ||
######################################################################## | ||
automated.auto.verify=true | ||
manual.auto.verify=false | ||
automated.auto.verify.wait.millisec=5000 | ||
manual.auto.verify.wait.millisec=5000 | ||
|
||
# look and feel | ||
# see the ff for screenshots: | ||
# http://insubstantial.github.io/insubstantial/substance/docs/skins/toneddown.html | ||
# http://insubstantial.github.io/insubstantial/substance/docs/skins/dark.html | ||
|
||
# available substance look n feel: | ||
lookandfeel=org.pushingpixels.substance.api.skin.SubstanceDustLookAndFeel | ||
|
||
# org.pushingpixels.substance.api.skin.SubstanceAutumnLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceBusinessBlackSteelLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceBusinessBlueSteelLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceBusinessLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceCeruleanLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceChallengerDeepLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceCremeCoffeeLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceCremeLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceDustCoffeeLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceDustLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceEmeraldDuskLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceGeminiLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceGraphiteAquaLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceGraphiteGlassLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceGraphiteLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceMagellanLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceMarinerLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceMistAquaLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceMistSilverLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceModerateLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceNebulaBrickWallLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceNebulaLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceOfficeBlack2007LookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceOfficeBlue2007LookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceOfficeSilver2007LookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceRavenLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceSaharaLookAndFeel | ||
# org.pushingpixels.substance.api.skin.SubstanceTwilightLookAndFeel | ||
######################################################################## | ||
# Look and Feel | ||
######################################################################## | ||
lookandfeel=SubstanceDustLookAndFeel | ||
|
||
# Other choices: | ||
|
||
# SubstanceAutumnLookAndFeel | ||
# SubstanceBusinessBlackSteelLookAndFeel | ||
# SubstanceBusinessBlueSteelLookAndFeel | ||
# SubstanceBusinessLookAndFeel | ||
# SubstanceCeruleanLookAndFeel | ||
# SubstanceChallengerDeepLookAndFeel | ||
# SubstanceCremeCoffeeLookAndFeel | ||
# SubstanceCremeLookAndFeel | ||
# SubstanceDustCoffeeLookAndFeel | ||
# SubstanceDustLookAndFeel | ||
# SubstanceEmeraldDuskLookAndFeel | ||
# SubstanceGeminiLookAndFeel | ||
# SubstanceGraphiteAquaLookAndFeel | ||
# SubstanceGraphiteGlassLookAndFeel | ||
# SubstanceGraphiteLookAndFeel | ||
# SubstanceMagellanLookAndFeel | ||
# SubstanceMarinerLookAndFeel | ||
# SubstanceMistAquaLookAndFeel | ||
# SubstanceMistSilverLookAndFeel | ||
# SubstanceModerateLookAndFeel | ||
# SubstanceNebulaBrickWallLookAndFeel | ||
# SubstanceNebulaLookAndFeel | ||
# SubstanceOfficeBlack2007LookAndFeel | ||
# SubstanceOfficeBlue2007LookAndFeel | ||
# SubstanceOfficeSilver2007LookAndFeel | ||
# SubstanceRavenLookAndFeel | ||
# SubstanceSaharaLookAndFeel | ||
# SubstanceTwilightLookAndFeel | ||
# com.sun.java.swing.plaf.windows.WindowsLookAndFeel | ||
|
||
# enable look and feel to skin title bars | ||
# this might cause flickering on non-windows - http://bugs.java.com/bugdatabase/view_bug.do?bug_id=5079688 | ||
lookandfeel.decorated.enabled=true | ||
lookandfeel.decorated.enabled=true | ||
|
||
# see the ff for screenshots on substance look and feel: | ||
# http://insubstantial.github.io/insubstantial/substance/docs/skins/toneddown.html | ||
# http://insubstantial.github.io/insubstantial/substance/docs/skins/dark.html |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ ring 25wed 60life | |
1hsword 30flatphys | ||
2hsword 100ipd 20flatphys | ||
mirror | ||
2haxe 450pdps |
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
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
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
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
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
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
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
Oops, something went wrong.