Skip to content

Commit

Permalink
Snowberry: Use -loglevel instead of the incremental -v option
Browse files Browse the repository at this point in the history
Added the Trace level as a choice for verbose messages.
  • Loading branch information
skyjake committed Jul 1, 2013
1 parent 8222e4b commit 0d0165a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 42 deletions.
21 changes: 21 additions & 0 deletions snowberry/conf/Zcommon-doomsday.conf
@@ -0,0 +1,21 @@
# Common Doomsday Engine Settings
# (to be read after the other *doomsday.conf files)

group developer-options
(
choice verbosity (
default: none
alts <
none,
devel,
extra,
trace >
opts <
"",
"-loglevel verbose",
"-loglevel debug",
"-loglevel trace" >
)

text custom-cmdline ()
)
12 changes: 0 additions & 12 deletions snowberry/conf/doomsday.conf
Expand Up @@ -181,15 +181,3 @@ group input-options
default: no
)
)


group developer-options
(
choice verbosity (
default: none
alts < none, devel, extra >
opts < "", "-v", "-v -v" >
)

text custom-cmdline ()
)
12 changes: 0 additions & 12 deletions snowberry/conf/osx-doomsday.conf
Expand Up @@ -163,15 +163,3 @@ group input-options
default: no
)
)


group developer-options
(
choice verbosity (
default: none
alts < none, devel, extra >
opts < "", "-v", "-v -v" >
)

text custom-cmdline ()
)
12 changes: 0 additions & 12 deletions snowberry/conf/x-doomsday.conf
Expand Up @@ -158,15 +158,3 @@ group input-options
default: no
)
)


group developer-options
(
choice verbosity (
default: none
alts < none, devel, extra >
opts < "", "-v", "-v -v" >
)

text custom-cmdline ()
)
5 changes: 3 additions & 2 deletions snowberry/lang/english.lang
Expand Up @@ -436,8 +436,9 @@ disable-joystick: Disable joystick

verbosity: Verbose messages
verbosity-none: No
verbosity-devel: Level 1
verbosity-extra: Level 2
verbosity-devel: Level 1 (verbose)
verbosity-extra: Level 2 (debug)
verbosity-trace: Level 3 (trace; most verbose)

custom-cmdline: Custom options

Expand Down
9 changes: 5 additions & 4 deletions snowberry/lang/finnish.lang
Expand Up @@ -266,10 +266,11 @@ disable-win-sys-keys: Poista Windows-j
disable-mouse: Poista hiiri
disable-joystick: Poista joystick

verbosity: Verboosit viestit
verbosity-none: Ei
verbosity-devel: Taso 1
verbosity-extra: Taso 2
verbosity: Lokiviestien suodatus
verbosity-none: Normaali
verbosity-devel: Taso 1 (Verbose)
verbosity-extra: Taso 2 (Debug)
verbosity-trace: Taso 3 (Trace)

custom-cmdline: Omat valinnat

Expand Down

0 comments on commit 0d0165a

Please sign in to comment.