# HG changeset patch # User Steve Losh # Date 1470440578 0 # Node ID 0a91aacc856804bc4c0c8ba1b8696cb223fdd9e9 # Parent e4beec1ba06113212c4a4d5dd20d29fe49ba7bff Update diff -r e4beec1ba061 -r 0a91aacc8568 README.markdown --- a/README.markdown Fri Aug 05 16:26:53 2016 +0000 +++ b/README.markdown Fri Aug 05 23:42:58 2016 +0000 @@ -59,6 +59,7 @@ [lispjamaugust16]: https://itch.io/jam/august-2016-lisp-game-jam [Silt2]: http://bitbucket.org/sjl/silt2 [cl-ecs]: https://github.com/lispgames/cl-ecs +[cl-losh]: http://bitbucket.org/sjl/cl-losh ## June 2016 @@ -1036,3 +1037,6 @@ * More work on [Silt2][]. Revamped the entity component system a bit to make it a lot more performant. Happy with the progress so far. +* Finally got around to consolidating all my `utils.lisp` files in various + projects into [my own personal utility library][cl-losh], because the world + definitely needs another one of those.