aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the last of the artificial delays.David Walter Seikel2014-05-171-13/+6
|
* Use the new server connector stuff in love.David Walter Seikel2014-05-171-16/+21
|
* Fake llRequestPermissions().David Walter Seikel2014-05-171-1/+3
|
* Faked llListen().David Walter Seikel2014-05-171-0/+5
|
* Fake llSameGroup().David Walter Seikel2014-05-171-0/+2
|
* Rearrange things in the libraries.David Walter Seikel2014-05-171-0/+1
|
* Fake LSL listen() event.David Walter Seikel2014-05-171-0/+12
|
* Fake llRegionsay().David Walter Seikel2014-05-161-0/+5
|
* Typo--David Walter Seikel2014-05-161-1/+1
|
* Add a stub LSLGuiMess Lua script.David Walter Seikel2014-05-161-1/+0
|
* Slightly better faked llDialog(), plus remove newlines from the callers, ↵David Walter Seikel2014-05-161-0/+1
| | | | since that's not handled yet.
* Fake llKey2Name(), since there's only one user we know about at the moment.David Walter Seikel2014-05-161-0/+17
|
* Move timeDiff() to LumbrJack, it has more than one user now.David Walter Seikel2014-05-161-24/+0
|
* Shouting creates logs for now.David Walter Seikel2014-05-161-0/+2
|
* Escape notecard lines.David Walter Seikel2014-05-151-1/+13
|
* Fake llGetFreeMemory().David Walter Seikel2014-05-141-0/+2
|
* LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel2014-05-141-1/+1
|
* Implement llGetNotecardLine().David Walter Seikel2014-05-141-0/+82
| | | | Plus another fudge of the MLP scripts to get it to work.
* Fake llGetPermissionsKey().David Walter Seikel2014-05-141-0/+2
|
* Implement faked llGetLinkNumber() and llMessageLinked().David Walter Seikel2014-05-141-0/+14
|
* More server clean up fixings.David Walter Seikel2014-05-141-3/+2
|
* llSay() and friends log if no where to send them.David Walter Seikel2014-05-141-0/+10
|
* Implement a half arsed touch_start() from extantz.David Walter Seikel2014-05-141-51/+10
|
* Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel2014-05-141-60/+35
|
* Add a TCP link between love and extantz, and have love pass on some of the ↵David Walter Seikel2014-05-131-40/+205
| | | | commands that go to the viewer.
* Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵David Walter Seikel2014-05-131-0/+7
| | | | to twiddle the Lua paths.
* Oops, left this laying around, no longer needed.David Walter Seikel2014-05-131-1/+1
|
* Finish separating out love.David Walter Seikel2014-05-131-23/+87
|
* Dedicating my lifes work to my girl Boots.David Walter Seikel2014-05-131-0/+6
|
* Add some love, er I mean, add the love world server, coz love makes the ↵David Walter Seikel2014-05-133-0/+700
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.