aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-03Beat the server connection manegement into shape.David Walter Seikel1-1/+0
2014-09-15Clean up some TODOs and comments.David Walter Seikel1-10/+2
2014-09-15Shut up die spam.David Walter Seikel1-1/+1
2014-09-15Second pass fixes up variables now to.David Walter Seikel2-18/+60
2014-09-14Check LSL script first line magic comments.David Walter Seikel2-1/+64
2014-09-14Say which script failed compiling.David Walter Seikel1-1/+1
2014-09-14Support LSL multi line strings.David Walter Seikel4-3/+16
2014-09-14Now we can pass LSL scripts to LuaSL on the command line. Plus some white ↵David Walter Seikel2-54/+95
space clean ups.
2014-09-14Don't generate the lemon .out file, we are not using it.David Walter Seikel1-1/+1
2014-08-14Don't do BAD check by default.David Walter Seikel1-1/+1
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel5-13/+19
not outputting to the console.
2014-08-14Use the new message saving stuff in the parser as well.David Walter Seikel4-5/+9
2014-08-14Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel2-6/+40
batch at the end.
2014-08-14Considerable cleanup of the top level compiling code.David Walter Seikel4-122/+94
2014-08-10Tweak function and variable not found messages.David Walter Seikel1-2/+2
2014-08-10Better separation between compiling and running LSL scripts.David Walter Seikel1-10/+13
2014-08-10Thread all of compiling, or thread nothing.David Walter Seikel3-4/+2
2014-08-10Quick and dirty crashing compiler catcher.David Walter Seikel2-1/+13
2014-08-09Move "Compiling ..." message to the compiler.David Walter Seikel2-1/+2
2014-08-09Init lType and rType, was getting bogus values.David Walter Seikel1-1/+1
2014-08-09Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel4-86/+88
2014-07-31Move lemon building to be part of LuaSL building.David Walter Seikel1-1/+2
2014-07-31Move entirely over to luajit.David Walter Seikel2-2/+2
2014-06-03White space fix.David Walter Seikel1-1/+1
2014-06-01Notes++David Walter Seikel1-0/+30
2014-05-24Auto clean the files we build.David Walter Seikel1-1/+1
2014-05-24Big include and libraries clean up.David Walter Seikel2-10/+0
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel7-802/+127
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel4-30/+8
2014-05-20The results of a session with valgrind.David Walter Seikel1-1/+2
I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries.
2014-05-17Rearrange things in the libraries.David Walter Seikel2-0/+2
2014-05-16Implement llGetTime() and friends.David Walter Seikel1-0/+25
2014-05-16Fake result of LSL conditional wrapped function calls. Should fix this ↵David Walter Seikel1-10/+12
better some day.
2014-05-16Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel1-7/+23
2014-05-16Actually typecast to list / table.David Walter Seikel1-0/+2
2014-05-15Properly fix list concatenation, I hope.David Walter Seikel1-2/+2
2014-05-15Some more list adding and concatenation fixes.David Walter Seikel1-2/+7
2014-05-14LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel1-1/+2
2014-05-14Oops, fix up post increment.David Walter Seikel1-1/+1
2014-05-14Shut up some excess debugs.David Walter Seikel1-3/+3
2014-05-14Don't use the new Lua state if it couldn't be allocated.David Walter Seikel1-26/+30
2014-05-14Get list appending and adding to work.David Walter Seikel2-3/+55
2014-05-14Comment out some excess compiler warnings.David Walter Seikel1-2/+2
2014-05-14Trash the trash thingy that was trashing memory. Plus some debugging prints.David Walter Seikel2-4/+22
2014-05-14Actually implement LSL script resetting, and some associated fixes.David Walter Seikel2-7/+28
2014-05-14Display LSL script names instead of lengthy paths and UUIDs.David Walter Seikel2-5/+9
2014-05-14Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel1-3/+19
2014-05-13No idea how long this has been wrong. lolDavid Walter Seikel1-1/+1
2014-05-13Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵David Walter Seikel2-29/+17
to twiddle the Lua paths.
2014-05-13Finish separating out love.David Walter Seikel5-113/+24