Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 1 | -1/+0 |
| | |||||
* | Rewrite the LuaSL script running stuff (twice lol), plus much related ↵ | David Walter Seikel | 2014-05-23 | 1 | -53/+20 |
| | | | | tweakage and cleanups. | ||||
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | The results of a session with valgrind. | David Walter Seikel | 2014-05-20 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Rearrange things in the libraries. | David Walter Seikel | 2014-05-17 | 1 | -0/+1 |
| | |||||
* | Fake result of LSL conditional wrapped function calls. Should fix this ↵ | David Walter Seikel | 2014-05-16 | 1 | -10/+12 |
| | | | | better some day. | ||||
* | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 2014-05-16 | 1 | -7/+23 |
| | |||||
* | Actually typecast to list / table. | David Walter Seikel | 2014-05-16 | 1 | -0/+2 |
| | |||||
* | Properly fix list concatenation, I hope. | David Walter Seikel | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Some more list adding and concatenation fixes. | David Walter Seikel | 2014-05-15 | 1 | -2/+7 |
| | |||||
* | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 2014-05-14 | 1 | -1/+2 |
| | |||||
* | Oops, fix up post increment. | David Walter Seikel | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Don't use the new Lua state if it couldn't be allocated. | David Walter Seikel | 2014-05-14 | 1 | -26/+30 |
| | |||||
* | Get list appending and adding to work. | David Walter Seikel | 2014-05-14 | 1 | -3/+53 |
| | |||||
* | Comment out some excess compiler warnings. | David Walter Seikel | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Finish separating out love. | David Walter Seikel | 2014-05-13 | 1 | -9/+6 |
| | |||||
* | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 2014-05-05 | 1 | -3/+3 |
| | |||||
* | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵ | David Walter Seikel | 2014-04-27 | 1 | -2/+2 |
| | | | | to suit. | ||||
* | Move all source into the new src directory, and shuffle a few other things ↵ | David Walter Seikel | 2014-04-22 | 1 | -0/+2345 |
around. |