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
/
LuaSL_main.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Shut up die spam.
David Walter Seikel
2014-09-15
1
-1
/
+1
|
*
Say which script failed compiling.
David Walter Seikel
2014-09-14
1
-1
/
+1
|
*
Now we can pass LSL scripts to LuaSL on the command line. Plus some white ↵
David Walter Seikel
2014-09-14
1
-52
/
+93
|
|
|
|
space clean ups.
*
Clean up the compiler output. Threaded compiling is much faster when it's ↵
David Walter Seikel
2014-08-14
1
-0
/
+2
|
|
|
|
not outputting to the console.
*
Only collect the errors and warnings during a compile, output them in a ↵
David Walter Seikel
2014-08-14
1
-0
/
+14
|
|
|
|
batch at the end.
*
Considerable cleanup of the top level compiling code.
David Walter Seikel
2014-08-14
1
-21
/
+7
|
*
Better separation between compiling and running LSL scripts.
David Walter Seikel
2014-08-10
1
-10
/
+13
|
*
Move "Compiling ..." message to the compiler.
David Walter Seikel
2014-08-09
1
-1
/
+0
|
*
Major cleanup of compileLSL() and friends, including threading it.
David Walter Seikel
2014-08-09
1
-9
/
+15
|
*
White space fix.
David Walter Seikel
2014-06-03
1
-1
/
+1
|
*
Notes++
David Walter Seikel
2014-06-01
1
-0
/
+30
|
*
Rewrite the LuaSL script running stuff (twice lol), plus much related ↵
David Walter Seikel
2014-05-23
1
-145
/
+103
|
|
|
|
tweakage and cleanups.
*
Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.
David Walter Seikel
2014-05-20
1
-20
/
+6
|
*
Rearrange things in the libraries.
David Walter Seikel
2014-05-17
1
-0
/
+1
|
*
Implement llGetTime() and friends.
David Walter Seikel
2014-05-16
1
-0
/
+25
|
*
Shut up some excess debugs.
David Walter Seikel
2014-05-14
1
-3
/
+3
|
*
Trash the trash thingy that was trashing memory. Plus some debugging prints.
David Walter Seikel
2014-05-14
1
-0
/
+7
|
*
Actually implement LSL script resetting, and some associated fixes.
David Walter Seikel
2014-05-14
1
-4
/
+21
|
*
Display LSL script names instead of lengthy paths and UUIDs.
David Walter Seikel
2014-05-14
1
-5
/
+8
|
*
Starting up and closing down the servers gets some love. Needs more love.
David Walter Seikel
2014-05-14
1
-3
/
+19
|
*
No idea how long this has been wrong. lol
David Walter Seikel
2014-05-13
1
-1
/
+1
|
*
Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵
David Walter Seikel
2014-05-13
1
-2
/
+17
|
|
|
|
to twiddle the Lua paths.
*
Finish separating out love.
David Walter Seikel
2014-05-13
1
-21
/
+16
|
*
Make logDom a stand alone, plus related fix ups and some clean ups.
David Walter Seikel
2014-05-05
1
-8
/
+9
|
*
Move all source into the new src directory, and shuffle a few other things ↵
David Walter Seikel
2014-04-22
1
-0
/
+708
around.