From 83eaf8628a66ead458936032c97aa5f326790361 Mon Sep 17 00:00:00 2001
From: Andy Janata
Date: Sat, 13 Apr 2013 17:31:47 -0700
Subject: [PATCH] changelog
---
WebContent/game.jsp | 7 ++++++-
WebContent/index.jsp | 7 +++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/WebContent/game.jsp b/WebContent/game.jsp
index 8e8a252..a221e83 100644
--- a/WebContent/game.jsp
+++ b/WebContent/game.jsp
@@ -95,12 +95,17 @@ HttpSession hSession = request.getSession(true);
If this is your first time playing, you may wish to read the changelog and list of
known issues.
-
Most recent update: 13 April 2013:
+
Most recent updates: 13 and 14 April 2013:
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. ;)
Added option to "not use" the idle timer. In reality, it just sets it to about 25 days.
Internal cleanups.
+
Fixed the game list sometimes showing the same game over and over, and not loading the list
+ of card sets to display in game options.
+
Made game list cards bigger, and fixed HTML entities displayed in them.
+
Fixed even-numbered rows in the scoreboard not using the correct background color when
+ displaying that the person won.
Nickname:
diff --git a/WebContent/index.jsp b/WebContent/index.jsp
index f4ba381..f312766 100644
--- a/WebContent/index.jsp
+++ b/WebContent/index.jsp
@@ -54,6 +54,13 @@ to, for instance, display the number of connected players.
Recent Changes:
+
14 April 2013:
+
Fixed the game list sometimes showing the same game over and over, and not loading the list
+ of card sets to display in game options.
+
Made game list cards bigger, and fixed HTML entities displayed in them.
+
Fixed even-numbered rows in the scoreboard not using the correct background color when
+ displaying that the person won.
+
13 April 2013:
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. ;)