PretendYoureXyzzy/WebContent
Andy Janata 638fac780a Remove several game list refresh broadcasts:
- never broadcast when a player joins a game (unless it's a new game)
 - removed a duplicate broadcast in this situation as well
- never broadcast when a player leaves a game (unless the game no longer exists)
- never broadcast when a game's options change (unless the state of it having or having not a password changes)
- DO broadcast when a game resets to the lobby state (we were broadcasting when a game started but not when it ended)

In an effort to reduce deadlocks, do not actually hold a lock over the list of players in a game and instead make a copy into an array for looping, in several locations.
2013-08-07 08:01:47 +01:00
..
META-INF initial commit 2011-12-16 16:39:52 -08:00
WEB-INF Fix up web.xml config 2013-06-11 00:08:21 +12:00
images - User preferences. Can turn off (dis)connect messages except for kicks/bans (fixes #9), and can ignore chat from specific users (except admins). Also remembers the user's name. All of these are stored in js cookies. 2012-10-11 21:18:40 -07:00
js Fix logout error handler 2013-06-11 00:09:31 +12:00
addcard.jsp add watermark to add card page 2013-03-26 18:06:43 -07:00
admin.jsp update vsTerminus's IP address for admin, and fix cardsets.jsp for new jquery version 2012-12-07 18:46:46 -08:00
analytics.jsp add google analytics. why did I wait so long? 2012-09-22 07:51:23 -07:00
cah.css Fix z-index for game options so you can actually click into the password field when there are a lot of cardsets. 2013-07-20 11:11:01 -07:00
cardsets.jsp Support for sort weights for card sets. 2013-04-27 23:10:56 -07:00
game.jsp Remove several game list refresh broadcasts: 2013-08-07 08:01:47 +01:00
index.jsp Remove several game list refresh broadcasts: 2013-08-07 08:01:47 +01:00
jquery-ui.css - User preferences. Can turn off (dis)connect messages except for kicks/bans (fixes #9), and can ignore chat from specific users (except admins). Also remembers the user's name. All of these are stored in js cookies. 2012-10-11 21:18:40 -07:00
license.html change github url 2012-03-15 11:15:28 -07:00
stats.jsp comment ALL the files! 2012-02-06 14:00:24 -08:00
viewcards.jsp Make the View Cards page actually respect card set weight. 2013-04-27 23:23:32 -07:00