22490f5b5793
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 10 Aug 2016 16:26:05 +0000 |
parents | d5982fff357c |
children | 3ae99e416572 |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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][].