automatic commit - 25-11-2022
This commit is contained in:
@@ -2,15 +2,14 @@
|
||||
; Image Modules. There are 2 modules managed by VISION:
|
||||
; 1: Internal modules (in VISION's prg file)
|
||||
; 2: zView LDG modules
|
||||
; 3: zView IM modules
|
||||
; 4: zView SLB modules
|
||||
; Global defines a generic rule for all image formats
|
||||
; Some examples:
|
||||
; Some example:
|
||||
; Global=2,1
|
||||
; --> Prefer zView plugins to load images
|
||||
; Global=1
|
||||
; --> Only use VISION's internal modules to load images
|
||||
; By default VISION will prefer its own modules and fall back to zView plugin if not supported
|
||||
; By default VISION will prefer its own modules and fall back to zView IM then LDG plugin if not supported:
|
||||
[Img Priorities]
|
||||
Global = 1,2
|
||||
Global = 1,3,2
|
||||
|
||||
[SlideShow]
|
||||
DisplayProg = 1
|
||||
@@ -35,14 +34,15 @@ HandleLock = 0
|
||||
UseDSP = 0
|
||||
|
||||
[Folders]
|
||||
zvLDG =
|
||||
LDV =
|
||||
Album =
|
||||
Filters =
|
||||
DSP =
|
||||
Images =
|
||||
Temp =
|
||||
Languages =
|
||||
zvLDG = C:\tools\vision\zvLDG
|
||||
LDV = C:\tools\vision\LDV
|
||||
Album = C:\tools\vision
|
||||
Filters = C:\tools\vision\FILTRES
|
||||
DSP = C:\tools\vision\DSP
|
||||
Images = C:\tools\vision
|
||||
Temp = C:\tools\vision\TEMP
|
||||
Languages = C:\tools\vision\LANGUES
|
||||
ImgMod = C:\GEMSYS\IMGMOD
|
||||
|
||||
[Logging]
|
||||
; LoggingFlags:
|
||||
@@ -61,7 +61,7 @@ Languages =
|
||||
; TMP2 $000008
|
||||
; TMP1 $000004
|
||||
; Unsed bits can be set to 0 or 1
|
||||
LoggingFlags = 1ff900f
|
||||
LoggingFlags = 1ff9000
|
||||
LoggingFile = vision.log
|
||||
; FlushFreq is used to avoid flushing log to disk
|
||||
; For every log request:
|
||||
@@ -76,8 +76,6 @@ LoggingFlushFreq = 1
|
||||
PreviewDstSize = 640
|
||||
; PreviewSrcSize to 0 will simply show only result of LDV
|
||||
PreviewSrcSize = 0
|
||||
MePriority = 0
|
||||
ShowPerf = 0
|
||||
; You can hide processors to LDV (e.g. for testing)
|
||||
Hide030 = 0
|
||||
HideFPU = 0
|
||||
@@ -88,12 +86,6 @@ SnapKeyDirect = 652f
|
||||
SnapKeyViaConfig = 662a
|
||||
SnapFlags = 1
|
||||
|
||||
[Log]
|
||||
; Pretty misnamed here, it's just a facility to generate a slide show file (.vss)
|
||||
; By loading pictures
|
||||
LogFlags = 0
|
||||
LogFile =
|
||||
|
||||
[Graphics]
|
||||
PColor = 1
|
||||
PHeight = 16
|
||||
@@ -124,6 +116,8 @@ TWCar = 7
|
||||
MaskOutside = 0
|
||||
EraserForm = 0
|
||||
WriteMode = 1
|
||||
; Here is the thickness list mapped to Control-1 to Control-9
|
||||
Thickness = 1,4,7,10,14,18,22,26,30
|
||||
|
||||
[Real Time Zoom]
|
||||
RTHeight = 128
|
||||
@@ -154,7 +148,7 @@ FullScreen = 0
|
||||
DisplayToolBar = 1
|
||||
SplashWindow = 0
|
||||
DitherAuto = 1
|
||||
HelpBubbles = 1
|
||||
HelpBubbles = 0
|
||||
Language = ENGLISH
|
||||
; RSRC choice for loading resources
|
||||
; -1: Auto (default)
|
||||
@@ -162,3 +156,19 @@ Language = ENGLISH
|
||||
; 1: Use regular rsrc provided by AES
|
||||
; -1 should work always but TC32 on a Falcon+Radeon card
|
||||
RsrcChoice = -1
|
||||
HexDumpOnError = 1
|
||||
ShowIBrowser = 1
|
||||
|
||||
[Update]
|
||||
Choice = 1
|
||||
LastCheck = 0
|
||||
MinCheck = 604800
|
||||
TrustedCAFile =
|
||||
; TrustedCAFile must be filled-in only if https is enforced (yes http://vision2.atari.org redirects to a https website)
|
||||
; cacert.pem must be in VISION's folder, cacert.pem can be found at https://curl.se/docs/caextract.html or https://github.com/freemint/git/releases/download/v2.11.0-m68k/certs.tar.bz2
|
||||
; TrustedCAFile must point to a file which contains RootCA for Let's Encrypt
|
||||
; If TrustedCAFile is empty, curl can still use https but in "insecure mode" (curl does not check against server certificate)
|
||||
; By default, wget (http only) is defined
|
||||
Enabled = 1
|
||||
Updater = wget
|
||||
URL = http://vision.atari.org/vupdate/staging/
|
||||
|
||||
Reference in New Issue
Block a user