upgrade vendors and enable elo inflation

This commit is contained in:
Thibault Duplessis 2012-06-20 14:36:45 +02:00
parent ed3986aab3
commit 424e3f3c93
3 changed files with 4 additions and 5 deletions

View file

@ -69,7 +69,7 @@ final class RoundEnv(
eloCalculator = eloCalculator,
finisherLock = finisherLock)
lazy val eloCalculator = new chess.EloCalculator
lazy val eloCalculator = new chess.EloCalculator(true)
lazy val finisherLock = new FinisherLock(timeout = FinisherLockTimeout)

View file

@ -13,15 +13,15 @@ trait Resolvers {
}
trait Dependencies {
val scalachess = "com.github.ornicar" %% "scalachess" % "1.13"
val scalachess = "com.github.ornicar" %% "scalachess" % "1.14"
val scalaz = "org.scalaz" %% "scalaz-core" % "6.0.4"
val specs2 = "org.specs2" %% "specs2" % "1.9.2"
val specs2 = "org.specs2" %% "specs2" % "1.11"
val casbah = "com.mongodb.casbah" %% "casbah" % "2.1.5-1"
val salat = "com.novus" %% "salat-core" % "0.0.8-SNAPSHOT"
val scalalib = "com.github.ornicar" %% "scalalib" % "1.36"
val config = "com.typesafe" % "config" % "0.4.0"
val json = "com.codahale" %% "jerkson" % "0.5.0"
val guava = "com.google.guava" % "guava" % "11.0.2"
val guava = "com.google.guava" % "guava" % "12.0"
val apache = "org.apache.commons" % "commons-lang3" % "3.1"
val scalaTime = "org.scala-tools.time" %% "time" % "0.5"
val slf4jNop = "org.slf4j" % "slf4j-nop" % "1.6.4"

1
todo
View file

@ -14,7 +14,6 @@ tournaments http://www.chess.com/tournaments/help.html
cheater slash timeline
best game(s) to watch
use twitter tooltip instead of tipsy http://twitter.github.com/bootstrap/javascript.html#tooltip
make some elo inflation
volume control
board on side
check(mate) sound