aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The next step in cleaning up the network Lua messages.David Walter Seikel2016-02-051-4/+4
|
* Unify the message sending code a bit.David Walter Seikel2016-01-171-3/+0
|
* Beat the server connection manegement into shape.David Walter Seikel2016-01-031-4/+17
|
* Refactor the client / server stuff, though only partially converted so far.David Walter Seikel2016-01-011-0/+47
| | | | This may not build or run well, it's late, I'm tired.
* Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel2014-08-141-0/+1
| | | | batch at the end.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-8/+0
|
* Add a smarter server connect function.David Walter Seikel2014-05-171-0/+2
|
* Rearrange things in the libraries.David Walter Seikel2014-05-171-4/+3
|
* Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel2014-05-121-0/+3
|
* Setup all the Lua paths in a central place.David Walter Seikel2014-05-081-1/+2
|
* Clean up include files.David Walter Seikel2014-05-051-1/+5
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-271-0/+14
to suit.