aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-06Actually use the command hash. A little.David Walter Seikel1-1/+1
2016-02-05More Lua network messages clean ups.David Walter Seikel1-64/+105
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-83/+128
2016-02-04Various TODO items about parsing network commands.David Walter Seikel1-0/+14
2016-01-19Clean up LSL command and argument passing.David Walter Seikel1-1/+1
2016-01-17Unify the message sending code a bit.David Walter Seikel1-46/+1
2016-01-17Catch "return ..." as well as "function(...".David Walter Seikel1-0/+2
2016-01-03Clean up logging, removing most of the printf's.David Walter Seikel1-36/+32
2016-01-03Beat the server connection manegement into shape.David Walter Seikel1-208/+305
2016-01-01Refactor the client / server stuff, though only partially converted so far.David Walter Seikel1-29/+298
This may not build or run well, it's late, I'm tired.
2014-08-14Optimise message sending.David Walter Seikel1-4/+4
2014-08-14Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel1-0/+25
batch at the end.
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel1-0/+2
tweakage and cleanups.
2014-05-20The results of a session with valgrind.David Walter Seikel1-0/+3
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-10/+9
2014-05-17Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel1-3/+10
2014-05-17Add a smarter server connect function.David Walter Seikel1-0/+74
2014-05-17Rearrange things in the libraries.David Walter Seikel1-29/+28
2014-05-08Setup all the Lua paths in a central place.David Walter Seikel1-0/+13
2014-04-27Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel1-0/+23
to suit.