aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 23:37:17 +1000
committerDavid Walter Seikel2013-01-13 23:37:17 +1000
commitfd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c (patch)
tree83cb828296590e8fc36b9485af388d74a5efb377 /LuaSL
parentShut up the new eo bitching. (diff)
downloadSledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.zip
SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.gz
SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.bz2
SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.xz
Just some general clean up.
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/LuaSL/README b/LuaSL/README
index b5b4b86..1444948 100644
--- a/LuaSL/README
+++ b/LuaSL/README
@@ -1,4 +1,4 @@
1Refer to - http://wiki.infinitegrid.org/index.php/LuaSL_-_New_scripting_engine 1Refer to - http://www.infinitegrid.org/drupal/content/LuaSL_New_scripting_engine
2 2
3LuaSL is a Lua based LSL scripting engine that will aim for LSL 3LuaSL is a Lua based LSL scripting engine that will aim for LSL
4compatability first, then adding Lua extensions. It aims to replace the 4compatability first, then adding Lua extensions. It aims to replace the
@@ -8,8 +8,7 @@ client side scripting engine.
8To compile this, you will need Enlightenment Foundation Libraries (EFL) 8To compile this, you will need Enlightenment Foundation Libraries (EFL)
9installed in either /opt/e17 or /usr. These are typical places it get's 9installed in either /opt/e17 or /usr. These are typical places it get's
10installed in. You will also need flex. The rest of the dependencies 10installed in. You will also need flex. The rest of the dependencies
11are in the ../libraries directory, including the source code for the 11are in the ../libraries directory.
12version of EFL this is tested with.
13 12
14 13
15Design. 14Design.
@@ -37,6 +36,8 @@ for this project, mostly converting it to use EFL. That rewrite
37substantially shrunk the source code. More might be rewritten in 36substantially shrunk the source code. More might be rewritten in
38future. 37future.
39 38
39THIS IS WHERE WE ARE RIGHT NOW.
40
40Nails will be used to pump commands in and out of the LuaSL system. 41Nails will be used to pump commands in and out of the LuaSL system.
41Incoming commands invoke LSL events via the LuaSL state metatable. LL 42Incoming commands invoke LSL events via the LuaSL state metatable. LL
42and OS functions that impact the world will be converted to nails 43and OS functions that impact the world will be converted to nails