mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
* constrain angles on specialized yaw and pitch fields * integrated new Angular Codec into OCM and OCDM of avatar; corrected tests; wrote shortcut for whether a unit is moving (under its own power) * apply clamp * Accessed containers while moving Removed unintentional code duplication outside of conditional.
7 lines
229 B
Scala
7 lines
229 B
Scala
logLevel := Level.Warn
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
|
|
// https://github.com/sbt/sbt-unidoc
|
|
//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|