aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love/love.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-28Move executables to the bin directory.David Walter Seikel1-1/+2
2016-02-06Put the ~/.SledHamr/ creation code into all three main binaries. sighDavid Walter Seikel1-0/+7
2016-02-05TODO about what to do with link messages.David Walter Seikel1-0/+1
They are between links, not between scripts.
2016-02-05More Lua network messages clean ups.David Walter Seikel1-49/+39
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing.
2016-02-05The next step in cleaning up the network Lua messages.David Walter Seikel1-17/+15
2016-01-19Clean up LSL command and argument passing.David Walter Seikel1-66/+57
2016-01-17Unify the message sending code a bit.David Walter Seikel1-34/+34
2016-01-17Bunch of debuggingnesses.David Walter Seikel1-1/+2
2016-01-03Remove left over comments.David Walter Seikel1-4/+0
2016-01-03Clean up logging, removing most of the printf's.David Walter Seikel1-6/+6
2016-01-03Left overs from previous commits.David Walter Seikel1-1/+0
2016-01-03Beat the server connection manegement into shape.David Walter Seikel1-308/+269
2016-01-01Refactor the client / server stuff, though only partially converted so far.David Walter Seikel1-82/+39
This may not build or run well, it's late, I'm tired.
2014-09-15Clean up some TODOs and comments.David Walter Seikel1-1/+1
2014-08-10Rejig the compile timing stats.David Walter Seikel1-16/+16
2014-08-09Mention compiler speed even if the last one failed.David Walter Seikel1-0/+13
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-24Big include and libraries clean up.David Walter Seikel1-5/+2
2014-05-24Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel1-0/+1
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel1-11/+9
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel1-8/+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