Mirror of ajanata/PretendYoureXyzzy@github.com
Go to file
Andy Janata 3ba14f079c Skip blank text segments on cards from Cardcast, and skip white cards that are entirely blank 2015-09-12 09:16:40 -07:00
.externalToolBuilders move MessageType back inside QueuedMessage since the client doesn't need it 2012-01-12 20:05:39 -08:00
.settings update eclipse settings so it can deal with jsp files properly 2015-02-21 18:10:38 -08:00
WebContent Repackage timer tasks. Add new timer task to broadcast game list updates every 60 seconds instead of every time a game changes (massive bandwidth use). Change chat rate limit from 5 per 10 sec to 6 per 30 sec. 2015-05-03 13:52:05 -07:00
src Skip blank text segments on cards from Cardcast, and skip white cards that are entirely blank 2015-09-12 09:16:40 -07:00
.classpath Maven support. 2015-02-14 00:24:38 -08:00
.gitignore Maven support. 2015-02-14 00:24:38 -08:00
.project update eclipse settings so it can deal with jsp files properly 2015-02-21 18:10:38 -08:00
README Update README 2013-06-12 22:57:11 -06:00
build.properties.example Use hibernate second-level cache when loading card sets on initial page load. Room for improvement here by using a more production-ready cache provider, but the immediate need is to not crash the database server under crush load. 2015-02-28 11:58:47 -08:00
cah_cards.sql update sql dump 2015-02-15 12:26:13 -08:00
pom.xml remove local jars and add missing dependency to pom 2015-02-15 17:50:31 -08:00
pyx.sqlite sqlite support for local cards 2015-02-15 17:29:45 -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.