Mirror of ajanata/PretendYoureXyzzy@github.com
Go to file
Andy Janata d027e0d175 Only show "hand" cursor over cards in your hand, not the entire area. Fixes #34. 2014-02-16 22:40:47 -08:00
.externalToolBuilders move MessageType back inside QueuedMessage since the client doesn't need it 2012-01-12 20:05:39 -08:00
.settings Add code style settings to project. 2012-12-29 13:48:57 -08:00
WebContent Only show "hand" cursor over cards in your hand, not the entire area. Fixes #34. 2014-02-16 22:40:47 -08:00
src Switch to using a ScheduledThreadPoolExecutor instead of a Timer for scheduled tasks. This will allow 2 * CPU count threads to handle background tasks instead of using a single thread, which could cause the server to effectively die if a task gets stuck for some reason. This addresse the symptom of #89, but not the cause (which is yet to be determined). 2014-02-16 00:43:13 -08:00
test/net/socialgamer/cah Switch to using a ScheduledThreadPoolExecutor instead of a Timer for scheduled tasks. This will allow 2 * CPU count threads to handle background tasks instead of using a single thread, which could cause the server to effectively die if a task gets stuck for some reason. This addresse the symptom of #89, but not the cause (which is yet to be determined). 2014-02-16 00:43:13 -08:00
.classpath JRE classpaths on my system changed, this should be compatible anyway 2013-03-26 17:18:06 -07:00
.gitignore .gitignore: build 2011-12-16 16:41:13 -08:00
.project move the js constant updater build tool down after java compile since it needs the new constant file compiled first 2012-01-12 21:33:54 -08:00
README Update README 2013-06-12 22:57:11 -06:00
cah_cards.sql Update cards. 2013-12-08 10:06:02 -08:00

README

Pretend You're Xyzzy, a Cards Against Humanity clone, server and web client. See WebContent/license.html for full details.

Note: This project has only been tested in Tomcat 7 and is known to not work in Tomcat 6 without some finagling. Currently, the only automated way to build is is using the Eclipse project.