Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-25 | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 1 | -1/+1 | |
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times. | |||||
2014-01-25 | Switched cEvent to GetOSErrorString | Tycho | 1 | -0/+1 | |
2014-01-25 | Extracted cSocket::GetErrorString into GetOSErrorString | Tycho | 1 | -0/+52 | |