aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Experimental IAR unpacker.onefang2020-01-131-0/+392
|
* Move executables to the bin directory.David Walter Seikel2016-03-282-4/+5
|
* Put the ~/.SledHamr/ creation code into all three main binaries. sighDavid Walter Seikel2016-02-061-0/+7
|
* TODO about what to do with link messages.David Walter Seikel2016-02-051-0/+1
| | | | They are between links, not between scripts.
* More Lua network messages clean ups.David Walter Seikel2016-02-051-49/+39
| | | | | | | Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing.
* The next step in cleaning up the network Lua messages.David Walter Seikel2016-02-051-17/+15
|
* Clean up LSL command and argument passing.David Walter Seikel2016-01-191-66/+57
|
* Unify the message sending code a bit.David Walter Seikel2016-01-171-34/+34
|
* Bunch of debuggingnesses.David Walter Seikel2016-01-171-1/+2
|
* Remove left over comments.David Walter Seikel2016-01-031-4/+0
|
* Clean up logging, removing most of the printf's.David Walter Seikel2016-01-031-6/+6
|
* Left overs from previous commits.David Walter Seikel2016-01-031-1/+0
|
* Beat the server connection manegement into shape.David Walter Seikel2016-01-031-308/+269
|
* Refactor the client / server stuff, though only partially converted so far.David Walter Seikel2016-01-011-82/+39
| | | | This may not build or run well, it's late, I'm tired.
* Clean up some TODOs and comments.David Walter Seikel2014-09-151-1/+1
|
* Rejig the compile timing stats.David Walter Seikel2014-08-101-16/+16
|
* Mention compiler speed even if the last one failed.David Walter Seikel2014-08-091-0/+13
|
* Move entirely over to luajit.David Walter Seikel2014-07-311-1/+1
|
* TODO++David Walter Seikel2014-07-131-0/+1
|
* Get the from disk sim loading to work.David Walter Seikel2014-06-011-4/+11
| | | | Still an odd problem with sonic that doesn't make sense.
* The UUID faking code is common enough to stick it in a macro.David Walter Seikel2014-05-281-2/+2
|
* Last part of switching the sim over to the new specs.David Walter Seikel2014-05-271-2/+2
|
* Auto clean the files we build.David Walter Seikel2014-05-241-1/+1
|
* Big include and libraries clean up.David Walter Seikel2014-05-242-177/+2
|
* Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel2014-05-242-5/+15
|
* Ideas about how to deal with in world objects. Includes some entirely ↵David Walter Seikel2014-05-241-0/+163
| | | | untested code bits.
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-232-12/+9
| | | | tweakage and cleanups.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-202-14/+9
|
* The results of a session with valgrind.David Walter Seikel2014-05-201-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.
* Clean up the server startup and connection a bit.David Walter Seikel2014-05-181-27/+19
|
* 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
|