aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debug logging changesAlan Westbrook2014-01-301-1/+5
| | | | | | | | Don’t write out logs by default unless you are using -server or -daemon flags Write debug logs out if you specify the -debuglog flag Do not write debug logs out if you specify -nodebuglog Write debug logs out if you specify -debug (overrides all other options)
* Fix warnings in Mac build1.5alpha2Alan Westbrook2014-01-271-1/+1
| | | | | | | | | Minor but annoying warnings from the mac build fixed. * Incorrect duplication of header causing moc build rule duplication in generated makefile * you aren’t supposed to use char as an array type, probably because it can be a signed type in some compilers. Negative array indexes are problematic.
* added crS3x0r2014-01-201-0/+1
|
* Initial commitJackson Palmer2014-01-191-0/+1543
Successfully building on Ubuntu + Windows.