changelog
This commit is contained in:
parent
715e94c099
commit
00f264a121
|
@ -95,16 +95,12 @@ HttpSession hSession = request.getSession(true);
|
|||
If this is your first time playing, you may wish to read <a href="/">the changelog and list of
|
||||
known issues</a>.
|
||||
</p>
|
||||
<p>Most recent update: 27 and 30 March 2013:</p>
|
||||
<p>Most recent update: 13 April 2013:</p>
|
||||
<ul>
|
||||
<li>The Third Expansion and the PAX East packs, as well as a few more custom cards.</li>
|
||||
<li>Card sets have a description when you hover over them in the options panel.</li>
|
||||
<li>Administrators can send messages that show up in every game chat, so I can do announcements
|
||||
that everybody will see.</li>
|
||||
<li>Increased the game limit to 200.</li>
|
||||
<li>Tweaking other settings to attempt to increase stability with more than 550 users.</li>
|
||||
<li>Fixed bug where inactive card sets were showing. That was just something stupid on my end.
|
||||
</li>
|
||||
<li>Added client-side option to hide game password in the game options area. This is useful for
|
||||
streaming the game and not letting people see the password. ;)</li>
|
||||
<li>Added option to "not use" the idle timer. In reality, it just sets it to about 25 days.</li>
|
||||
<li>Internal cleanups.</li>
|
||||
</ul>
|
||||
<div id="nickbox">
|
||||
Nickname: <input type="text" id="nickname" value="" maxlength="30" />
|
||||
|
|
|
@ -54,6 +54,12 @@ to, for instance, display the number of connected players.
|
|||
</p>
|
||||
<p>Recent Changes:</p>
|
||||
<ul>
|
||||
<li>13 April 2013:<ul>
|
||||
<li>Added client-side option to hide game password in the game options area. This is useful for
|
||||
streaming the game and not letting people see the password. ;)</li>
|
||||
<li>Added option to "not use" the idle timer. In reality, it just sets it to about 25 days.</li>
|
||||
<li>Internal cleanups.</li>
|
||||
</ul></li>
|
||||
<li>30 March 2013:<ul>
|
||||
<li>Increased the game limit to 200.</li>
|
||||
<li>Tweaking other settings to attempt to increase stability with more than 550 users.</li>
|
||||
|
|
Loading…
Reference in New Issue