# HG changeset patch # User Steve Losh # Date 1470846365 0 # Node ID 22490f5b57935345533c98098430b8f4cdc078b9 # Parent d5982fff357cc58709a58a4c7a7d673e43e79166 Update diff -r d5982fff357c -r 22490f5b5793 README.markdown --- a/README.markdown Wed Aug 10 16:09:41 2016 +0000 +++ b/README.markdown Wed Aug 10 16:26:05 2016 +0000 @@ -61,6 +61,7 @@ [cl-ecs]: https://github.com/lispgames/cl-ecs [cl-losh]: http://bitbucket.org/sjl/cl-losh [DCSS]: https://crawl.develz.org/ +[beast]: http://bitbucket.org/sjl/beast ## June 2016 @@ -1069,6 +1070,8 @@ * Pretty much wrapping up [Silt2][]. Just need to balance it a bit and write up a little blog post and call it done. +* Split out the entity/aspect/system stuff from Silt into its own library called + [beast][] ("Basic Entity/Aspect/System Toolkit"). ### 2016-08-09 @@ -1080,3 +1083,4 @@ * Added a [Links page](http://stevelosh.com/links/) to my website. I've been meaning to do this for a while. It's going to be a place for me to dump links to blogs/etc that I want to remember to check every now and then. +* Fixed the system redefinition clobbering bug in [beast][].