index
:
SledjHamr
experimental
master
Using OpenSim and Second Life open source software as crutches while we write sane replacements.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
LuaSL
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-05-16
Fix up the various list concatenations, and mark one as not being tested yet.
David Walter Seikel
1
-7
/
+23
2014-05-16
Actually typecast to list / table.
David Walter Seikel
1
-0
/
+2
2014-05-15
Properly fix list concatenation, I hope.
David Walter Seikel
1
-2
/
+2
2014-05-15
Some more list adding and concatenation fixes.
David Walter Seikel
1
-2
/
+7
2014-05-14
LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.
David Walter Seikel
1
-1
/
+2
2014-05-14
Oops, fix up post increment.
David Walter Seikel
1
-1
/
+1
2014-05-14
Shut up some excess debugs.
David Walter Seikel
1
-3
/
+3
2014-05-14
Don't use the new Lua state if it couldn't be allocated.
David Walter Seikel
1
-26
/
+30
2014-05-14
Get list appending and adding to work.
David Walter Seikel
2
-3
/
+55
2014-05-14
Comment out some excess compiler warnings.
David Walter Seikel
1
-2
/
+2
2014-05-14
Trash the trash thingy that was trashing memory. Plus some debugging prints.
David Walter Seikel
2
-4
/
+22
2014-05-14
Actually implement LSL script resetting, and some associated fixes.
David Walter Seikel
2
-7
/
+28
2014-05-14
Display LSL script names instead of lengthy paths and UUIDs.
David Walter Seikel
2
-5
/
+9
2014-05-14
Starting up and closing down the servers gets some love. Needs more love.
David Walter Seikel
1
-3
/
+19
2014-05-13
No idea how long this has been wrong. lol
David Walter Seikel
1
-1
/
+1
2014-05-13
Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵
David Walter Seikel
2
-29
/
+17
to twiddle the Lua paths.
2014-05-13
Finish separating out love.
David Walter Seikel
5
-113
/
+24
2014-05-13
Add some love, er I mean, add the love world server, coz love makes the ↵
David Walter Seikel
4
-679
/
+3
world go around. Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness.
2014-05-05
Make logDom a stand alone, plus related fix ups and some clean ups.
David Walter Seikel
5
-26
/
+22
2014-05-02
Split up extantz.
David Walter Seikel
1
-2
/
+2
2014-04-27
Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵
David Walter Seikel
4
-7
/
+16
to suit.
2014-04-22
Move all source into the new src directory, and shuffle a few other things ↵
David Walter Seikel
13
-0
/
+5349
around.