aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move entirely over to luajit.David Walter Seikel2014-07-312-2/+2
|
* White space fix.David Walter Seikel2014-06-031-1/+1
|
* Notes++David Walter Seikel2014-06-011-0/+30
|
* Auto clean the files we build.David Walter Seikel2014-05-241-1/+1
|
* Big include and libraries clean up.David Walter Seikel2014-05-242-10/+0
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-237-802/+127
| | | | tweakage and cleanups.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-204-30/+8
|
* The results of a session with valgrind.David Walter Seikel2014-05-201-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.
* Rearrange things in the libraries.David Walter Seikel2014-05-172-0/+2
|
* Implement llGetTime() and friends.David Walter Seikel2014-05-161-0/+25
|
* Fake result of LSL conditional wrapped function calls. Should fix this ↵David Walter Seikel2014-05-161-10/+12
| | | | better some day.
* Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel2014-05-161-7/+23
|
* Actually typecast to list / table.David Walter Seikel2014-05-161-0/+2
|
* Properly fix list concatenation, I hope.David Walter Seikel2014-05-151-2/+2
|
* Some more list adding and concatenation fixes.David Walter Seikel2014-05-151-2/+7
|
* LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel2014-05-141-1/+2
|
* Oops, fix up post increment.David Walter Seikel2014-05-141-1/+1
|
* Shut up some excess debugs.David Walter Seikel2014-05-141-3/+3
|
* Don't use the new Lua state if it couldn't be allocated.David Walter Seikel2014-05-141-26/+30
|
* Get list appending and adding to work.David Walter Seikel2014-05-142-3/+55
|
* Comment out some excess compiler warnings.David Walter Seikel2014-05-141-2/+2
|
* Trash the trash thingy that was trashing memory. Plus some debugging prints.David Walter Seikel2014-05-142-4/+22
|
* Actually implement LSL script resetting, and some associated fixes.David Walter Seikel2014-05-142-7/+28
|
* Display LSL script names instead of lengthy paths and UUIDs.David Walter Seikel2014-05-142-5/+9
|
* 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-132-29/+17
| | | | to twiddle the Lua paths.
* Finish separating out love.David Walter Seikel2014-05-135-113/+24
|
* Add some love, er I mean, add the love world server, coz love makes the ↵David Walter Seikel2014-05-134-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.
* Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel2014-05-055-26/+22
|
* Split up extantz.David Walter Seikel2014-05-021-2/+2
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-274-7/+16
| | | | to suit.
* Move all source into the new src directory, and shuffle a few other things ↵David Walter Seikel2014-04-2213-0/+5349
around.