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