Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for monitor | Ben Longbons | 1 | -89/+72 | |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 1 | -21/+23 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -1/+2 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 1 | -7/+7 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -2/+3 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -0/+1 | |
2014-04-19 | Make clang and libc++ happy | Ben Longbons | 1 | -0/+1 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -24/+24 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -8/+19 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -2/+2 | |
2014-02-08 | Implement AString | Ben Longbons | 1 | -11/+10 | |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -9/+12 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -4/+20 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-11-15 | Use new IO classes | Ben Longbons | 1 | -5/+4 | |
2013-10-05 | Remove owning slices | Ben Longbons | 1 | -4/+2 | |
They were hardly ever used, hid errors, and were obsoleted by baseful x'es. | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -2/+9 | |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 1 | -0/+217 | |
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file. |