# HG changeset patch # User Steve Losh # Date 1473869662 0 # Node ID 11be2ab12ce844d20d132c792f5fb6626070fae1 # Parent 44e1cb455c59a36d37ac9f4c989bbe87a3f852a1 Update diff -r 44e1cb455c59 -r 11be2ab12ce8 README.markdown --- a/README.markdown Wed Sep 14 15:22:47 2016 +0000 +++ b/README.markdown Wed Sep 14 16:14:22 2016 +0000 @@ -1372,3 +1372,7 @@ * Fixed a bug in my hacky [documentation generator][cl-d-api]. * Minor feature addition to [cl-ggp][] to make my life easier. +* Tore out the socket communication stuff from [Scully][]. It's more complexity + that doesn't help my actual goal for the project, so out it goes. +* Implemented the basic vanilla GDL random player for [Scully][]. Shaved + a couple of yaks along the way, but now it's running in ABCL properly.