This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 5df9978a05c0dde330ee38b9e64b9cfdf345beef
Author: Simon McVittie <s...@debian.org>
Date:   Fri Oct 14 01:07:54 2016 +0100

    Launcher: add --quiet option, ignoring it for now
    
    This is necessary to make Team Arena work.
---
 runtime/launcher.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/runtime/launcher.py b/runtime/launcher.py
index e0f695e..5b36f7a 100755
--- a/runtime/launcher.py
+++ b/runtime/launcher.py
@@ -190,6 +190,8 @@ class Launcher:
                 help='expansion to launch')
         parser.add_argument('--smp', default=False, action='store_true',
                 help='use a multi-threaded game engine, if supported')
+        parser.add_argument('--quiet', default=False, action='store_true',
+                help='silence console logging, if supported')
         parser.add_argument('arguments', nargs='*',
                 help='arguments for the launched game')
         self.args = parser.parse_args(argv)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/game-data-packager.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to