# HG changeset patch
# User Steve Losh
# Date 1478610332 0
# Node ID ed6e2187a5fabea11ef5bccfc36ebc7f2117c1cf
# Parent 6da20bc6b4fd4ed3edc1b4c716b1c8c1e3455da9
beast: Update site.
diff -r 6da20bc6b4fd -r ed6e2187a5fa beast/_dmedia/pygments-clean.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/beast/_dmedia/pygments-clean.css Tue Nov 08 13:05:32 2016 +0000
@@ -0,0 +1,61 @@
+/* @override http://localhost:8080/media/css/pygments-monokai-light.css */
+div.codehilite .hll { background-color: #49483e }
+/* div.codehilite .err { color: #fff; background-color: #f00 } /1* Error *1/ */
+div.codehilite .err { color: #111; } /* Error */
+div.codehilite .k { color: #111} /* Keyword */
+div.codehilite .l { color: #111 } /* Literal */
+div.codehilite .n { color: #111 } /* Name */
+div.codehilite .o { color: #111 } /* Operator */
+div.codehilite .p { color: #111 } /* Punctuation */
+div.codehilite .c { color: #714678; font-style: italic; font-weight: bold; } /* Comment */
+div.codehilite .cm { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Multiline */
+div.codehilite .cp { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Preproc */
+div.codehilite .c1 { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Single */
+div.codehilite .cs { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Special */
+div.codehilite .ge { font-style: italic } /* Generic.Emph */
+div.codehilite .gs { font-weight: bold } /* Generic.Strong */
+div.codehilite .kc { color: #111 } /* Keyword.Constant */
+div.codehilite .kd { color: #111 } /* Keyword.Declaration */
+div.codehilite .kn { color: #111 } /* Keyword.Namespace */
+div.codehilite .kp { color: #111 } /* Keyword.Pseudo */
+div.codehilite .kr { color: #111 } /* Keyword.Reserved */
+div.codehilite .kt { color: #111 } /* Keyword.Type */
+div.codehilite .ld { color: #111 } /* Literal.Date */
+div.codehilite .m { color: #111 } /* Literal.Number */
+div.codehilite .s { color: #111; font-style: italic; } /* Literal.String */
+div.codehilite .na { color: #111 } /* Name.Attribute */
+div.codehilite .nb { color: #111 } /* Name.Builtin */
+div.codehilite .nc { color: #111 } /* Name.Class */
+div.codehilite .no { color: #111 } /* Name.Constant */
+div.codehilite .nd { color: #111 } /* Name.Decorator */
+div.codehilite .ni { color: #111 } /* Name.Entity */
+div.codehilite .ne { color: #111 } /* Name.Exception */
+div.codehilite .nf { color: #111} /* Name.Function */
+div.codehilite .nl { color: #111 } /* Name.Label */
+div.codehilite .nn { color: #111} /* Name.Namespace */
+div.codehilite .nx { color: #111 } /* Name.Other */
+div.codehilite .py { color: #111 } /* Name.Property */
+div.codehilite .nt { color: #111 } /* Name.Tag */
+div.codehilite .nv { color: #111 } /* Name.Variable */
+div.codehilite .ow { color: #111 } /* Operator.Word */
+div.codehilite .w { color: #111 } /* Text.Whitespace */
+div.codehilite .mf { color: #111 } /* Literal.Number.Float */
+div.codehilite .mh { color: #111 } /* Literal.Number.Hex */
+div.codehilite .mi { color: #111 } /* Literal.Number.Integer */
+div.codehilite .mo { color: #111 } /* Literal.Number.Oct */
+div.codehilite .sb { color: #111 } /* Literal.String.Backtick */
+div.codehilite .sc { color: #111 } /* Literal.String.Char */
+div.codehilite .sd { color: #111 } /* Literal.String.Doc */
+div.codehilite .s2 { color: #111 } /* Literal.String.Double */
+div.codehilite .se { color: #111 } /* Literal.String.Escape */
+div.codehilite .sh { color: #111 } /* Literal.String.Heredoc */
+div.codehilite .si { color: #111 } /* Literal.String.Interpol */
+div.codehilite .sx { color: #111 } /* Literal.String.Other */
+div.codehilite .sr { color: #111 } /* Literal.String.Regex */
+div.codehilite .s1 { color: #111 } /* Literal.String.Single */
+div.codehilite .ss { color: #111 } /* Literal.String.Symbol */
+div.codehilite .bp { color: #111 } /* Name.Builtin.Pseudo */
+div.codehilite .vc { color: #111 } /* Name.Variable.Class */
+div.codehilite .vg { color: #111 } /* Name.Variable.Global */
+div.codehilite .vi { color: #111 } /* Name.Variable.Instance */
+div.codehilite .il { color: #111 } /* Literal.Number.Integer.Long */
diff -r 6da20bc6b4fd -r ed6e2187a5fa beast/changelog/index.html
--- a/beast/changelog/index.html Mon Nov 07 00:01:29 2016 +0000
+++ b/beast/changelog/index.html Tue Nov 08 13:05:32 2016 +0000
@@ -3,7 +3,7 @@
Changelog / beast
-
+
diff -r 6da20bc6b4fd -r ed6e2187a5fa beast/index.html
--- a/beast/index.html Mon Nov 07 00:01:29 2016 +0000
+++ b/beast/index.html Tue Nov 08 13:05:32 2016 +0000
@@ -3,7 +3,7 @@
beast
-
+
@@ -15,6 +15,11 @@
Beast is a B asic E ntity/A spect/S ystem T oolkit for Common
Lisp. It's a thin layer of sugar over CLOS that makes it easy to write flexible
objects for video games.
+Beast can be installed with Quicklisp :
+
+
+
Check out the Overview for a three-minute description of what
this is, or the Usage for a full rundown.
The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
-Further testing is welcome.
Table of Contents Installation Overview Usage API Reference Changelog
+Further testing is welcome.
Table of Contents Overview Usage API Reference Changelog
Made with Lisp and love by Steve Losh in Reykjavík, Iceland.
diff -r 6da20bc6b4fd -r ed6e2187a5fa beast/reference/index.html
--- a/beast/reference/index.html Mon Nov 07 00:01:29 2016 +0000
+++ b/beast/reference/index.html Tue Nov 08 13:05:32 2016 +0000
@@ -3,7 +3,7 @@
API Reference / beast
-
+
@@ -26,11 +26,7 @@
DEFINE-ENTITY (macro)
DEFINE-SYSTEM (macro)
DESTROY-ENTITY (function)
-ENTITY (class)
-
+ENTITY (class)
ENTITY-CREATED (generic function)
ENTITY-DESTROYED (generic function)
MAP-ENTITIES (function)
@@ -142,19 +138,6 @@
been destroyed and unindexed.
ENTITY
(class)
A single entity in the game world.
-Slot ID
-
-Allocation: :INSTANCE
-Initform: (INCF BEAST::*ENTITY-ID-COUNTER*)
-Reader: ENTITY-ID
-
-The unique ID of the entity. This may go away in the future.
-Slot %BEAST/ASPECTS
-
-Allocation: :CLASS
-Initform: NIL
-
-A list of the aspects this entity class inherits. Don't touch this.
ENTITY-CREATED
(generic function)
diff -r 6da20bc6b4fd -r ed6e2187a5fa beast/usage/index.html
--- a/beast/usage/index.html Mon Nov 07 00:01:29 2016 +0000
+++ b/beast/usage/index.html Tue Nov 08 13:05:32 2016 +0000
@@ -3,7 +3,7 @@
Usage / beast
-
+