aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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.