aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put the ~/.SledHamr/ creation code into all three main binaries. sighDavid Walter Seikel2016-02-061-0/+6
* Move return() to the hashed commands.David Walter Seikel2016-02-061-7/+16
* Actually use the command hash. A little.David Walter Seikel2016-02-061-36/+48
* More Lua network messages clean ups.David Walter Seikel2016-02-051-52/+51
* The next step in cleaning up the network Lua messages.David Walter Seikel2016-02-051-26/+44
* Clean up LSL command and argument passing.David Walter Seikel2016-01-191-8/+12
* Actually send compile messages back. Plus some refactoring of the script eng...David Walter Seikel2016-01-181-16/+7
* Unify the message sending code a bit.David Walter Seikel2016-01-171-5/+5
* Bunch of debuggingnesses.David Walter Seikel2016-01-171-1/+4
* Clean up logging, removing most of the printf's.David Walter Seikel2016-01-031-6/+8
* 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 sp...David Walter Seikel2014-09-141-52/+93
* Clean up the compiler output. Threaded compiling is much faster when it's no...David Walter Seikel2014-08-141-0/+2
* Only collect the errors and warnings during a compile, output them in a batch...David Walter Seikel2014-08-141-0/+14
* 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 tweakag...David Walter Seikel2014-05-231-145/+103
* 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
* 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 ar...David Walter Seikel2014-04-221-0/+708