Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-14 | Optimise message sending. | David Walter Seikel | 1 | -4/+4 | |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a ↵ | David Walter Seikel | 1 | -0/+25 | |
batch at the end. | |||||
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related ↵ | David Walter Seikel | 1 | -0/+2 | |
tweakage and cleanups. | |||||
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 1 | -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-18 | Clean up the server startup and connection a bit. | David Walter Seikel | 1 | -10/+9 | |
2014-05-17 | Don't sleep to wait for reconnecting, use a timer instead. | David Walter Seikel | 1 | -3/+10 | |
2014-05-17 | Add a smarter server connect function. | David Walter Seikel | 1 | -0/+74 | |
2014-05-17 | Rearrange things in the libraries. | David Walter Seikel | 1 | -29/+28 | |
2014-05-08 | Setup all the Lua paths in a central place. | David Walter Seikel | 1 | -0/+13 | |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵ | David Walter Seikel | 1 | -0/+23 | |
to suit. |