aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-31Move entirely over to luajit.David Walter Seikel1-1/+1
2014-07-13TODO++David Walter Seikel1-0/+1
2014-06-01Get the from disk sim loading to work.David Walter Seikel1-4/+11
Still an odd problem with sonic that doesn't make sense.
2014-05-28The UUID faking code is common enough to stick it in a macro.David Walter Seikel1-2/+2
2014-05-27Last part of switching the sim over to the new specs.David Walter Seikel1-2/+2
2014-05-24Auto clean the files we build.David Walter Seikel1-1/+1
2014-05-24Big include and libraries clean up.David Walter Seikel2-177/+2
2014-05-24Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel2-5/+15
2014-05-24Ideas about how to deal with in world objects. Includes some entirely ↵David Walter Seikel1-0/+163
untested code bits.
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2-12/+9
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2-14/+9
2014-05-20The results of a session with valgrind.David Walter Seikel1-0/+11
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-18Clean up the server startup and connection a bit.David Walter Seikel1-27/+19
2014-05-17Get rid of the last of the artificial delays.David Walter Seikel1-13/+6
2014-05-17Use the new server connector stuff in love.David Walter Seikel1-16/+21
2014-05-17Fake llRequestPermissions().David Walter Seikel1-1/+3
2014-05-17Faked llListen().David Walter Seikel1-0/+5
2014-05-17Fake llSameGroup().David Walter Seikel1-0/+2
2014-05-17Rearrange things in the libraries.David Walter Seikel1-0/+1
2014-05-17Fake LSL listen() event.David Walter Seikel1-0/+12
2014-05-16Fake llRegionsay().David Walter Seikel1-0/+5
2014-05-16Typo--David Walter Seikel1-1/+1
2014-05-16Add a stub LSLGuiMess Lua script.David Walter Seikel1-1/+0
2014-05-16Slightly better faked llDialog(), plus remove newlines from the callers, ↵David Walter Seikel1-0/+1
since that's not handled yet.
2014-05-16Fake llKey2Name(), since there's only one user we know about at the moment.David Walter Seikel1-0/+17
2014-05-16Move timeDiff() to LumbrJack, it has more than one user now.David Walter Seikel1-24/+0
2014-05-16Shouting creates logs for now.David Walter Seikel1-0/+2
2014-05-15Escape notecard lines.David Walter Seikel1-1/+13
2014-05-14Fake llGetFreeMemory().David Walter Seikel1-0/+2
2014-05-14LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel1-1/+1
2014-05-14Implement llGetNotecardLine().David Walter Seikel1-0/+82
Plus another fudge of the MLP scripts to get it to work.
2014-05-14Fake llGetPermissionsKey().David Walter Seikel1-0/+2
2014-05-14Implement faked llGetLinkNumber() and llMessageLinked().David Walter Seikel1-0/+14
2014-05-14More server clean up fixings.David Walter Seikel1-3/+2
2014-05-14llSay() and friends log if no where to send them.David Walter Seikel1-0/+10
2014-05-14Implement a half arsed touch_start() from extantz.David Walter Seikel1-51/+10
2014-05-14Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel1-60/+35
2014-05-13Add a TCP link between love and extantz, and have love pass on some of the ↵David Walter Seikel1-40/+205
commands that go to the viewer.
2014-05-13Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵David Walter Seikel1-0/+7
to twiddle the Lua paths.
2014-05-13Oops, left this laying around, no longer needed.David Walter Seikel1-1/+1
2014-05-13Finish separating out love.David Walter Seikel1-23/+87
2014-05-13Dedicating my lifes work to my girl Boots.David Walter Seikel1-0/+6
2014-05-13Add some love, er I mean, add the love world server, coz love makes the ↵David Walter Seikel3-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.