Age | Commit message (Expand) | Author | Files | Lines |
2014-03-16 | Clean up header organization | Ben Longbons | 44 | -5515/+0 |
2014-03-15 | Remove unused fields to shrink character struct | Ben Longbons | 2 | -17/+11 |
2014-03-15 | Fix session death and shutdown when bored | Ben Longbons | 4 | -4/+33 |
2014-03-15 | Split out the keys from character data to have better paging performance | Ben Longbons | 1 | -4/+18 |
2014-02-08 | Implement AString | Ben Longbons | 7 | -14/+16 |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 6 | -151/+294 |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 2 | -153/+164 |
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -2/+0 |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 8 | -32/+258 |
2013-12-24 | Add non-indenting indenter for C++ | Ben Longbons | 1 | -1/+0 |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 14 | -123/+123 |
2013-12-01 | Add some debug printers for scripts | Ben Longbons | 1 | -26/+0 |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 24 | -321/+22 |
2013-11-15 | Unbreak build | Ben Longbons | 2 | -76/+0 |
2013-11-15 | Use new IO classes | Ben Longbons | 6 | -24/+40 |
2013-10-31 | Add some more pretty printers | Ben Longbons | 1 | -0/+14 |
2013-10-19 | Rewrite @command dispatch and help | Ben Longbons | 2 | -0/+9 |
2013-10-15 | Use config for internal server userid/passwd instead of accounts.txt | Ben Longbons | 1 | -5/+3 |
2013-10-10 | Enumify sex | Ben Longbons | 1 | -1/+32 |
2013-10-05 | Remove owning slices | Ben Longbons | 3 | -13/+9 |
2013-10-05 | Split string header into pieces | Ben Longbons | 26 | -1500/+64 |
2013-09-30 | Automatically generate version information | Ben Longbons | 2 | -39/+36 |
2013-09-29 | Return branch to development | Ben Longbons | 1 | -1/+1 |
2013-09-29 | Release v13.9.29v13.9.29 | Ben Longbons | 1 | -2/+2 |
2013-09-28 | Return branch to development | Ben Longbons | 1 | -1/+1 |
2013-09-28 | Release v13.9.28v13.9.28 | Ben Longbons | 1 | -2/+2 |
2013-09-27 | Return branch to development | Ben Longbons | 1 | -1/+1 |
2013-09-27 | Release v13.9.27v13.9.27 | Ben Longbons | 1 | -2/+2 |
2013-09-21 | Return to development | Ben Longbons | 1 | -1/+1 |
2013-09-21 | Release v13.9.21v13.9.21 | Ben Longbons | 1 | -2/+2 |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 1 | -1/+1 |
2013-09-12 | Return to development | Ben Longbons | 1 | -1/+1 |
2013-09-12 | Release v13.9.12, add CHANGELOGv13.9.12 | Ben Longbons | 1 | -3/+3 |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 7 | -42/+57 |
2013-09-07 | Add IPv4 classes | Ben Longbons | 3 | -0/+593 |
2013-08-28 | Return the branch to development | Ben Longbons | 1 | -1/+1 |
2013-08-28 | Release v13.8.28v13.8.28 | Ben Longbons | 1 | -2/+2 |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 2 | -1/+5 |
2013-08-27 | Handle far extensions in the mapname extractor | Ben Longbons | 2 | -0/+15 |
2013-08-22 | Don't break gcc < 4.8 with warnings on | Ben Longbons | 1 | -0/+4 |
2013-08-22 | Suppress some warnings that only seem to appear on Fedora | Ben Longbons | 1 | -0/+2 |
2013-08-22 | Fix an overzealous warning on 32-bit systems | Ben Longbons | 1 | -0/+7 |
2013-08-21 | Untag for development | Ben Longbons | 1 | -1/+1 |
2013-08-21 | Tag for releasev13.8.21 | Ben Longbons | 1 | -2/+4 |
2013-08-05 | Use attoconf and proper versionsv13.8.5 | Ben Longbons | 1 | -20/+57 |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 32 | -721/+1915 |
2013-06-29 | Add all conversions, and optimize a temporary case | Ben Longbons | 2 | -28/+132 |
2013-06-26 | Don't crash for another thing that probably shouldn't happen, but does | Ben Longbons | 1 | -1/+2 |
2013-06-26 | Should really use variant and the new strings, but that's too hard | Ben Longbons | 1 | -1/+1 |
2013-06-25 | Fix bugs | Ben Longbons | 1 | -3/+12 |