| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up LSL command and argument passing. | David Walter Seikel | 2016-01-19 | 1 | -66/+57 |
* | Unify the message sending code a bit. | David Walter Seikel | 2016-01-17 | 1 | -34/+34 |
* | Bunch of debuggingnesses. | David Walter Seikel | 2016-01-17 | 1 | -1/+2 |
* | Remove left over comments. | David Walter Seikel | 2016-01-03 | 1 | -4/+0 |
* | Clean up logging, removing most of the printf's. | David Walter Seikel | 2016-01-03 | 1 | -6/+6 |
* | Left overs from previous commits. | David Walter Seikel | 2016-01-03 | 1 | -1/+0 |
* | Beat the server connection manegement into shape. | David Walter Seikel | 2016-01-03 | 1 | -308/+269 |
* | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 2016-01-01 | 1 | -82/+39 |
* | Clean up some TODOs and comments. | David Walter Seikel | 2014-09-15 | 1 | -1/+1 |
* | Rejig the compile timing stats. | David Walter Seikel | 2014-08-10 | 1 | -16/+16 |
* | Mention compiler speed even if the last one failed. | David Walter Seikel | 2014-08-09 | 1 | -0/+13 |
* | Move entirely over to luajit. | David Walter Seikel | 2014-07-31 | 1 | -1/+1 |
* | TODO++ | David Walter Seikel | 2014-07-13 | 1 | -0/+1 |
* | Get the from disk sim loading to work. | David Walter Seikel | 2014-06-01 | 1 | -4/+11 |
* | The UUID faking code is common enough to stick it in a macro. | David Walter Seikel | 2014-05-28 | 1 | -2/+2 |
* | Last part of switching the sim over to the new specs. | David Walter Seikel | 2014-05-27 | 1 | -2/+2 |
* | Auto clean the files we build. | David Walter Seikel | 2014-05-24 | 1 | -1/+1 |
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 2 | -177/+2 |
* | Pretend to login, and some commenting out so it all compiles. Fix it up later. | David Walter Seikel | 2014-05-24 | 2 | -5/+15 |
* | Ideas about how to deal with in world objects. Includes some entirely untest... | David Walter Seikel | 2014-05-24 | 1 | -0/+163 |
* | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 2014-05-23 | 2 | -12/+9 |
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 2 | -14/+9 |
* | The results of a session with valgrind. | David Walter Seikel | 2014-05-20 | 1 | -0/+11 |
* | Clean up the server startup and connection a bit. | David Walter Seikel | 2014-05-18 | 1 | -27/+19 |
* | Get rid of the last of the artificial delays. | David Walter Seikel | 2014-05-17 | 1 | -13/+6 |
* | Use the new server connector stuff in love. | David Walter Seikel | 2014-05-17 | 1 | -16/+21 |
* | Fake llRequestPermissions(). | David Walter Seikel | 2014-05-17 | 1 | -1/+3 |
* | Faked llListen(). | David Walter Seikel | 2014-05-17 | 1 | -0/+5 |
* | Fake llSameGroup(). | David Walter Seikel | 2014-05-17 | 1 | -0/+2 |
* | Rearrange things in the libraries. | David Walter Seikel | 2014-05-17 | 1 | -0/+1 |
* | Fake LSL listen() event. | David Walter Seikel | 2014-05-17 | 1 | -0/+12 |
* | Fake llRegionsay(). | David Walter Seikel | 2014-05-16 | 1 | -0/+5 |
* | Typo-- | David Walter Seikel | 2014-05-16 | 1 | -1/+1 |
* | Add a stub LSLGuiMess Lua script. | David Walter Seikel | 2014-05-16 | 1 | -1/+0 |
* | Slightly better faked llDialog(), plus remove newlines from the callers, sinc... | David Walter Seikel | 2014-05-16 | 1 | -0/+1 |
* | Fake llKey2Name(), since there's only one user we know about at the moment. | David Walter Seikel | 2014-05-16 | 1 | -0/+17 |
* | Move timeDiff() to LumbrJack, it has more than one user now. | David Walter Seikel | 2014-05-16 | 1 | -24/+0 |
* | Shouting creates logs for now. | David Walter Seikel | 2014-05-16 | 1 | -0/+2 |
* | Escape notecard lines. | David Walter Seikel | 2014-05-15 | 1 | -1/+13 |
* | Fake llGetFreeMemory(). | David Walter Seikel | 2014-05-14 | 1 | -0/+2 |
* | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 2014-05-14 | 1 | -1/+1 |
* | Implement llGetNotecardLine(). | David Walter Seikel | 2014-05-14 | 1 | -0/+82 |
* | Fake llGetPermissionsKey(). | David Walter Seikel | 2014-05-14 | 1 | -0/+2 |
* | Implement faked llGetLinkNumber() and llMessageLinked(). | David Walter Seikel | 2014-05-14 | 1 | -0/+14 |
* | More server clean up fixings. | David Walter Seikel | 2014-05-14 | 1 | -3/+2 |
* | llSay() and friends log if no where to send them. | David Walter Seikel | 2014-05-14 | 1 | -0/+10 |
* | Implement a half arsed touch_start() from extantz. | David Walter Seikel | 2014-05-14 | 1 | -51/+10 |
* | Starting up and closing down the servers gets some love. Needs more love. | David Walter Seikel | 2014-05-14 | 1 | -60/+35 |
* | Add a TCP link between love and extantz, and have love pass on some of the co... | David Walter Seikel | 2014-05-13 | 1 | -40/+205 |
* | Extantz calls love, and love calls LuaSL, and clean out the need for scripts ... | David Walter Seikel | 2014-05-13 | 1 | -0/+7 |