corrade-vassal – Diff between revs 5 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 7
Line -... Line 1...
-   1 ///////////////////////////////////////////////////////////////////////////
-   2 // Copyright (C) Wizardry and Steamworks 2015 - License: GNU GPLv3 //
-   3 // Please see: http://www.gnu.org/licenses/gpl.html for legal details, //
-   4 // rights of fair usage, the disclaimer and warranty conditions. //
-   5 ///////////////////////////////////////////////////////////////////////////
-   6  
1 using System; 7 using System;
2 using System.Collections.Generic; 8 using System.Collections.Generic;
3 using System.ComponentModel; 9 using System.ComponentModel;
4 using System.IO; 10 using System.IO;
5 using System.Linq; 11 using System.Linq;
6 using System.Text; 12 using System.Text;
Line 65... Line 71...
65 private List<Filter> _inputFilters = new List<Filter>(); 71 private List<Filter> _inputFilters = new List<Filter>();
66 private List<Filter> _outputFilters = new List<Filter>(); 72 private List<Filter> _outputFilters = new List<Filter>();
67 private string _vigenereSecret = string.Empty; 73 private string _vigenereSecret = string.Empty;
68 private uint _teleportTimeout = 30000; 74 private uint _teleportTimeout = 30000;
69 private uint _dataTimeout = 15000; 75 private uint _dataTimeout = 15000;
70 private uint _regionRestartDelay = 120000; 76 private uint _regionRestartDelay = 120;
Line 71... Line 77...
71   77  
72 public string Group 78 public string Group
73 { 79 {
74 get 80 get