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