aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 240e63d..47c0a67 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,15 @@
1FIXES - 1FIXES -
2 2
3 LuaSL crashes
4 -------------
5
6In 00b7923f-dcd9-4d13-b850-ce3298943663_script.lsl and lots of similar
7scripts, functions refer to globals that are declared AFTER. This
8causes LuaSL to segie at output time. This is apparently legal in LSL,
9at least in OpenSim's version. At least it's legal in Lua to.
10
11Hmmm, empty functions get no end, that's NOT legal in Lua.
12
3 Project paths 13 Project paths
4 ------------- 14 -------------
5 15