aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-231-0/+2
| | | | tweakage and cleanups.
* The results of a session with valgrind.David Walter Seikel2014-05-201-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.
* Clean up the server startup and connection a bit.David Walter Seikel2014-05-181-10/+9
|
* Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel2014-05-171-3/+10
|
* Add a smarter server connect function.David Walter Seikel2014-05-171-0/+74
|
* Rearrange things in the libraries.David Walter Seikel2014-05-171-29/+28
|
* Setup all the Lua paths in a central place.David Walter Seikel2014-05-081-0/+13
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-271-0/+23
to suit.