aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 20:33:54 +1000
committerDavid Walter Seikel2012-01-04 20:33:54 +1000
commitdb13ada463c2908eba68b166a9ccc4963db019f5 (patch)
treeed693d9d9532bea0d890f08199a0bcd5b1e73430 /LuaSL/README
parentREADME files should include at least a basic description of what it's all abo... (diff)
downloadSledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.zip
SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.gz
SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.bz2
SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.xz
Add a test sim with an MLP bed in it.
No animations yet, wont need them until later, maybe wont need them until this is ready for in world testing.
Diffstat (limited to 'LuaSL/README')
-rw-r--r--LuaSL/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/LuaSL/README b/LuaSL/README
index 7dbf922..a882bfc 100644
--- a/LuaSL/README
+++ b/LuaSL/README
@@ -53,7 +53,8 @@ buttons for triggering LSL events, SL style dialogs, and other goodies.
53The initial goal will be to run standard MLP scripts. They have minimal 53The initial goal will be to run standard MLP scripts. They have minimal
54interface to the world, and exercise quite a bit of the rest of LSL. 54interface to the world, and exercise quite a bit of the rest of LSL.
55They are also quite common, and sometimes responsible for a lot of the 55They are also quite common, and sometimes responsible for a lot of the
56script running load. 56script running load. Gotta start somewhere, so start with the ~run
57script.
57 58
58Various eina logging domains will be used to handle whisper, say, shout, 59Various eina logging domains will be used to handle whisper, say, shout,
59etc. 60etc.