Skip to content

Commit

Permalink
#681 Set External Timing and Default MS of 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyLuke committed Sep 2, 2020
1 parent 1804929 commit aa198f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ ignore:
- GSE/Lib2/LibDBIcon-1.0/LibStub
- GSE/Lib2/LibDBIcon-1.0/LibDBIcon-1.0.toc
- GSE/Lib2/LibDBIcon-1.0/embeds.xml

- App

wowi-archive-previous : no
2 changes: 2 additions & 0 deletions GSE/API/InitialOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function GSE.SetDefaultOptions()
GSEOptions.DefaultImportAction = "MERGE"
GSEOptions.UseWLMExportFormat = true
GSEOptions.PromptSample = true
GSEOptions.useExternalMSTimings = true
GSEOptions.msClickRate = 100
GSEOptions.showMiniMap = {
hide = true
}
Expand Down
6 changes: 6 additions & 0 deletions GSE/API/OneOffEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ end
function GSE.Update2305()
if GSE.isEmpty(GSEOptions.Update2305) then
GSEOptions.UseWLMExportFormat = true
if GSE.isEmpty(GSEOptions.useExternalMSTimings) then
GSEOptions.useExternalMSTimings = true
end
if GSE.isEmpty(GSEOptions.msClickRate) then
GSEOptions.msClickRate = 100
end
end
GSEOptions.Update2305 = true
end
Expand Down
2 changes: 1 addition & 1 deletion GSE/GSE.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface: 90001
#@end-retail@
#@non-retail@
# ## Interface: 11304
# ## Interface: 11305
#@end-non-retail@
## Title: |cff0000FFGSE2:|r |cFF00D1FFGnome Sequencer Enhanced|r
## Notes: Allows you to execute a sequence of macros without stopping on unusable spells.
Expand Down

0 comments on commit aa198f6

Please sign in to comment.